From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-08-20 15:16:04


We already had one submission that performs stacktrace for Linux.
Works fine in my limited test, except it is missing demangle. I also
found a demangle as part of valgrind-1.0.0. I'm thinking that it
might be best to not combine them, however (you know, unix
philosophy).

There is a command-line demangler that should be already present on
Linux boxes, so we should be able to just pipe through it.

Look for stacktrace.zip on the boost web site.