-
-
Notifications
You must be signed in to change notification settings - Fork 622
Closed
Labels
Description
Have crash and strange log from manticore. I din't find CRASH DUMP END in log.
------- FATAL: CRASH DUMP -------
[Sun Nov 12 09:31:16.536 2017] [27499]
--- crashed SphinxQL request dump ---
SELECT * FROM section_2020 WHERE id in (15893587) LIMIT 20000 OPTION max_matches=20000
--- request dump end ---
Sphinx 2.4.1 3b31a97@171017 id64-release
Handling signal 11
-------------- backtrace begins here ---------------
Program compiled with 4.8.5
Configured with flags: Configured by CMake with these definitions: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDL_UNIXODBC=1 -DUNIXODBC_LIB=libodbc.so.2 -DDL_EXPAT=1 -DEXPAT_LIB=libexpat.so.1 -DDL_MYSQL=1 -DMYSQL_LIB=libmysqlclient.so.18 -DMYSQL_CONFIG_EXECUTABLE=/bin/mysql_config -DDL_PGSQL=1 -DPGSQL_LIB=libpq.so.5 -DSPLIT_SYMBOLS=ON -DUSE_BISON=ON -DUSE_FLEX=ON -DUSE_SYSLOG=1 -DWITH_EXPAT=ON -DWITH_ICONV=ON -DWITH_MYSQL=ON -DWITH_ODBC=ON -DWITH_PGSQL=ON -DWITH_RE2=ON -DWITH_STEMMER=ON -DWITH_ZLIB=ON
Host OS is Linux 01ea43a41e6c 4.8.0-45-generic #48~16.04.1-Ubuntu SMP Fri Mar 24 12:46:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Stack bottom = 0x7f23e9ffaeff, thread stack size = 0x100000
Trying manual backtrace:
Something wrong with thread stack, manual backtrace may be incorrect (fp=0x4)
Wrong stack limit or frame pointer, manual backtrace failed (fp=0x4, stack=0x7f23ea000000, stacksize=0x100000)
Trying system backtrace:
[Sun Nov 12 09:31:17.337 2017] [27498] watchdog: main process 27499 killed dirtily with signal 11, will be restarted
[Sun Nov 12 09:31:17.338 2017] [27498] watchdog: main process 24605 forked ok
[Sun Nov 12 09:31:17.387 2017] [24605] listening on all interfaces, port=9312
[Sun Nov 12 09:31:17.387 2017] [24605] listening on all interfaces, port=9306
[Sun Nov 12 09:31:27.539 2017] [24605] WARNING: wordlist size mismatch (size=18, checkpoints=0)
[Sun Nov 12 09:31:48.719 2017] [24605] last message repeated 5 times
[Sun Nov 12 09:31:48.719 2017] [24605] binlog: replaying log /var/lib/sphinx//binlog.043
Find error in /var/log/messages:
kernel: : [423829.349058] searchd[27523]: segfault at 54 ip 00007f24f8f034d3 sp 00007f23e97d5fb8 error 4 in libstdc++.so.6.0.19[7f24f8e8e000+e9000]
I tried to execute the query once more, it was executed correctly.