
codesite-noreply at google
Oct 30, 2009, 11:58 AM
Post #1 of 4
(54 views)
Permalink
|
|
Issue 623 in cherokee: segv upon logrotate
|
|
Status: Accepted Owner: ste...@konink.de Labels: Type-Defect Priority-Medium Component-Logic OpSys-All Usability New issue 623 by ste...@konink.de: segv upon logrotate http://code.google.com/p/cherokee/issues/detail?id=623 What steps will reproduce the problem? 1. try to access the admin interface for logrotate 2. why this specific domain fails... dont know Thread 6 (Thread 0x7f16c82d4910 (LWP 8470)): #0 0x00007f16d48fcc7f in waitpid () from /lib/libc.so.6 No symbol table info available. #1 0x00007f16d489a341 in do_system () from /lib/libc.so.6 No symbol table info available. #2 0x00007f16d489a6bc in system () from /lib/libc.so.6 No symbol table info available. #3 0x00007f16d556f041 in cherokee_server_handle_panic (srv=0x1652a30) at server.c:1799 re = -708882432 cmd = {buf = 0x178e8d0 "/opt/cherokee/bin/cherokee-panic 8450", size = 41, len = 37} #4 0x00000000004014b4 in signals_handler (sig=11, si=0x7f16c82d3b30, context=0x7f16c82d3a00) at main_worker.c:146 No locals. #5 <signal handler called> No locals. #6 0x00007f16d48d896a in strchr () from /lib/libc.so.6 No symbol table info available. #7 0x00007f16d3819cd5 in cherokee_handler_admin_init (ahdl=0x178e870) at handler_admin.c:154 end1 = 0x0 end2 = 0x0 end = 0x0 tmp = 0x0 postl = 28 ret = ret_ok post = {buf = 0x0, size = 0, len = 0} line = {buf = 0x0, size = 0, len = 0} conn = (cherokee_connection_t *) 0x192f4a0 #8 0x00007f16d556a348 in cherokee_handler_init (hdl=0x178e870) at handler.c:89 init_func = (handler_func_init_t) 0x7f16d3819c17 <cherokee_handler_admin_init> __func__ = "cherokee_handler_init" #9 0x00007f16d556946e in cherokee_connection_open_request (conn=0x192f4a0) at connection.c:2350 __func__ = "cherokee_connection_open_request" #10 0x00007f16d55736b4 in process_active_connections (thd=0x18d97a0) at thread.c:1035 re = 4 ret = ret_ok len = 139736045275127 i = (cherokee_list_t *) 0x192f4a0 tmp = (cherokee_list_t *) 0x18d98e0 conns_freed = 0 conn = (cherokee_connection_t *) 0x192f4a0 srv = (cherokee_server_t *) 0x1652a30 __func__ = "process_active_connections" #11 0x00007f16d55749cd in cherokee_thread_step_MULTI_THREAD (thd=0x18d97a0, dont_block=false) at thread.c:1798 ret = ret_ok time_updated = true can_block = false srv = (cherokee_server_t *) 0x1652a30 fdwatch_msecs = 1000 #12 0x00007f16d5571c46 in thread_routine (data=0x18d97a0) at thread.c:98 thread = (cherokee_thread_t *) 0x18d97a0 #13 0x00007f16d513b287 in start_thread () from /lib/libpthread.so.0 No locals. #14 0x00007f16d492d5bd in clone () from /lib/libc.so.6 No symbol table info available. #15 0x0000000000000000 in ?? () No symbol table info available. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|