http://bugs.winehq.org/show_bug.cgi?id=12892
Summary: Winedbg crashes on a simple mingw binary Product: Wine Version: 0.9.60 Platform: Other OS/Version: other Status: NEW Severity: major Priority: P2 Component: dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: m.b.lankhorst@gmail.com
Created an attachment (id=12598) --> (http://bugs.winehq.org/attachment.cgi?id=12598) Crashy file
A simple one-line null pointer cross-compiled with i586-mingw32msvc-gcc -g -O2 crashes winedbg after it is trying to get a backtrace. If I strip the file it will work.