Bug 1526342

Summary: wine debuginfo causes crash and conflict
Product: [Fedora] Fedora Reporter: Pierre Ossman <ossman>
Component: wineAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: andreas.bierfert, besser82, mike, ossman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-30 22:28:30 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pierre Ossman 2017-12-15 09:22:31 UTC
So I'm trying to use winedbg and it tells me to run:

> dnf debuginfo-install wine-core-2.20-1.fc26.i686 wine-core-2.20-1.fc26.x86_64

This does not work properly as those two packages conflict. End result is that just i686 gets installed. This results in winedbg doing:

> fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
> fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
> fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
> fixme:dbghelp_dwarf:dwarf2_fill_attr Unhandled attribute form 1f21
> fixme:dbghelp_dwarf:dwarf2_fill_attr Unhandled attribute form 1f21
> fixme:dbghelp_dwarf:dwarf2_load_one_entry Unhandled Tag type 0x1d at ctx(0x33e5f8,L"wine"), for 48
> fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
> winedbg: Internal crash at 0x7e498311

Installing just x86_64 gets rid of the crash, but of course no debug symbols as the exe is a 32-bit one.

Comment 1 Michael Cronenworth 2018-03-23 18:49:27 UTC
Is this still an issue? I cannot reproduce this issue with Wine 3.4.

dnf debuginfo-install wine-core-3.4-1.fc27.i686
- installed successfully

dnf debuginfo-install wine-core-3.4-1.fc27.x86_64
- installed successfully, no errors

$ rpm -q wine-core-debuginfo
wine-core-debuginfo-3.4-1.fc27.i686
wine-core-debuginfo-3.4-1.fc27.x86_64