http://bugs.winehq.org/show_bug.cgi?id=24121
Summary: Winedbg complaining about "unknown CIE version 0" Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: cerebro.alexiel@gmail.com
Created an attachment (id=30360) --> (http://bugs.winehq.org/attachment.cgi?id=30360) The binary
It's the first time I try to use winedbg and it's already crying ^^
I compiled my program (attached binary+source) on my virtual xp with "gcc -g test_eventlog.c -o test_eventlog"
The 'g' flag (should) add debugging infos to the exe. Thus, I would like debug my code and wine.
To reproduce the bug, just run alex@Evan:~/Projects/wine$ ./wine ./programs/winedbg/winedbg.exe.so /path/to/test_eventlog.exe and type 'break OpenEventLogW', and 'n' several times
The error itself is "fixme:dbghelp_dwarf:parse_cie_details unknown CIE version 0 at 0x1321608"
I guess it's related to how mingw gcc add symbols in the binary.