http://bugs.winehq.org/show_bug.cgi?id=33955
Bug #: 33955 Summary: FFT-z: Unhandled page fault on read access hangs up debugger Product: Wine Version: 1.6-rc4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: gaming4jc2@yahoo.com Classification: Unclassified
Here we have an open-source benchmark utility which causes wines debugger to not function properly. It just hangs up and the program keeps prompting and error: "Unable to locate the 'processor' performance object."
The brief terminal message is:
[luke@localhost test]$ wine FFT-z.exe wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 0038), starting debugger... wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 002d), starting debugger... wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 0046), starting debugger... wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 0036), starting debugger...
http://bugs.winehq.org/show_bug.cgi?id=33955
Luke gaming4jc2@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://www.fft-z.org/
--- Comment #1 from Luke gaming4jc2@yahoo.com 2013-07-04 13:58:33 CDT --- Adding official website with download. Project is hosted on sourceforge with the code.
https://bugs.winehq.org/show_bug.cgi?id=33955
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|FFT-z: Unhandled page fault |FFT-z reports 'Unable to |on read access hangs up |locate the "Processor" |debugger |performance object' | |(missing | |'HKEY_PERFORMANCE_DATA' | |counter '238', processor | |object) Ever confirmed|0 |1
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./FFT-z.exe >>log.txt 2>&1 ... 0009:Call advapi32.RegQueryValueExA(80000004,004c2ce4 "238",00000000,00000000,00651e9c,0033f570) ret=004c2a6e 0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=004c2a6e 0009:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0033f554) ret=004c2ac4 0009:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83ae9b ip=7b83ae9b tid=0009 0009:trace:seh:raise_exception info[0]=004c2ac4 0009:trace:seh:raise_exception info[1]=0069b06c 0009:trace:seh:raise_exception info[2]=004e049c 0009:trace:seh:raise_exception info[3]=004e04a4 0009:trace:seh:raise_exception info[4]=004e0498 0009:trace:seh:raise_exception info[5]=004e04a0 0009:trace:seh:raise_exception info[6]=0033f570 0009:trace:seh:raise_exception eax=7b826d79 ebx=7b8bc000 ecx=004c2ac4 edx=0033f4b4 esi=0033f554 edi=0033f520 0009:trace:seh:raise_exception ebp=0033f4f8 esp=0033f494 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200283 ... 0009:Call user32.MessageBoxA(00010072,006b925c "Unable to locate the "Processor" performance object.",006b922c "FFT-z",00000010) ret=0047bec3 --- snip ---
There is another bug in same area: bug 33037 is about missing 'HKEY_PERFORMANCE_DATA' counter '230' = process object.
$ sha1sum FFT-z-3.1.exe 3584bb1c72d4b417f2de81b1485f240186ff4dce FFT-z-3.1.exe
$ du -sh FFT-z-3.1.exe 1.4M FFT-z-3.1.exe
$ wine --version wine-1.7.21-61-gf9f3b21
Regards
https://bugs.winehq.org/show_bug.cgi?id=33955
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #3 from super_man@post.com --- Still an issue 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=33955
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|FFT-z reports 'Unable to |FFT-z 3.1 reports 'Unable |locate the "Processor" |to locate the "Processor" |performance object' |performance object' |(missing |(missing |'HKEY_PERFORMANCE_DATA' |'HKEY_PERFORMANCE_DATA' |counter '238', processor |counter '238', processor |object) |object) URL|http://www.fft-z.org/ |https://web.archive.org/web | |/20201221193837/https://pho | |enixnap.dl.sourceforge.net/ | |project/fft-z/Official%203. | |x/FFT-z-3.1.exe
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, obviously still present.
I've created a stable download link via Internet Archive (not trusting SourceForge mirrors):
https://web.archive.org/web/20201221193837/https://phoenixnap.dl.sourceforge...
$ wine --version wine-6.0-rc3
Regards
https://bugs.winehq.org/show_bug.cgi?id=33955
Mathew Hodson mathew.hodson@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mathew.hodson@gmail.com
--- Comment #5 from Mathew Hodson mathew.hodson@gmail.com --- Was this fixed by bug 33037? Should this be closed as a duplicate of that bug?
https://bugs.winehq.org/show_bug.cgi?id=33955
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- (In reply to Mathew Hodson from comment #5)
Was this fixed by bug 33037? Should this be closed as a duplicate of that bug?
No, bug 33037 was about querying counter and help strings; this one is about querying the counter itself.
https://bugs.winehq.org/show_bug.cgi?id=33955
Mathew Hodson mathew.hodson@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|mathew.hodson@gmail.com |