We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5101 - Razer Arctosa causes same/similar hang in joystick init as Razer Lycosa
Summary: Razer Arctosa causes same/similar hang in joystick init as Razer Lycosa
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: joystick (show other bugs)
Version: 2.0.12
Hardware: x86_64 Windows 10
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-21 05:21 UTC by Rick Gibbed
Modified: 2020-04-21 05:57 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Gibbed 2020-04-21 05:21:43 UTC
Debugging an issue with a user, they were having a hang/freeze on SDL_InitSubSystem(SDL_INIT_GAMECONTROLLER) where it was taking an abnormally long time to complete.

They found unplugging their keyboard, a Razer Arctosa, stopped the issue.

I checked and saw the recent commit blacklisting the Razer Lycosa, so I assume it's similar/related: https://hg.libsdl.org/SDL/rev/1dec8bbf3b92

The Razer Arctosa has a vendor_id=0x1532, product_id=0x010B.

Having them test a build with this specific keyboard blacklisted mitigated the issue.
Comment 1 Ryan C. Gordon 2020-04-21 05:57:20 UTC
Added to the blacklist in https://hg.libsdl.org/SDL/rev/22dcbdfe45ea, thanks!

--ryan.