https://bugs.winehq.org/show_bug.cgi?id=47748 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #11 from Zeb Figura <z.figura12(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.