Opened 13 years ago
Closed 13 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)
Change History (8)
by , 13 years ago
Attachment: | msinfo.txt added |
---|
by , 13 years ago
Attachment: | nginx.conf added |
---|
by , 13 years ago
by , 13 years ago
Attachment: | fastcgi_params added |
---|
comment:1 by , 13 years ago
comment:3 by , 13 years ago
Thanks a lot, ticket can be closed. Upgrading to v1.2.0 resolved the issue.
comment:4 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please try nginx 1.2.0. There were multiple bugfixes since 1.1.4, most likely this is already fixed.