Ticket #59 (closed enhancement: fixed)
aesop backtrace function
Reported by: | carns | Owned by: | dkimpe |
---|---|---|---|
Priority: | don't know | Component: | aesop functions |
Version: | Keywords: | ||
Cc: |
Description
(copied from http://trac.mcs.anl.gov/projects/triton/ticket/174)
It would be useful if the auto-generated aesop code could track its call stack so that a "backtrace" could be display on error or a crash. The standard stack trace isn't very meaningful because the aesop code will look like it has a random stack.
Change History
Note: See
TracTickets for help on using
tickets.
This is implemented in the aesop_get_stack() and aesop_print_stack() functions in resource.h.
We just need the following: