comparison src/os/unix/ngx_process_cycle.c @ 559:c1f965ef9718 release-0.3.1

nginx-0.3.1-RELEASE import *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; the bug had appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Oct 2005 12:59:41 +0000
parents ecd9c160f25b
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
558:96a964d17328 559:c1f965ef9718
701 701
702 #endif 702 #endif
703 703
704 for ( ;; ) { 704 for ( ;; ) {
705 if (ngx_exiting 705 if (ngx_exiting
706 && ngx_event_timer_rbtree == &ngx_event_timer_sentinel) 706 && ngx_event_timer_rbtree.root == ngx_event_timer_rbtree.sentinel)
707 { 707 {
708 ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting"); 708 ngx_log_error(NGX_LOG_NOTICE, cycle->log, 0, "exiting");
709 709
710 710
711 #if (NGX_THREADS) 711 #if (NGX_THREADS)