Wednesday 10 December 2008

Lighttpd & PHP

Trying to get lighttpd and php/php-cgi running on windows. This is the command line output


C:\tools\LightTPD>LightTPD.exe -f lighttpd.conf -m lib -D 2008-12-10 18:52:18: (log.c.97) server started
8 [sig] LightTPD 3936 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack)
2008-12-10 18:52:32: (mod_cgi.c.1244) cleaning up CGI: process died with signal 11
2008-12-10 18:52:45: (server.c.1354) [note] graceful shutdown started
2008-12-10 18:52:45: (server.c.1468) server stopped by UID = 400 PID = 2404


and the stack dump is


Stack trace:
Frame Function Args
0022C048 7C802542 (0000007C, 0000EA60, 000000A4, 0022C090)
0022C168 61097F54 (00000000, 7C802600, 7C802542, 000000A4)
0022C258 61095AEB (00000000, 003B0023, 00230000, 0022CE68)
0022C2B8 61095FCB (0022C2D0, 00000000, 00000094, 0022C300)
0022C378 61096182 (00000F60, 00000006, 0022C3A8, 61096383)
0022C388 610961AC (00000006, 0022CE88, 64704338, 0022C3C0)
0022C3A8 61096383 (61103150, 64704338, 64704000, 000003EB)
0022C4D8 64703108 (006B1250, 006BE500, 006BBB78, 00000000)
0022C508 6CA85777 (006B1250, 006BE500, 006BE810, 0022C538)
0022C548 00403C8F (006B1250, 006BE500, 00000005, 6CA865A3)
0022C9C8 00406FDD (006B1250, 006BE500, 00000001, 0040145C)
0022CCA8 004027D8 (00000006, 006B1220, 006B0090, 60030000)
0022CD98 610060D8 (00000000, 0022CDD0, 61005450, 0022CDD0)
61005450 61004416 (0000009C, A02404C7, E8611021, FFFFFF48)
Exception: STATUS_ACCESS_VIOLATION at eip=61016583
eax=EC815356 ebx=61108148 ecx=00000000 edx=57E58959 esi=0000000E edi=00000001
ebp=006AC8B8 esp=006AC8B0 program=C:\tools\LightTPD\LightTPD.exe, pid 3936, thread sig
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame Function Args
006AC8B8 61016583 (61108148, 6111C19B, FFFFFF48, 00000000)
006AC8D8 610166EC (00000001, 00000000, 00000000, 006AC960)
006AC918 61017FD5 (000007C4, 006AC960, 00000000, 00000000)
006ACC58 61018638 (000006D4, 006ACC90, 000000A4, 006ACC8C)
006ACD58 61099F57 (61106F00, 00000000, 00000000, 00000000)
006ACD88 61002F32 (006ACE64, 61018970, 00001074, 00000000)
61003650 61003769 (04A16430, 89000000, FFDA90B0, 24468BFF)
8 [sig] LightTPD 3936 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack)

1 comment:

Edgar León said...

hello,

Did you solve this? I'm having the same issue and honestly I'm a little stuck.

Thanks

-Edgar