Opened 12 years ago

Closed 12 years ago

#154 closed defect (invalid)

NginX 1.1.4 crashes unexpectedly on Windows XP SP3

Reported by: Alex Dubrovsky Owned by: somebody
Priority: minor Milestone:
Component: nginx-core Version: 1.1.x
Keywords: Cc:
uname -a:
nginx -V: nginx: nginx version: nginx/1.1.4
nginx: TLS SNI support enabled
nginx: configure arguments: --builddir=objs.msvc8 --crossbuild=win32 --with-debug --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/
error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs.msvc8/lib/pcre-7.9 --with-zlib=objs.msvc8/lib/zlib-1.2.3 --with-select_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_stub_status_module --with-http_flv_module --with-http_mp4_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-mail --with-ipv6 --with-openssl=objs.msvc8/lib/openssl-1.0.0d --with-openssl-opt=enable-tlsext --with-http_ssl_module --with-mail_ssl_module

Description

OS version: Windows XP 5.1.2600 Service Pack 3 Build 2600
Nginx is hosting PHP application (PHP-CGI + Zend Guard). I have tried to run Nginx in debug and identify possible reasons of a crash, but with no luck.
I am attaching Nginx configuration, debug log, fast cgi params file, windows system report (proprietary data is removed, please respond if you need any more details).
Crash appears shortly after first request to server. I was not able to identify any specific resource that is causing crash in debug log. Also debug log does not contain and errors or faults it simply ends up at some point.

Attachments (4)

msinfo.txt (34.1 KB ) - added by Alex Dubrovsky 12 years ago.
nginx.conf (3.0 KB ) - added by Alex Dubrovsky 12 years ago.
error.zip (7.4 KB ) - added by Alex Dubrovsky 12 years ago.
fastcgi_params (932 bytes ) - added by Alex Dubrovsky 12 years ago.

Download all attachments as: .zip

Change History (8)

by Alex Dubrovsky, 12 years ago

Attachment: msinfo.txt added

by Alex Dubrovsky, 12 years ago

Attachment: nginx.conf added

by Alex Dubrovsky, 12 years ago

Attachment: error.zip added

by Alex Dubrovsky, 12 years ago

Attachment: fastcgi_params added

comment:1 by Maxim Dounin, 12 years ago

Please try nginx 1.2.0. There were multiple bugfixes since 1.1.4, most likely this is already fixed.

comment:2 by Alex Dubrovsky, 12 years ago

Thanks a lot, will try and get back to you in case of issues

comment:3 by Alex Dubrovsky, 12 years ago

Thanks a lot, ticket can be closed. Upgrading to v1.2.0 resolved the issue.

comment:4 by Maxim Dounin, 12 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.