Ask a Question related to UNIX Programming, Design and Development.
-
Bjorn Reese #1
Re: Displaying the function stack trace
Guenther Sohler wrote:
Use abort() instead of exit(). This will leave a core file that> Nevertheless - in that case, It would be very nice
> if my program could display the function hierarchy,
> how my program reached that exit.
you can use for post-mortem debugging.
Bjorn Reese Guest
-
get the Java stack trace
hi, is there a way to get the full java stack trace when an exception is occured? May be a cfcatch or cferror variable that contains this stack? Do... -
#25823 [Bgs]: stack trace error on java when executing
ID: 25823 Updated by: sniper@php.net Reported By: wewing at nc dot rr dot com Status: Bogus Bug Type: ... -
#25823 [Opn->Bgs]: stack trace error on java when executing
ID: 25823 Updated by: sniper@php.net Reported By: wewing at nc dot rr dot com -Status: Open +Status: ... -
#25823 [NEW]: stack trace error on java when executing
From: wewing at nc dot rr dot com Operating system: Win2k PHP version: 4.3.4RC1 PHP Bug Type: Servlet related Bug... -
getting stack trace from core
Hi, As far as I know, a core file contains , stack frames of all the lwps when the process crashed. Is there any command which AIX433... -
ndevilla@nospam.free.fr #2
Re: Displaying the function stack trace
Guenther Sohler wrote:
[...]You may want to have a look at etrace:> Nevertheless - in that case, It would be very nice
> if my program could display the function hierarchy,
> how my program reached that exit.
[url]http://ndevilla.free.fr/etrace/index.html[/url]
This tiny module allows you to trace your function
calls and print the stack as the program is running.
It only works with gcc, but on most Unixes though.
Hope it helps
--
Nicolas
ndevilla@nospam.free.fr Guest



Reply With Quote

