[Bug 45242] winedbg Internal crash when debugging win32

WineHQ Bugzilla wine-bugs at winehq.org
Mon May 10 23:32:33 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=45242

--- Comment #6 from Jinoh Kang <jinoh.kang.kr at gmail.com> ---
Downstream is using dwz to de-duplicate DWARF data. dwz multifile mode factors
out common debugging information into another file, and replaces the factored
out data with references to the common file.

These references are represented as DW_FORM_GNU_strp_alt / DW_FORM_GNU_ref_alt,
which apparantly causes problems with wine DWARF parser.

Is this use case supported?

-- 
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.



More information about the wine-bugs mailing list