Hi, I’m hitting a consistent crash in the PVRTune GUI while recording.
I’m using PVRTuneDeveloper v14.160 (Build 25.2@f530aeedf8c9), which AFAIK is the latest version. I repro the same crash in both the Linux (running under Ubuntu 24.04) and Windows (running under Windows 11) versions of the GUI.
The crash itself provides very little info, the window simply closes. Running it in gdb on Linux, I can see it’s a segfault, but since there are no symbols, I can’t make anything of the callstack.
I am using the build of PVRPerfServerDeveloper found in PVRPerfServer/Android_arm64-v8a/ in the same download as the GUI, so I would expect the versions to match, and I can see in the logs that it’s identifying itself as "PVRPerfServerDeveloper v14.160 64-bits - Build f530aeedf8c9.
" which seems correct. The server itself seems to run fine and is stable. When I restart the GUI after the crash, server is still running and I can reconnect.
The target device is a rooted Google Pixel 10, so DXT-48-1536.
The repro steps for me are:
- Launch server on the target with
adb shell "su -c '/data/local/tmp/PVRPerfServerDeveloper'" - Launch GUI on the host with
./GUI/Linux_x86_64/PVRTuneDeveloperGUI - Connect to the broadcasting device over IP
- Wait. There is no need for the GPU to be active or for any interaction with the GUI. The time before a crash seems random but from my testing seems to consistently happen within a minute of connecting.
The issue is specific to while performance data is being streamed to the GUI. I have found the GUI to be entirely stable both before connecting and after disconnecting (even with a tune file loaded).
If you’re able to provide any advice or a fix, that would be great. If you need any further info from me or would like me to run any tests, please let me know. Thanks!