Web server started automatically, no core file

#1
I received a log notification last Oct31 (I only noticed today) and there is no stack trace with the email. So, the email said to look for a core file inside /tmp/lshttpd/ but there is none. However, there is a /bak_core directory with a core file. Is this it?

Anyone got the same notification for this version: LiteSpeed/4.2.18 Enterprise?

Thank you.
 

NiteWave

Administrator
#2
>there is a /bak_core directory with a core file. Is this it?
yes.

please run
#gdb /usr/local/lsws/bin/lshttpd /tmp/lshttpd/bak_core/core.xxxx
...
>bt

to get the stack trace.
 
#3
Reading symbols from /usr/local/lsws/bin/lshttpd...(no debugging symbols found)...done.

warning: core file may not match specified executable file.
[New Thread 752300]
[New Thread 752301]
[New Thread 752302]
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib64/ld-2.12.so.debug...done.
done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2

warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff369fe000
Core was generated by `litespeed'.
Program terminated with signal 11, Segmentation fault.
#0 0x0000000000457022 in ?? ()
(gdb) bt
#0 0x0000000000457022 in ?? ()
#1 0x000000000048184b in ?? ()
#2 0x0000000000000057 in ?? ()
#3 0x0000000001d60d70 in ?? ()
#4 0x0000000001fc4840 in ?? ()
#5 0x0000000000000000 in ?? ()
 

NiteWave

Administrator
#4
how about the status ? still receive such emails often ?
if so,
1. force-reinstall 4.2.18, to see if any improvement(less email or no email)
2. if still problem, you may need install the debug version of lsws to capture more detailed info in stack trace.
 
Top