http://bugs.winehq.org/show_bug.cgi?id=26718
--- Comment #5 from Austin English austinenglish@gmail.com 2011-04-13 15:52:44 CDT --- (In reply to comment #4)
Created an attachment (id=34089)
--> (http://bugs.winehq.org/attachment.cgi?id=34089) [details]
tentative patch
does the attached patch solves all the output ?
it should reduce lots of them, I just to be sure everything is covered A+
Helps quite a bit, but you still have: fixme:dbghelp_dwarf:dwarf2_parse_inlined_subroutine Unhandled Tag type 0x4109 at ctx(0x33e518,L"libwine.so.1"), for debug_info(abbrev:0x166858,symt:(nil))
794 of them.
Though I notice the backtrace is: 00000022 0 <== Backtrace: =>0 0x685e23ca func_debugger+0x3ba() [/home/austin/wine-git/dlls/kernel32/tests/debugger.c:177] in kernel32_test (0x00000003) 1 0x6865afd4 main+0x393(argc=*** Invalid address 0x5c5c5c5c *** , argv=*** Invalid address 0x5c5c5c60 *** Internal symbol error: unable to access memory location 0x5c5c5c60) [/home/austin/wine-git/dlls/kernel32/tests/../../../include/wine/test.h:556] in kernel32_test (0x0033fe68) 2 0x6865b112 __wine_spec_exe_entry+0x71(peb=0x7ffdf000) [/home/austin/wine-git/dlls/winecrt0/exe_entry.c:36] in kernel32_test (0x0033feb8) 3 0x6842c68c call_process_entry+0xb() in kernel32 (0x0033feb8) 4 0x6842d380 start_process+0x5f(peb=0x7ffdf000) [/home/austin/wine-git/dlls/kernel32/process.c:1086] in kernel32 (0x0033fef8) 5 0x68355a48 call_thread_func+0xb() in ntdll (0x0033fef8) 6 0x6835870d call_thread_entry_point+0x6c(entry=0x6842d320, arg=0x7ffdf000) [/home/austin/wine-git/dlls/ntdll/signal_i386.c:2499] in ntdll (0x00000000)
(Invalid address) which should probably be a separate bug...
Thanks for the quick work!