The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06

  • Tremendously improve GDB stack parsing (tested on thousands of recent traces from bugzilla.gnome.org).
  • Improve performance. As part of this, the module no longer throws exceptions as a regular part of its operation. (It still uses Exception::Class, but only internally and you should never need to worry about it.)

Modules

Parse the text representation of a stack trace into an object.
Exceptions that can be thrown by Parse::StackTrace modules
A single frame (containing a single function) from a stack trace.
A single thread (or the only thread) of a stack trace.
A stack trace produced by GDB, the GNU Debugger
A thread from a GDB stack trace
A stack trace produced by python
A frame from a Python stack trace
A thread from a Python stack trace.