http://bugs.winehq.org/show_bug.cgi?id=34262
Bug #: 34262 Summary: dbghelp: Unhandled Tag type 0x26 for backtraces in xul.dll Product: Wine Version: 1.7.0 Platform: x86 OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: dbghelp AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Classification: Unclassified
Created attachment 45607 --> http://bugs.winehq.org/attachment.cgi?id=45607 log
Noticed while testing bug 26485: fixme:dbghelp_dwarf:dwarf2_load_one_entry Unhandled Tag type 0x3b at ctx(0x33c3cc,L"xul"), for 107 fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x26 at ctx(0x33c3cc,L"xul"), for debug_info(abbrev:0x4cb3a94,symt:0x4fb06c4)
austin@aw25 ~ $ cat debug_log.txt | grep -c "Unhandled" 230703
I'll attach the compressed log, there are other fixme's in there as well.
To reproduce: $ wget http://zabkat.com/xplorer2_setup.exe $ wine xplorer2_setup.exe
# install xplorer
# Get gecko debug build: $ wget http://downloads.sourceforge.net/wine/wine_gecko-2.21-x86-dbg.tar.bz2 $ cd .wine/drive_c/windows/system32/gecko/2.21 $ mv wine_gecko wine_gecko.old $ tar -jxf ~/wine_gecko-2.21-x86-dbg.tar.bz2
# Disable the crash dialog: $ winetricks nocrashdialog
$ cd "~/.wine/drive_c/Program Files/zabkat/xplorer2" $ wine xplorer2_UC.exe
http://bugs.winehq.org/show_bug.cgi?id=34262
David Heidelberger (okias) d.okias@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |d.okias@gmail.com
--- Comment #1 from David Heidelberger (okias) d.okias@gmail.com --- fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x26 at ctx(0x33c31c,L"pipe_nouveau.so"), for debug_info(abbrev:0x28404f8,symt:0x2bddcd0) ... xxx times ... fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x26 at ctx(0x33c31c,L"pipe_nouveau.so"), for debug_info(abbrev:0x28404f8,symt:0x2bddcd0) fixme:dbghelp_dwarf:dwarf2_parse_pointer_type Unsupported children fixme:dbghelp_dwarf:dwarf2_parse_pointer_type Unsupported children fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x26 at ctx(0x33c31c,L"pipe_nouveau.so"), for debug_info(abbrev:0x28404f8,symt:0x2bddcd0) ... xxx times ... fixme:dbghelp_dwarf:dwarf2_parse_udt_type Unhandled Tag type 0x26 at ctx(0x33c31c,L"pipe_nouveau.so"), for debug_info(abbrev:0x28404f8,symt:0x2bddcd0)
I can confirm this wine 1.7.19.
https://bugs.winehq.org/show_bug.cgi?id=34262
--- Comment #2 from David Heidelberger (okias) david.heidelberger@ixit.cz --- RFC patch here [1].
It get rid of warnings, not sure about patch correctness.
[1] https://www.winehq.org/pipermail/wine-patches/2014-October/135104.html
https://bugs.winehq.org/show_bug.cgi?id=34262
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e6e50f6c474e5b20c44e20c8105 | |f02ff5ecfc2f0 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to David Heidelberg (okias) from comment #2)
RFC patch here [1].
It get rid of warnings, not sure about patch correctness.
[1] https://www.winehq.org/pipermail/wine-patches/2014-October/135104.html
Committed as e6e50f6c474e5b20c44e20c8105f02ff5ecfc2f0
https://bugs.winehq.org/show_bug.cgi?id=34262
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.44.