[Kde-bindings] Simple KCrash question
Martin Welch
martin at welch.eclipse.co.uk
Tue Apr 27 08:19:35 UTC 2004
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?
Cheers!
Martin
-----Original Message-----
From: Richard Dale [mailto:Richard_Dale at tipitina.demon.co.uk]
Sent: 27 April 2004 08:51
To: KDE bindings for other programming languages
Subject: Re: [Kde-bindings] Simple KCrash question
On Monday 26 April 2004 23:35, Martin Welch wrote:
> Hi,
>
> [Warning: Newbie alert!]
>
> I'm running my simple app from a Konsole and at a certain point I get:
>
> KCrash: Application 'xxx' crashing...
>
> Does KCrash log any info anywhere that may give me a clue as to the
> problem?
It should display a dialog with the stack trace of the crash. It sounds as
though you're app has crashed before it's even got going. Try running it
under gdb - type 'gdb myapp', and then 'run' at the gdb prompt. Then the
'where' command will show the stack after the crash.
-- Richard
_______________________________________________
Kde-bindings mailing list
Kde-bindings at kde.org
https://mail.kde.org/mailman/listinfo/kde-bindings
More information about the Kde-bindings
mailing list