Bug 1526342 - wine debuginfo causes crash and conflict
Summary: wine debuginfo causes crash and conflict
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 26
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-15 09:22 UTC by Pierre Ossman
Modified: 2018-03-30 22:28 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-03-30 22:28:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.