1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
Marc VanHeyningen a4887e250b s3: Allow child processes to exit gracefully if we are out of fds
When we run out of file descriptors for some reason, every new
connection forks a child that immediately panics causing smbd to
coredump.  This seems unnecessarily harsh; with this code change we
now catch that error and merely log a message about it and exit
without the core dump.

Signed-off-by: Tim Prouty <tprouty@samba.org>
2009-05-27 13:16:17 -07:00
..
2009-04-23 14:35:50 +02:00
2009-04-27 13:25:07 +02:00
2009-05-02 12:44:31 +02:00
2007-12-15 23:05:30 -08:00
2009-03-04 11:23:05 +01:00
2009-02-26 11:05:22 +01:00
2009-04-23 10:44:51 +02:00
2009-02-19 20:58:26 -08:00
2009-05-01 12:30:59 +02:00
2008-11-15 00:50:33 +01:00
2009-01-07 12:04:44 +01:00
2008-03-10 21:08:45 +01:00
2007-12-15 22:47:30 +01:00
2009-05-12 15:21:46 +02:00
2008-03-17 20:52:25 +01:00
2008-10-12 17:34:43 +02:00
2009-05-26 23:20:34 +02:00
2009-02-23 16:22:43 -08:00
2009-01-29 21:38:05 +01:00
2009-03-01 18:00:26 +01:00
2009-04-23 14:35:50 +02:00
2008-10-14 02:41:20 +02:00
2009-05-24 13:50:43 +02:00