RFC: classviewerwas Re: AutoComplete
Simon Hausmann
hausmann at kde.org
Sun Dec 2 12:20:04 UTC 2001
On Sun, Dec 02, 2001 at 10:17:26AM +0100, Ralf Nolden wrote:
> On Sunday 02 December 2001 09:47, you wrote:
>
> Unfortunately, I'm experiencing the crash that roland reports also, here's
> the bt:
>
> [New Thread 1024 (LWP 20721)]
> 0x419fd079 in wait4 () from /lib/libc.so.6
> #0 0x419fd079 in wait4 () from /lib/libc.so.6
> #1 0x41a75944 in __DTOR_END__ () from /lib/libc.so.6
> #2 0x4019e177 in waitpid () from /lib/libpthread.so.0
> #3 0x412075a2 in KCrash::defaultCrashHandler ()
> from /opt/kde3/lib/libkdecore.so.4
> #4 0x4019bbc4 in pthread_sighandler () from /lib/libpthread.so.0
> #5 <signal handler called>
> #6 0x4031c448 in QCursor::handle () from /usr/lib/qt3/lib/libqt-mt.so.3
> #7 0x4033d0c8 in QWidget::create () from /usr/lib/qt3/lib/libqt-mt.so.3
> #8 0x403deb9e in QWidget::QWidget () from /usr/lib/qt3/lib/libqt-mt.so.3
> #9 0x4117267d in KApplication::init () from /opt/kde3/lib/libkdecore.so.4
> #10 0x411713c8 in KApplication::KApplication ()
> from /opt/kde3/lib/libkdecore.so.4
> #11 0x0810fa23 in main ()
> #12 0x419727ee in __libc_start_main () from /lib/libc.so.6
>
> I hope that helps. kdelibs from tonight, qt3 from suse on suse 7.3. If that's
> fixed and it works again, we can ship kdevelop as a beta with the KDE beta
> next week, so I ask everyone who would like to help out with to hunt that
> stupid bug down :)
The bug is on your side ;) . Falk reported the same problem a few
weeks ago on kde-devel and it turned out his kdevelop was
accidentially linking against two different Qt libraries. This
shouldn't happen, theoretically, if proper shared library versioning
is used. Maybe it's a SuSE bug. Check the ldd output of your
kdevelop binary :)
Simon
More information about the KDevelop-devel
mailing list