Hello Sigurd,

2011/6/29 Sigurd Høgsbro <[email protected]>

>
> There is no obvious action triggering this. Anything I can do to help
> diagnose the problem?


There are two options. You can either use valgrind (there is a working port
on MacPorts) and check whether it reports some issue, or you can attach a
debugger and inspect the executable by hand.

$ gdb cherokee-admin
(gdb) run -x

»» Wait for it to crash and get the backtrace
(gdb) bt full

»» Move to the frame where cherokee_buffer_ensure_size() is called
(gdb) frame 9

»» List the code a print the variables and try to figure what went wrong.

Good luck!

-- 
Greetings, alo
http://www.octality.com/
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to