Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

lighttpd is rarely core dumped. #1

Closed
nori0428 opened this issue Jun 10, 2010 · 1 comment
Closed

lighttpd is rarely core dumped. #1

nori0428 opened this issue Jun 10, 2010 · 1 comment
Labels

Comments

@nori0428
Copy link
Owner

  • environment

    lighttpd on MAC OSX

    WebKit trunk v5.0 (6533.16, r60920)
  • symptom

    lighttpd is rarely core dumped.
  • checked

    Even though I set signal(SIGPIPE, SIG_IGN) immediately before writev, but recv SIGPIPE.

backtrace.

Program received signal SIGPIPE, Broken pipe.
0x00007fff81a0d996 in writev ()
(gdb) bt

0 0x00007fff81a0d996 in writev ()

1 0x00000001000330d8 in network_write_chunkqueue_writev (srv=0x100800000, con=0x1002122a0, fd=8, cq=0x10025dcc0) at network_writev.c:104

2 0x00000001001a8f74 in mod_websocket_handle_subrequest (srv=0x100800000, con=0x1002122a0, p_d=0x10020db00) at mod_websocket.c:1126

3 0x00000001001a9a30 in websocket_handle_fdevent (s=0x100800000, ctx=0x10025d7b0, revents=1) at mod_websocket.c:1361

4 0x0000000100003b2b in main (argc=6, argv=0x7fff5fbff6f0) at server.c:1446

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant