[Ktechlab-devel] Re: Creating new component - Decoder

Fredy Yanardi fyanardi at gmail.com
Sat Aug 6 09:32:07 UTC 2005


Hi,

I'm sorry for the 2 source codes I sent yesterday, they contain
errors, because yesterday I use multiplexer component to create these
decoder components. Today I've fixed it, but I still can't fix error
when deleting the object.

Backtrace from the KDE Crash handler gives me this:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1240570944 (LWP 22439)]
[KCrash handler]
#3  0x0808acce in QGuardedPtrPrivate::object (this=0xc0008)
    at qguardedptr.h:136
#4  0x0810134f in QGuardedPtr<Pin>::operator-> (this=0x8410008)
    at qguardedptr.h:113
#5  0x08125192 in Simulator::step (this=0x837b740) at simulator.cpp:166
#6  0x08125842 in Simulator::qt_invoke (this=0x837b740, _id=3, _o=0xbffff030)
    at simulator.moc:101
#7  0xb688471c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#8  0xb6884544 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#9  0xb6bc581b in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#10 0xb68a5f72 in QTimer::event () from /usr/lib/libqt-mt.so.3
#11 0xb6827e1f in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#12 0xb682741e in QApplication::notify () from /usr/lib/libqt-mt.so.3
#13 0xb6e61a35 in KApplication::notify () from /usr/lib/libkdecore.so.4
#14 0xb6817645 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#15 0xb67d0cfb in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#16 0xb683a1d8 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#17 0xb683a088 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#18 0xb6828071 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#19 0x08215ae0 in main (argc=1, argv=0xbffff874) at main.cpp:56

Sorry if you think some of my questions are dumb, but I'm newbie in
KDE programming and in large project like this.

Regards,

Fredy Yanardi

On 8/6/05, Fredy Yanardi <fyanardi at gmail.com> wrote:
> Hi all,
> 
> Today I was playing with ktechlab to create a new component. I want to
> make a decoder, I created this based on multiplexer's codes. I've
> finished the codes for this new component and the operation of the
> decoder is also valid. But every time I delete this object from,
> ktechlab always crashes. I stuck with this error, hope someone can
> point out my mistake. Here I attach the source codes for the decoder.
> 
> Thanks for any help, this is a great opensource project and I want to
> take part to make it better.
> 
> Sorry for my english.
> 
> cheers,
> 
> Fredy Yanardi
> 
>




More information about the Ktechlab-devel mailing list