[Bug 54594] KPovModeler crash in startup

Andreas Zehender kpovmodeler-devel@mail.kde.org
14 Feb 2003 16:25:31 -0000


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=54594     




------- Additional Comments From zehender@kde.org  2003-02-14 17:25 -------
Subject: Re:  KPovModeler crash in startup

Hi!

On Friday 14 February 2003 10:48, you wrote:
> OK, this is the new backtrace:
>
> [New Thread 1024 (LWP 12624)]
> 0x415a5609 in wait4 () from /lib/libc.so.6
> #0  0x415a5609 in wait4 () from /lib/libc.so.6
> #1  0x4161add0 in __check_rhosts_file () from /lib/libc.so.6
> #2  0x413f5eeb in waitpid () from /lib/libpthread.so.0
> #3  0x40b466ec in KCrash::defaultCrashHandler(int) ()
>    from /usr/local/kde/lib/libkdecore.so.4
> #4  0x413f3a44 in pthread_sighandler () from /lib/libpthread.so.0
> #5  0x4152e518 in sigaction () from /lib/libc.so.6
> #6  0x4087a445 in KAction::initPrivate(QString const&, KShortcut const&,
> QObject const*, char const*) () from /usr/local/kde/lib/libkdeui.so.4
> #7  0x408785df in KAction::KAction(QString const&, KShortcut const&,
> QObject const*, char const*, KActionCollection*, char const*) ()
>    from /usr/local/kde/lib/libkdeui.so.4
> #8  0x400cd9a1 in PMPart::initActions() (this=0x80dcb18) at pmpart.cpp:152
> #9  0x400cd02e in PMPart (this=0x80dcb18, parentWidget=0xfffffe00,
>     widgetName=0xfffffe00 <Address 0xfffffe00 out of bounds>,
>     parent=0xfffffe00, name=0xfffffe00 <Address 0xfffffe00 out of bounds>,
>     readwrite=true, shell=0xfffffe00) at pmpart.cpp:121
> #10 0x400e026e in PMShell (this=0x80cf060, url=@0xbffff374) at
> pmshell.cpp:51 #11 0x08048c21 in main (argc=-512, argv=0xfffffe00) at
> main.cpp:61

The KPovModeler call in pmpart.cpp (#8) is correct and not the reason of the 
crash.
Either your kdelibs is buggy (do you use a CVS version, a release candidate or 
a stable release?) or there are some binary incompatibilities between the 
library KPovModeler was linked against and the library it uses at runtime. 
Are you sure these two libraries are the same?

If you have enough disk space and time, you could recompile kdelibs with debug 
information, too and send me the backtrace again.

> Oh!, and i buid kdegraphics with the flags "-march=i686 -O3 -pipe". If you
> like, i can recompile without this.

That shouldn't make a difference (in theory).

Andreas