OLS randomly crashing at LsAioReq::io_complete(short)

#1
I'm getting random coredumps on ALL my VPS running Ubuntu.
Using gdb and bt I get the following backtrace:
Code:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `openlitesp'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x0000000000658166 in LsAioReq::io_complete(short) ()
(gdb) bt
#0  0x0000000000658166 in LsAioReq::io_complete(short) ()
#1  0x00000000006595ec in Iouring::check_pending() ()
#2  0x000000000065be36 in epoll::processEvents() ()
#3  0x00000000004e9577 in EventDispatcher::run() ()
#4  0x00000000004bede3 in HttpServerImpl::start() ()
#5  0x000000000049906f in LshttpdMain::main(int, char**) ()
#6  0x0000000000498f3f in main ()
Anyone know what exactly the problem is?
What does LsAioReq::io_complete do exactly?
 
Top