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