On Tue, May 18, 2004 at 01:55:38AM +0200, Martin Stubenschrott wrote:
> As for the stack trace of the crash:
> I did install the gentoo ebuild of Ion, so I think there are no debug 
> information in my executable.
> How can I check/perform a stack trace? Or is it just the "core" file, which 
> sometimes get generated, when a program crashes?

gdb -core core the_binary

However, if you're using Ion2, I would guess that debugging symbols have 
been stripped from the binary, so the backtrace is quite useless. The -s 
flag to $(INSTALL) should be removed from all the Makefiles to re-enable
them. (Should put that another setting in system.mk...)

-- 
Tuomo

Reply via email to