Re: Call for volunteer: dwarf2 testing

2006-07-01 Thread Eric Pouech
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

Re: Call for volunteer: dwarf2 testing

2006-07-01 Thread Paul Romanyszyn
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

Re: Call for volunteer: dwarf2 testing

2006-07-01 Thread Eric Pouech
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 ?

Re: Call for volunteer: dwarf2 testing

2006-06-30 Thread Paul Romanyszyn
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

Call for volunteer: dwarf2 testing

2006-06-29 Thread Eric Pouech
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