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 - OS X: Application crash when trying to poll events
Summary: OS X: Application crash when trying to poll events
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.3
Hardware: x86_64 Mac OS X (All)
: P2 critical
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-14 19:59 UTC by kasoki
Modified: 2014-12-25 11:39 UTC (History)
1 user (show)

See Also:


Attachments
Error log (3.19 KB, text/plain)
2014-12-14 19:59 UTC, kasoki
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ;).