http://bugs.winehq.org/show_bug.cgi?id=60101 Eric Pouech <eric.pouech@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com --- Comment #2 from Eric Pouech <eric.pouech@gmail.com> --- dwarf expression handler shall be protected against underflow but I'm not sure from the bits here that's the root cause of the problem; it's mostly the symptom of failure and protection from underflow will not generate the expected value out of the dwarf expression from the various bits of debug information, it looks like the debugger attached with current thread is in block_get_flags() =>0 0x7be21c52 block_get_flags+0x2(block=0096D910) in ntdll (0x0022d528) but in its epilog: WineDbg attached to pid 0324 0x7be467ad ntdll+0x467ad: retl so it could be wine's dwarf handler incorrectly handling frame handling in some epilog constructs; I'll try to repro from that and it would make life easier if we could get the failing .dll (and its debug info) to get info from it (not sure you still have access to the reported ones, but in case it happens again) -- 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.