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 556

Summary: Bug with SDL_Init
Product: SDL Reporter: Castets Julien <castet.j>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: don't know   
Hardware: Other   
OS: FreeBSD   

Description Castets Julien 2008-02-24 09:09:53 UTC
When system don't allow to create a new file descriptor, the function SDL_Init segfault on fprintf

with tcshrc :
$> limit descriptors 4
$> ./a.out
$> segfault
Comment 1 Sam Lantinga 2009-09-21 00:55:36 UTC
I'm not going to handle this case in SDL 1.2, but if you want to submit a patch for SDL 1.3, it's more than welcome!