Thread overview
Windows stack tracing?
Aug 13, 2007
Robert Fraser
Aug 13, 2007
Sean Kelly
Aug 13, 2007
Robert Fraser
Aug 14, 2007
Frank Benoit
August 13, 2007
Since Flectioned stack tracing doesn't work under Windows, is there any other libraries/easy ways to get a stack trace under Windows? If not, I think I saw something Gregor did that generated some runtime-reflection info, does anyone know where I can get that, to use as a possible starting point for creating my own stack-tracer?
August 13, 2007
Robert Fraser wrote:
> Since Flectioned stack tracing doesn't work under Windows, is there any other libraries/easy ways to get a stack trace under Windows? If not, I think I saw something Gregor did that generated some runtime-reflection info, does anyone know where I can get that, to use as a possible starting point for creating my own stack-tracer?

Flectioned stack tracking does work under Windows.  Or at least it should--I haven't used it for a while.


Sean
August 13, 2007
Sean Kelly Wrote:

> Flectioned stack tracking does work under Windows.  Or at least it should--I haven't used it for a while.

I get a "Stack tracing not supported on this OS"
August 14, 2007
Robert Fraser schrieb:
> Sean Kelly Wrote:
> 
>> Flectioned stack tracking does work under Windows.  Or at least it should--I haven't used it for a while.
> 
> I get a "Stack tracing not supported on this OS"

isn't this message related for "access violation" or "segmentation fault" only?