Files
asterisk/main
Tilghman Lesher a9b91b8435 Use sigaction for signals which should persist past the initial trigger, not signal.
If you call signal() in a Solaris signal handler, instead of just resetting
the signal handler, it causes the signal to refire, because the signal is not
marked as handled prior to the signal handler being called.  This effectively
causes Solaris to immediately exceed the threadstack in recursive signal
handlers and crash.

(closes issue #17000)
 Reported by: rmcgilvr
 Patches: 
       20100526__issue17000.diff.txt uploaded by tilghman (license 14)
 Tested by: rmcgilvr


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@266142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-05-26 21:11:44 +00:00
..
2009-11-06 15:41:41 +00:00
2010-04-22 21:49:07 +00:00
2009-08-10 19:15:57 +00:00
2009-03-17 05:50:52 +00:00
2009-08-10 19:15:57 +00:00
2009-08-10 19:15:57 +00:00
2010-05-20 15:59:44 +00:00
2010-03-23 22:45:55 +00:00
2010-01-04 21:45:46 +00:00
2007-11-06 18:53:37 +00:00