[Kde-bindings] Simple KCrash question
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Tue Apr 27 08:35:46 UTC 2004
On Tuesday 27 April 2004 09:19, Martin Welch wrote:
> Hi Richard,
>
> The program is running - the crash happens in a menu handler.
>
> Using gdb I get:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1092033456 (LWP 1958)]
> 0x415b99f5 in KAboutData::programName() const () from
> /usr/lib/libkdecore.so.4
> (gdb) where
> #0 0x415b99f5 in KAboutData::programName() const ()
> from /usr/lib/libkdecore.so.4
>
> Can you help with this?
It looks like KAboutData::programName() is returning a null string or
something. So you probably haven't set it up correctly in the KAboutData
constructor - can you post the code here? It should take three strings
appName, programName and version.
-- Richard
More information about the Kde-bindings
mailing list