[Kde-bindings] Simple KCrash question
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Tue Apr 27 07:51:25 UTC 2004
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
More information about the Kde-bindings
mailing list