- Install go
- Start manticore
docker run -d --name manticore -p 9308:9308 manticoresearch/manticore:dev-16.2.3 - Execute script using
go run .
Because of the crash, Manticore seems to be unable to properly drop the table afterwards. In order to try again, you need to remove leftover files using
docker exec manticore rm -r crash_tableAfter the script completes, manticore should have crashed with the following error:
------- FATAL: CRASH DUMP -------
[Wed Jan 14 02:41:58.601 2026] [ 1]
--- crashed SphinxQL request dump ---
�����y�����yWHERE match('Lorem') LIMIT 10
--- request dump end ---
--- local index:�
Manticore 16.2.3 5d39e58b8@26010516 dev (columnar 9.0.2 5b73f8d@25122308) (secondary 9.0.2 5b73f8d@25122308) (knn 9.0.2 5b73f8d@25122308) (embeddings 1.0.1)
Handling signal 11
-------------- backtrace begins here ---------------
Program compiled with Clang 16.0.6
Configured with flags: Configured with these definitions: -DDISTR_BUILD=jammy -DUSE_SYSLOG=1 -DWITH_GALERA=1 -DWITH_RE2=1 -DWITH_RE2_FORCE_STATIC=1 -DWITH_STEMMER=1 -DWITH_STEMMER_FORCE_STATIC=1 -DWITH_NLJSON=1 -DWITH_UNIALGO=1 -DWITH_ICU=1 -DWITH_ICU_FORCE_STATIC=1 -DWITH_JIEBA=1 -DWITH_SSL=1 -DWITH_ZLIB=1 -DWITH_ZSTD=1 -DDL_ZSTD=1 -DZSTD_LIB=libzstd.so.1 -DWITH_CURL=1 -DDL_CURL=1 -DCURL_LIB=libcurl.so.4 -DWITH_ODBC=1 -DDL_ODBC=1 -DODBC_LIB=libodbc.so.2 -DWITH_EXPAT=1 -DDL_EXPAT=1 -DEXPAT_LIB=libexpat.so.1 -DWITH_ICONV=1 -DWITH_MYSQL=1 -DDL_MYSQL=1 -DMYSQL_LIB=libmysqlclient.so.21 -DWITH_POSTGRESQL=1 -DDL_POSTGRESQL=1 -DPOSTGRESQL_LIB=libpq.so.5 -DLOCALDATADIR=/var/lib/manticore -DFULL_SHARE_DIR=/usr/share/manticore
Built on Linux x86_64 (jammy) (cross-compiled)
Stack bottom = 0x79ec29eeebb0, thread stack size = 0x20000
Trying manual backtrace:
Something wrong with thread stack, manual backtrace may be incorrect (fp=0x20000)
Wrong stack limit or frame pointer, manual backtrace failed (fp=0x20000, stack=0x79ec29ef0000, stacksize=0x20000)
Trying system backtrace:
begin of system symbols:
Trying boost backtrace:
0# sphBacktrace(int, bool) in searchd
1# HandleCrash(int) in searchd
2# 0x000079EC4C09B330 in /lib/x86_64-linux-gnu/libc.so.6
3# 0x000079EC4C1DEBE4 in /lib/x86_64-linux-gnu/libc.so.6
4# CSphWriter::PutBytes(void const*, long) in searchd
5# BlobRowBuilder_File_c::Flush(unsigned char const*) in searchd
6# bool AttrMerger_c::Impl_c::CopyMixedAttributes_T<true, true, true, true, false, false>(CSphIndex const&, VecTraits_T<unsigned int> const&) in searchd
7# CSphIndex_VLN::DoMerge(CSphIndex_VLN const*, CSphIndex_VLN const*, ISphFilter const*, CSphString&, CSphIndexProgress&, bool, bool) in searchd
8# sphMerge(CSphIndex const*, CSphIndex const*, VecTraits_T<CSphFilterSettings>, CSphIndexProgress&, CSphString&) in searchd
9# RtIndex_c::MergeDiskChunks(char const*, CSphRefcountedPtr<DiskChunk_c const> const&, CSphRefcountedPtr<DiskChunk_c const> const&, CSphIndexProgress&, VecTraits_T<CSphFilterSettings>) in searchd
10# RtIndex_c::MergeTwoChunks(int, int, int*, CSphString*) in searchd
11# RtIndex_c::ProgressiveOptimize(int) in searchd
12# RtIndex_c::Optimize(OptimizeTask_t) in searchd
13# 0x000056EFA52637CC in searchd
14# Threads::CoRoutine_c::CreateContext(std::function<void ()>, std::pair<boost::context::stack_context, Threads::StackFlavour_E>)::{lambda(boost::context::detail::transfer_t)#1}::__invoke(boost::context::detail::transfer_t) in searchd
15# make_fcontext in searchd
-------------- backtrace ends here ---------------
Please, create a bug report in our bug tracker (https://github.com/manticoresoftware/manticore/issues)
and attach there:
a) searchd log, b) searchd binary, c) searchd symbols.
Look into the chapter 'Reporting bugs' in the manual
(https://manual.manticoresearch.com/Reporting_bugs)