[Prev][Next][Index][Thread]
How does one debug server crashes?
jvb@uwyo.edu writes:
>
> I'm having problems with cl-http crashing and hanging. This is
> happening after its been up for a while. I need some hints on
> how to debug this. Does *debug-server* have something to do with
> this process? I don't see any documentation on this.
>
> I've looked at the log files and I haven't noticed anything that
> correlates with the crashing or hanging events.
>
> Jeff
> ----
(http::debug-server) or (http::debug-server t) then you can use typical Lisp
debugger - you can use your Lisp system dependent/independent debugging tools.
BTW, I read this before on CL-HTTP homepage - unfortunately coudln't find this
time sorry. Anyway, try things like (apropos 'debug 'http) then
(documentation 'http::debug-server 'function) - very simple doc strings! (I
read long docs before somewhere at CL-HTTP home. I don't remember)
- Jong-won
References: