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 2821

Summary: OS X: Application crash when trying to poll events
Product: SDL Reporter: kasoki <ikasoki>
Component: eventsAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2 CC: amaranth72
Version: 2.0.3   
Hardware: x86_64   
OS: Mac OS X (All)   
Attachments: Error log

Description kasoki 2014-12-14 19:59:58 UTC
Created attachment 1973 [details]
Error log

Hey,

since I've updated my operating system to OS X 10.10.2 every SDL program I try to run will crash instantly if it's using SDL_PollEvent (which is probably every SDL program).

Some informations:

Operating System: OS X 10.10.2 (14C68m)
Compiler: clang 3.5
Error log: (attachments)
Code which will reproduce the crash: http://pastie.org/private/ixgrz3j56pxsyruyiugg

greetings
Comment 1 Alex Szpakowski 2014-12-16 21:18:35 UTC
It seems to be this issue: https://code.google.com/p/chromium/issues/detail?id=435407
Comment 2 Alex Szpakowski 2014-12-16 21:21:40 UTC
Does it still crash if you update 10.10.2 to the newest revision (the latest available for me is 14C81f)?
Comment 3 kasoki 2014-12-25 11:39:32 UTC
With OS X 10.10.2 (14C81h) the problem is resolved ;).