I'm still geting same coredumps and .deb package itself is bigger about 20kb. /usr/sbin/nginx is about 800kb when orginal is aprox. 500kb. But still i cant get any more details in coredupms. Could there be other problem? For example packages?by meto - Nginx Mailing List - English
I think the problem is that i'm not compiling nginx on target server. Sorry, but i don't want to do that on my production server... Is there other way to reslove that problem?by meto - Nginx Mailing List - English
package while building prints this: .. gcc -c -O0 -g3 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_open_file_cache.o \ src/core/ngx_open_file_cache.c ..by meto - Nginx Mailing List - English
i'm building packages and can force comand to gccby meto - Nginx Mailing List - English
warning: Can't read pathname for load map: Input/output error. Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypt.so.1 Reading symbols from /usr/lib/libpcre.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libpcre.so.3 Reading symbols from /usr/lib/libssl.so.0.9.8...(no debugging symbols found)...done. Loadby meto - Nginx Mailing List - English
bt: (gdb) bt #0 0x0000000000442efb in ?? () #1 0x0000000000438918 in ?? () #2 0x000000000045fe9e in ?? () #3 0x000000000042d7ec in ?? () #4 0x0000000000428a4d in ?? () #5 0x0000000000432825 in ?? () #6 0x00000000004331b3 in ?? () #7 0x000000000042268b in ?? () #8 0x000000000041a2ce in ?? () #9 0x0000000000420cb8 in ?? () #10 0x000000000041f37d in ?? () #11 0x0000000000421cby meto - Nginx Mailing List - English
I'm surprised that they (GG Networks - polish communicator like MSN or such) have released anything that is OpenSource... But yeah - job well done.by meto - Nginx Mailing List - English
Here is what i do: - create file like "settings" in /etc/nginx - put common settings in that file - add "include settings;" in vhost config Can't be easier, good luck.by meto - Nginx Mailing List - English
I'm not using any 3rd party modules yet nginx version: nginx/0.8.4 configure arguments: --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/vby meto - Nginx Mailing List - English
There's been a massacre at 3pm for nginx procs: 2009/06/26 14:56:35 3039#0: worker process 3040 exited on signal 11 2009/06/26 14:56:35 3039#0: worker process 3043 exited on signal 11 2009/06/26 14:56:36 3039#0: worker process 3041 exited on signal 11 2009/06/26 14:56:36 3039#0: worker process 6622 exited on signal 11 2009/06/26 14:56:36 3039#0: worker process 3042 exited on signal 11 2by meto - Nginx Mailing List - English
Ok, already done that and waiting for process to die ;) I'll keep you posted on progress.by meto - Nginx Mailing List - English
So i've checked and 0.7.61 seems to have similar behaviour (http://xgame.pl/nginx/) In logs the only suspicious thing was: 2009/06/25 23:38:09 19083#0: worker process 19088 exited on signal 11 and some others similar, always signal 11. So how to make coredump? I've got --with-debug package :)by meto - Nginx Mailing List - English
Last working version is 0.7.59 (last development 0.7.x) I'll check latest stable.by meto - Nginx Mailing List - English
Since version 0.8.x I've noticed that my keep-alive sessions are not removed properly (see http://xgame.pl/nginx/ ). I'm guessing that it's connected to keepalive_requests function, since it was introduced in 0.8.x. FYI: Server config: keepalive_timeout 10 keepalive_requests 250 nginx 0.8.4by meto - Nginx Mailing List - English