# gdb /usr/local/lsws/bin/openlitespeed ./coredump
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-114.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 19548]
warning: .dynamic section for "/lib64/libc.so.6" is not at the expected address (wrong library or version mismatch?)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `openlitespee'.
Program terminated with signal 11, Segmentation fault.
#0 __strcat_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:622
622 mov %edx, 3(%rdi)
(gdb) frame 0
#0 __strcat_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:622
622 mov %edx, 3(%rdi)
(gdb) bt full
#0 __strcat_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:622
No locals.
#1 0x00000000004dbb42 in HttpServerImpl::checkOLSUpdate() ()
No symbol table info available.
#2 0x00000000004dbd39 in HttpServerImpl::onTimer60Secs() ()
No symbol table info available.
#3 0x00000000004db10f in HttpServerImpl::onTimer30Secs() ()
No symbol table info available.
#4 0x00000000004db0ab in HttpServerImpl::onTimer10Secs() ()
No symbol table info available.
#5 0x00000000004dbda1 in HttpServerImpl::onTimer() ()
No symbol table info available.
#6 0x00000000004e4492 in HttpServer::onTimer() ()
No symbol table info available.
#7 0x000000000050fcec in processTimerNew() ()
No symbol table info available.
#8 0x000000000050fddb in EventDispatcher::run() ()
No symbol table info available.
#9 0x00000000004d98a2 in HttpServerImpl::start() ()
No symbol table info available.
#10 0x00000000004e43ae in HttpServer::start() ()
No symbol table info available.
#11 0x00000000004d6668 in LshttpdMain::main(int, char**) ()
No symbol table info available.
#12 0x00000000004a4869 in main ()
No symbol table info available.
(gdb) frame 0
#0 __strcat_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S:622
622 mov %edx, 3(%rdi)
(gdb)