
denis.kot at gmail
Jul 1, 2009, 2:25 AM
Post #3 of 5
(418 views)
Permalink
|
# 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 i = <value optimized out> tmp = (cherokee_list_t *) 0x0 ent = <value optimized out> loggers_done = <value optimized out> #3 0x0000000000401760 in main (argc=1, argv=<value optimized out>) at main_worker.c:246 ret = <value optimized out> (gdb) Denis Kot denis?jabber.org.by ICQ: 13680126 Mobil: +375 29 6-1234-78 2009/7/1 Alvaro Lopez Ortega <alvaro [at] alobbs>: > On 01-jul-09, at 10:40, Denis Kot wrote: > >> Cherokee feels panic! >> which: no dbx in >> >> (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.2) >> ptrace: Operation not permitted. >> /tmp/tmp.nwvumLqmO2:1: Error in sourced command file: >> No symbol table is loaded. Use the "file" command. >> PID 24052: received a signal=6 >> >> what more information do you need? > > > A way to reproduce it would be perfect. > You could also try to get the back-trace: > > # gdb cherokee-worker > (gdb) run > (gdb) bt full > > -- > Octality > http://www.octality.com/ > > _______________________________________________ Cherokee mailing list Cherokee [at] lists http://lists.octality.com/listinfo/cherokee
|