Actions
Emulator Issues #7559
closedSegfault when refreshing available input sources in GCPad menu
Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
I'm using Linux Mint x64, Dolphin 4.0-2482.
To reproduce:
- Open Dolphin
- Click the GCPad button
- Click the Refresh button
- Dolphin instantly crashes with a segfault.
Stacktrace: https://gist.github.com/archshift/42d618479469d222e542
Updated by archshift about 10 years ago
I've updated the gist to include the full stack trace.
Updated by archshift about 10 years ago
The issue only occurs when my PS3 controller is plugged in. I also know for a fact that this is a relatively new issue, and I'm going to try a git bisect to figure out where it came from.
Updated by archshift about 10 years ago
Turns out, thanks to SonicAdvance/HdkR, that the issue was https://bugzilla.libsdl.org/show_bug.cgi?id=2648 with SDL. After using the latest SDL from mercurial, the issue was fixed.
Actions