[Mingw-w64-public] gdb, cannot obtain back trace

2009-06-26 Thread David Cournapeau
Hi, I am building python extensions with the mingw-w64, but I have some crashes which I would like to debug. Unfortunately, even when the extension is built with debug options (-g -DDEBUG), running the offending code under gdb does not bring anything useful: the backtrace only gives me a

Re: [Mingw-w64-public] gdb, cannot obtain back trace

2009-06-26 Thread Kai Tietz
2009/6/26 David Cournapeau courn...@gmail.com: On Fri, Jun 26, 2009 at 8:56 PM, Kai Tietzktiet...@googlemail.com wrote: Hello David, 2009/6/26 David Cournapeau courn...@gmail.com: Hi,    I am building python extensions with the mingw-w64, but I have some crashes which I would like to