| Summary: | SDL_PollEvent hangs for exactly 1 minute each iteration | ||
|---|---|---|---|
| Product: | SDL | Reporter: | jannesdrijkoningen |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | CC: | metalcaedes, noetimx |
| Version: | 2.0.9 | Keywords: | target-2.0.12 |
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
| Attachments: | Bare Project | ||
|
Description
jannesdrijkoningen
2019-02-02 00:27:29 UTC
Created attachment 3591 [details]
Bare Project
Seems like the attachment was too big, removed .vs folder.
(Sorry if you get several emails like this, we're marking a bunch of bugs.) We're hoping to ship SDL 2.0.11 on a much shorter timeframe than we have historically done releases, so I'm starting to tag bugs we hope to have closed in this release cycle. Note that this tag means we just intend to scrutinize this bug for the 2.0.11 release: we may fix it, reject it, or even push it back to a later release for now, but this helps give us both a goal and a wishlist for the next release. If this bug has been quiet for a few months and you have new information (such as, "this is definitely still broken" or "this got fixed at some point"), please feel free to retest and/or add more notes to the bug. --ryan. Might be worth trying if it's fixed with SDL 2.0.10 - maybe this once again is related to that Windows HID thing (#4389) We're changing how we do SDL release versions; now releases will be even numbers (2.0.10, 2.0.12, etc), and as soon as we tag a release, we'll move the internal version number to an odd number (2.0.12 ships, we tag the latest in revision control as 2.0.13 immediately, which will become 2.0.14 on release, etc). As such, I'm moving the bugs tagged with target-2.0.11 to target 2.0.12. Sorry if you get a lot of email from this change! Thanks, --ryan. We're changing how we do SDL release versions; now releases will be even numbers (2.0.10, 2.0.12, etc), and as soon as we tag a release, we'll move the internal version number to an odd number (2.0.12 ships, we tag the latest in revision control as 2.0.13 immediately, which will become 2.0.14 on release, etc). As such, I'm moving the bugs tagged with target-2.0.11 to target 2.0.12. Sorry if you get a lot of email from this change! Thanks, --ryan. Can you recheck this with the SDL 2.0.10 release? Thanks! Hello Sam, I just downloaded the attachment, replaced SDL with the latest version, and can no longer reproduce the bug. It seems to be fixed! :) Regards, Jannes. Great, thanks! |