Rodolfo Pilas wrote:

> compiled with  CFLAGS="-g3 -O0"
> when cherokee-panic try to send debug data, create this message:
>
> ----
> The Cherokee 'panic action' script, /usr/bin/cherokee-panic,
> was called for pid 8236 ().
>
> This means there was a problem with the program, such as a segfault.
> However, the executable could not be found for process 8236.
> It may have died unexpectedly, or you may not have permission to
> debug the process.
> ---
>
> Can you help me to locate the problem (how to send correct debug
> data)?

  Are you really sure that the binary has debug information?  It's
  weird, it should show all the back-trace information. Maybe you are
  using the wrong binary, libraries or modules.

> Is it possible to thest cherokee-panic ??  (killall -9 cherokee ??)

  No, that doesn't work.  The only thing I can think of (using Linux)
  is launch it with a debugger:

    gdb /usr/sbin/cherokee
    run

  and wait to see it fail.
  By the way, can you reproduce the problem?  What's happening?

  Cheers!

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokee@0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to