https://bugs.winehq.org/show_bug.cgi?id=47748
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #11 from Zeb Figura z.figura12@gmail.com --- Line numbers in backtraces cannot be taken at face value. In general it should be rather suspicious if a trace like that is crashing, and in fact it's not. It's actually the next line that's crashing, when we try to dereference "assign".
You can tell this for sure by looking at the disassembly. Actually objdump correctly reports the line for me, so our dwarf parsing is probably broken.