Paul Romanyszyn wrote:
This app is downloadable and takes only a few steps to reproduce.
Thanks for testing Paul... the app is not the culprit as the fault occurs while loading kernel32 debug information... you should get the same error for any app you load under winedbg (if you load kernel32 symbols) that's why you get endless errors: crash in winedbg, which (as any app) relaunches winedbg for a debugging...
(and moreover, it seems there are 16bit related issues in winedbg, but that's a different story)
fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75
ok, the first patch did fix the error, but now we run into another one I'll fix it later
wine: Unhandled page fault on read access to 0x55ac7760 at address 0x7faba0f8 (thread 0012), starting debugger... WineDbg starting on pid 0x11 Unhandled exception: page fault on read access to 0x55ac7760 in 32-bit code (0x7faba0f8). fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information for dbghelp<elf> fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75 wine: Unhandled page fault on read access to 0x55ac7760 at address 0x7faba0f8 (thread 0014), starting debugger... WineDbg starting on pid 0x13 Unhandled exception: page fault on read access to 0x55ac7760 in 32-bit code (0x7faba0f8). fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information for dbghelp<elf> fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75 wine: Unhandled page fault on read access to 0x55ac7760 at address 0x7faba0f8 (thread 0016), starting debugger... WineDbg starting on pid 0x15 Unhandled exception: page fault on read access to 0x55ac7760 in 32-bit code (0x7faba0f8). fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information for dbghelp<elf> fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75 wine: Unhandled page fault on read access to 0x55ac7760 at address 0x7faba0f8 (thread 0018), starting debugger... WineDbg starting on pid 0x17 Unhandled exception: page fault on read access to 0x55ac7760 in 32-bit code (0x7faba0f8). .... continues until ctrl C