Changes between Initial Version and Version 1 of Ticket #613
- Timestamp:
- 08/25/14 15:11:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #613
- Property Status new → closed
- Property Resolution → duplicate
-
Ticket #613 – Description
initial v1 2 2 3 3 I'm using nginx version 1.6.1 stable branch and I'm experiencing few hundred crashes/day. First I thought that the problem was caused by ngx_pagespeed, so, I stopped using that. Seems like the bug appeared after I began using ssl certificates, especially in low memory/stress conditions. 4 4 {{{ 5 5 openssl version 6 6 OpenSSL 1.0.1i 6 Aug 2014 7 7 }}} 8 {{{ 8 9 pcre-config --version 9 10 8.35 10 11 }}} 12 {{{ 11 13 free -m 12 14 total used free shared buffers cached … … 14 16 -/+ buffers/cache: 462 548 15 17 Swap: 1375 392 983 16 18 }}} 17 19 18 20 Traces: 19 21 22 {{{ 20 23 GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1 21 24 Copyright (C) 2014 Free Software Foundation, Inc. … … 109 112 len = 40, data = 0x8d40cf8 "\002"}, prefix = {len = 35, data = 0x80c0a58 "/usr/local/nginx-1.6.1-nopagespeed/"}, lock_file = {len = 0, data = 0x0}, hostname = {len = 0, data = 0x0}} 110 113 ccf = <optimized out> 114 }}} 111 115 112 -----------------------------------------------------113 116 Another one: 117 {{{ 114 118 Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". 115 119 Core was generated by `nginx: worker process '. … … 133 137 No symbol table info available. 134 138 Cannot access memory at address 0xbf93ac6c 135 139 }}} 136 140 137 141 If there's anything else that I can help you tracking the problem, please let me know.