Often restarted

mistwang

LiteSpeed Staff
#21
You have to locate the core file first.

then run command
gdb <path_to_lshttpd> <path_to_core_file>

then type gdb command

bt

if you create a symbolic link from your GDB to /usr/bin/gdb, LSWS will include the gdb output in the bug report email.
 

palb

Well-Known Member
#22
You have to locate the core file first.

then run command
gdb <path_to_lshttpd> <path_to_core_file>

then type gdb command

bt

if you create a symbolic link from your GDB to /usr/bin/gdb, LSWS will include the gdb output in the bug report email.
I haven't done this yet but I need to do this to understand why it's restarted. :)

What is the core file? Is that bin/lshttpd?
 
Top