Program terminated with signal 11, Segmentation fault

#1
OLS 1.7.7 on my DirectAdmin / CloudLinux server seems to restart itself multiple times and creating core files. Any idea, please?
Thanks.

Code:
# /usr/local/lsws/bin/openlitespeed -v
LiteSpeed/1.7.7 Open
    module versions:
    modgzip 1.1
    cache 1.62
    modinspector 1.1
    uploadprogress 1.1
    mod_security 1.4
 (built: Wed 09 Dec 2020 05:16:47 PM UTC)
    module versions:
    modgzip 1.1
    cache 1.62
    modinspector 1.1
    uploadprogress 1.1
    mod_security 1.4
Code:
# gdb /usr/local/lsws/bin/openlitespeed /tmp/lshttpd/bak_core/core.211118
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/lsws/bin/openlitespeed...done.

warning: core file may not match specified executable file.
[New LWP 211118]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `openlitesp'.
Program terminated with signal 11, Segmentation fault.
#0  0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x000000000055e03a in LsiApiHooks::runCallback (this=0xdcfa00 <LsiApiHooks::s_hooks+96>, level=level@entry=6,
    param=param@entry=0x1004aae0) at lsiapihooks.cpp:301
#2  0x00000000004f3398 in HttpSession::runEventHkpt (this=this@entry=0x1004a4d0, hookLevel=hookLevel@entry=6,
    nextState=nextState@entry=HSPS_FILE_MAP) at httpsession.cpp:361
#3  0x0000000000502a71 in HttpSession::smProcessReq (this=0x1004a4d0) at httpsession.cpp:5637
#4  0x0000000000504280 in HttpSession::onReadEx (this=0x1004a4d0) at httpsession.cpp:2768
#5  0x00000000004e2c8d in NtwkIOLink::handleEvents (this=0x1010a8f0, evt=<optimized out>) at ntwkiolink.cpp:419
#6  0x000000000055d479 in epoll::waitAndProcessEvents (this=0x2c35d70, iTimeoutMilliSec=<optimized out>)
    at epoll.cpp:229
#7  0x00000000004d2cea in EventDispatcher::run (this=this@entry=0x28858c8) at eventdispatcher.cpp:252
#8  0x00000000004ab6ce in HttpServerImpl::start (this=0x28858a0) at httpserver.cpp:540
#9  0x00000000004b0209 in HttpServer::start (this=<optimized out>) at httpserver.cpp:5105
#10 0x0000000000482e96 in LshttpdMain::main (this=this@entry=0x2885630, argc=argc@entry=1,
    argv=argv@entry=0x7ffde6b67348) at lshttpdmain.cpp:1096
#11 0x0000000000482d72 in main (argc=1, argv=0x7ffde6b67348) at main.cpp:109
(gdb)
 
Top