Changes between Initial Version and Version 1 of Ticket #789
- Timestamp:
- 09/17/15 12:48:18 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #789
- Property Status new → closed
- Property Resolution → duplicate
-
Ticket #789 – Description
initial v1 1 1 Worker process constantly exited on signal 11 with different reasons: 2 2 3 {{{ 3 4 [New process 104318] 4 5 [New Thread 803408400 (LWP 102979)] … … 28 29 #11 0x000000000040841b in main (argc=3, argv=0x7fffffffed18) at src/core/nginx.c:419 29 30 (gdb) 31 }}} 30 32 31 33 another dump: 34 {{{ 32 35 Core was generated by `nginx'. 33 36 Program terminated with signal SIGSEGV, Segmentation fault. … … 45 48 Backtrace stopped: previous frame inner to this frame (corrupt stack?) 46 49 (gdb) 50 }}} 47 51 48 52 one more coredump: 53 {{{ 49 54 [New process 101212] 50 55 Core was generated by `nginx'. … … 57 62 at src/core/ngx_resolver.c:3070 58 63 Backtrace stopped: Cannot access memory at address 0x30a 64 }}} 59 65 60 66 I don't know what preceded it. 61 67 NGINX statistics: 68 {{{ 62 69 Active connections: 46714 63 70 server accepts handled requests 64 71 111678 111678 298032 72 }}}