Denis Kot | 1 Jul 2009 11:25
Picon
Gravatar

Re: Cherokee feels panic! (r3406)

# gdb cherokee-worker
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu"...
(gdb) run
Starting program: /usr/local/sbin/cherokee-worker
[Thread debugging using libthread_db enabled]
[New Thread 0x7fe3959986f0 (LWP 26098)]
[01/06/2009 12:24:07.570] (critical) spawner.c:86 - Could initialize
SHM '/cherokee-spawner-26095': Operation not permitted

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fe3959986f0 (LWP 26098)]
cherokee_logger_writer_open (writer=0x0) at logger_writer.c:255
255             switch (writer->type) {
(gdb) bt full
#0  cherokee_logger_writer_open (writer=0x0) at logger_writer.c:255
        ret = <value optimized out>
        __func__ = "cherokee_logger_writer_open"
#1  0x00007fe3939d5920 in cherokee_logger_ncsa_init (logger=0x22c4a10)
at logger_ncsa.c:140
        ret = <value optimized out>
#2  0x00007fe3953498b6 in cherokee_server_initialize (srv=0x2267800)
at server.c:648
        re = -1818404592
        ret = ret_ok
(Continue reading)

Alvaro Lopez Ortega | 1 Jul 2009 11:45
Favicon
Gravatar

Re: Cherokee feels panic! (r3406)

Hello Denis,

On 01-jul-09, at 11:25, Denis Kot wrote:

> (gdb) bt full
> #0  cherokee_logger_writer_open (writer=0x0) at logger_writer.c:255
>        ret = <value optimized out>
>        __func__ = "cherokee_logger_writer_open"
> #1  0x00007fe3939d5920 in cherokee_logger_ncsa_init (logger=0x22c4a10)
> at logger_ncsa.c:140

Could you please paste the output of: grep logger /path/to/ 
cherokee.conf ?

--
Greetings, alo
http://www.alobbs.com/

Gmane