Changeset 1597

Show
Ignore:
Timestamp:
07/02/08 18:31:37 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1596 r1597  
     12008-07-02  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * cherokee/handler_cgi.c (manage_child_cgi_process): Adds SIGBUS 
     4        for MacOS X. 
     5 
    162008-06-28  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    27 
  • cherokee/trunk/cherokee/handler_cgi.c

    r1531 r1597  
    568568        signal (SIGSEGV, SIG_DFL); 
    569569#endif 
     570#ifdef SIGBUS 
     571        signal (SIGBUS, SIG_DFL); 
     572#endif 
    570573#ifdef SIGTERM 
    571574        signal (SIGTERM, SIG_DFL);