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 - Bug with SDL_Init
Summary: Bug with SDL_Init
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: don't know
Hardware: Other FreeBSD
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-24 09:09 UTC by Castets Julien
Modified: 2009-09-21 00:55 UTC (History)
0 users

See Also:


Attachments

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