-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault on FreeBSD 11-STABLE #9406
Comments
Cores are annoying to poke into without your setup. Can you run it in gdb or lldb, and when it's crashed, type bt and paste the resulting call stack here? |
Of course. Here is the backtrace.
|
You somehow built it without symbols? Looks like an OpenGL initialization issue. Though your system supports GLSL 1.3, that should be modern enough. |
I guess I should report it to the port maintainer instead then. I thought this would be an upstream issue. Thank you for such a quick response! |
I rebuilt PPSSPP with symbols and submitted it to the FreeBSD bugtracker, it looks like a bug in DRI. Consider this closed? |
PPSSPP version 1.3 throws a segmentation fault when I try to start it on FreeBSD 11-STABLE.
I built the emulator from ports and tried a binary package as well, both give me the same result.
Here is what I get from the terminal.
Here is the dumped core:
http://rgho.st/private/7P67Cds99/e84024231c1b30de32d0d915f0d0c75b
The text was updated successfully, but these errors were encountered: