Boost logo

Boost :

Subject: Re: [boost] [Backtrace] Any interest in portable stack trace?
From: Sid Sacek (ssacek_at_[hidden])
Date: 2010-10-21 00:23:49


-----Original Message-----
From: Artyom
Subject: [boost] [Backtrace] Any interest in portable stack trace?

>> Hello,

>> Is there any interest in getting portable stack trace to boost - get
>> something similar to Java's printStackTrace.

I've worked on stack tracing in the past; specifically for the MSVC compiled code.

My experience is that the stack is difficult to follow in debug builds and close to impossible in release builds. Highly optimized code sometimes discards the notion of a stack altogether in certain cases.

I'm curious how you're going to accomplish this feat and make it portable too?

If you are successful, this would definitely be a valuable tool to have.
-Sid Sacek


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk