Problem Note 59928: SASĀ® Object Spawner crashes due to excessive file descriptors being open
When there are an excessive number of file descriptors open, a SAS Object Spawner might crash, leaving a core file and traceback. This is a rare scenario that is more likely to occur under Linux, where the FD_SETSIZE is only 1,024.
There is no easy way to determine whether this issue is the specific cause of your spawner's crash. SAS developers must examine the core file.
This problem is caused by the use of the select() function. The solution is for the underlying code to use the poll() function instead. The hot fix recompiles the code with the new function calls.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Integration Technologies | Linux for x64 | 9.4_M3 | 9.4_M5 | 9.4 TS1M3 | 9.4 TS1M5 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-02-15 09:38:18 |
Date Created: | 2017-02-08 13:05:09 |