jrfonseca / drmingw

Postmortem debugging tools for MinGW.
GNU Lesser General Public License v2.1
279 stars 56 forks source link

Failed to obtain stack dump or line numbers with mingw 32-bit #28

Closed DerellLicht closed 8 years ago

DerellLicht commented 8 years ago

I'm using MinGW/TDM 4.4.1, 32-bit, compiled using -g OS: Windows 7/64-bit drmingw 0.7.7

I got a crash in my program, and get the following trace from MinGW: drmingw.listing.txt Note that there are no line number or other tracing data...

DerellLicht commented 8 years ago

huh... nevermind, now it's working fine; only failed on first couple of runs after I turned on debug flags...