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 kernel3
Eric Pouech wrote:
running a 16 bit application from bug Bug 5493
now gives an a continuous list of
fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75
instead of continuous page faulting between on the lookup.
What traces do you need and I will add them to that bug.
does the
running a 16 bit application from bug Bug 5493
now gives an a continuous list of
fixme:dbghelp_dwarf:dwarf2_compute_location Unhandled attr op: 75
instead of continuous page faulting between on the lookup.
What traces do you need and I will add them to that bug.
does the attached patch help ?
Eric Pouech wrote:
As you may have seen, there's now some support for the dwarf2 debug
format (instead of stabs) in the Wine tree
I'd like to get some feedback on the overall feedback on how it behaves.
To do so, you need to reconfigure Wine with something like
CFLAGS="$CFLAGS -gdwarf-2" ./confi
As you may have seen, there's now some support for the dwarf2 debug
format (instead of stabs) in the Wine tree
I'd like to get some feedback on the overall feedback on how it behaves.
To do so, you need to reconfigure Wine with something like
CFLAGS="$CFLAGS -gdwarf-2" ./configure
and then make c