Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPDATE MVA is freezing #305

Open
hgfdd opened this issue Jan 26, 2020 · 6 comments
Open

UPDATE MVA is freezing #305

hgfdd opened this issue Jan 26, 2020 · 6 comments
Labels
waiting Waiting for the original poster (in most cases) or something else

Comments

@hgfdd
Copy link

hgfdd commented Jan 26, 2020

Describe the environment

Manticore Search version: Manticore 3.1.2

OS version: Centos 7

Build version:

Where is it in sources?

Describe the problem

Hello!

Sometimes i am facing the following problem - my MVA updates are infinitely freezing and after restart of searchd instance everything is fine. I have got a gdb stacktrace and i suspect, that this is connected with this thread:

[Switching to thread 13 (Thread 0x7f9f1774e700 (LWP 13919))]<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/0">#0</a>    
0x0000000000779243 in IFilter_Values::EvalValues(long) const ()    
(gdb) bt    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/0">#0</a> 0x0000000000779243 in IFilter_Values::EvalValues(long) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/1">#1</a> 0x000000000077f816 in Filter_Or::Eval(CSphMatch const&) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/2">#2</a> 0x000000000077f816 in Filter_Or::Eval(CSphMatch const&) const ()    
…    
    
There goes Filter_Or::Eval(CSphMatch const&) const many times    
    
…    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/628">#628</a> 0x000000000077f816 in Filter_Or::Eval(CSphMatch const&) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/629">#629</a> 0x000000000077f816 in Filter_Or::Eval(CSphMatch const&) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/630">#630</a> 0x000000000060d4d8 in CSphIndex_VLN::ScanByBlocks(CSphQueryContext const&,    
CSphQueryResult*, int, ISphMatchSorter**, CSphMatch&, int, bool, bool, int,    
long) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/631">#631</a> 0x00000000006218c6 in CSphIndex_VLN::MultiScan(CSphQuery const*,    
CSphQueryResult*, int, ISphMatchSorter**, CSphMultiQueryArgs const&) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/632">#632</a> 0x0000000000631b2c in CSphIndex_VLN::MultiQuery(CSphQuery const*,    
CSphQueryResult*, int, ISphMatchSorter**, CSphMultiQueryArgs const&) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/633">#633</a> 0x00000000006325d4 in CSphIndex_VLN::MultiQueryEx(int, CSphQuery const*,    
CSphQueryResult**, ISphMatchSorter**, CSphMultiQueryArgs const&) const ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/634">#634</a> 0x000000000056ab52 in SearchHandler_c::RunLocalSearches() ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/635">#635</a> 0x00000000005775a0 in SearchHandler_c::RunActionQuery(CSphQuery const&,    
CSphString const&, CSphString*) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/636">#636</a> 0x00000000005778a1 in HandleMySqlExtendedUpdate(AttrUpdateArgs&) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/637">#637</a> 0x00000000005bd00a in CommitMonitor_c::Update(CSphString&) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/638">#638</a> 0x00000000005cce22 in HandleCmdReplicate(RtAccum_t&, CSphString&, int*,    
CSphString*, int*, Threads::ThdDesc_t const*) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/639">#639</a> 0x000000000054aadc in DoExtendedUpdate(CSphString const&, CSphString    
const&, char const*, CSphAttrUpdate const&, bool, CSphQuery const&, bool, int&,    
int&, SearchFailuresLog_c&, CSphString&, CSphRefcountedPtr<ServedIndex_c>    
const&, Threads::ThdDesc_t const&) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/640">#640</a> 0x000000000057cdcf in sphHandleMysqlUpdate(StmtErrorReporter_i&, SqlStmt_t    
const&, CSphString const&, CSphString&, Threads::ThdDesc_t const&) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/641">#641</a> 0x00000000005a8e15 in CSphinxqlSession::Execute(CSphString const&,    
ISphOutputBuffer&, unsigned char&, Threads::ThdDesc_t&) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/642">#642</a> 0x0000000000581995 in LoopClientMySQL(unsigned char&, CSphinxqlSession&,    
CSphString&, int, bool, Threads::ThdDesc_t&, InputBuffer_c&, ISphOutputBuffer&)    
()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/643">#643</a> 0x000000000058226c in ThdJobQL_t::Call() ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/644">#644</a> 0x00000000006b6100 in CSphThdPool::Tick(void*) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/645">#645</a> 0x00000000006b1955 in sphThreadProcWrapper(void*) ()    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/646">#646</a> 0x00000031e9807aa1 in start_thread () from /lib64/libpthread.so.0    
<a href ="https://Github.com/manticoresoftware/manticoresearch/issues/647">#647</a> 0x00000031e94e8aad in clone () from /lib64/libc.so.6    

What can cause this behaviour? Thanks in advance!

Steps to reproduce:

UPDATE <index_name> SET <ATR_MVA_NAME> = (1,2,3) WHERE id =

Index weights more than 200Gb and contains sensitive data, what else can i provide?

In case you've faced a crash what indextool --check returns:

Indextool says everything is fine

@tomatolog
Copy link
Contributor

could you attach your full query to issue or put it at FTP?

The write-only FTP for customer data:

ftp: dev.manticoresearch.com
user: manticorebugs
pass: shithappens

Could you create index with 10 to 100 documents that matches your query and upload it?

In case you do not want to upload sensitive data you might index your documents with full text fields tokens replaced by CRC32(token) or you might use our service (https://manticoresearch.com/services/) to sign NDA .

Could you also check hung daemon with GDB at level

#629 0x000000000077f816 in Filter_Or::Eval(CSphMatch const&) const ()
#630 0x000000000060d4d8 in CSphIndex_VLN::ScanByBlocks(CSphQueryContext const&,
CSphQueryResult*, int, ISphMatchSorter**, CSphMatch&, int, bool, bool, int,
long) const ()

this way

  • attach with GDB to daemon and dump value of const CSphMatch & tMatch or tMatch.m_iRowID
  • detach from daemon and allow it to run for 2 minutes
  • attach with GDB to daemon and dump value of const CSphMatch & tMatch or tMatch.m_iRowID

if values of m_iRowID differ that mean that daemon not hung but processes filter condition but very slow.

In case your query looks like UPDATE <index_name> SET <ATR_MVA_NAME> = (1,2,3) WHERE id =N1 or id=N2 or id=N3 ... id=N630

it might be better to transform it to UPDATE <index_name> SET <ATR_MVA_NAME> = (1,2,3) WHERE id IN (N1, N2, N3, ... N630) as this evaluates a lot of faster inside single filter expression.

@hgfdd
Copy link
Author

hgfdd commented Jan 27, 2020

could you attach your full query to issue or put it at FTP?

The write-only FTP for customer data:

ftp: dev.manticoresearch.com
user: manticorebugs
pass: shithappens

Could you create index with 10 to 100 documents that matches your query and upload it?

In case you do not want to upload sensitive data you might index your documents with full text fields tokens replaced by CRC32(token) or you might use our service (https://manticoresearch.com/services/) to sign NDA .

The problem reproduces only in archive version of index and it weights more than 200GB. Can't reproduce it in delta or main indexes.

Could you also check hung daemon with GDB at level

#629 0x000000000077f816 in Filter_Or::Eval(CSphMatch const&) const ()
#630 0x000000000060d4d8 in CSphIndex_VLN::ScanByBlocks(CSphQueryContext const&,
CSphQueryResult*, int, ISphMatchSorter**, CSphMatch&, int, bool, bool, int,
long) const ()

this way

  • attach with GDB to daemon and dump value of const CSphMatch & tMatch or tMatch.m_iRowID
  • detach from daemon and allow it to run for 2 minutes
  • attach with GDB to daemon and dump value of const CSphMatch & tMatch or tMatch.m_iRowID

if values of m_iRowID differ that mean that daemon not hung but processes filter condition but very slow.

I have checked the index with gdb in the debug version of Manticore and tMatch.m_tRowID really changes every check iterations. Also the number of Filter_Or::Eval in the stack is dynamic.

I have duplicate version of the system with the index of same size and environment and such updates executes in a moment. After restart of searchd it also executes in a moment, but a bit later if hangs again.

In case your query looks like UPDATE <index_name> SET <ATR_MVA_NAME> = (1,2,3) WHERE id =N1 or id=N2 or id=N3 ... id=N630

it might be better to transform it to UPDATE <index_name> SET <ATR_MVA_NAME> = (1,2,3) WHERE id IN (N1, N2, N3, ... N630) as this evaluates a lot of faster inside single filter expression.

I don't have big OR or IN, just ordinary condition by primary id.

Do you have any suggestions what else i can check?

@hgfdd
Copy link
Author

hgfdd commented Jan 27, 2020

Additionally in this situation searchd --stopwait not working and searchd do not accept connections with such stacktrace:

Thread 3 (Thread 0x7f8369f4b700 (LWP 25227)):
#0  0x00000031e980ad20 in pthread_rwlock_wrlock () from /lib64/libpthread.so.0
#1  0x0000000000827b5a in CSphRwlock::WriteLock (this=0x13796f0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:1623
#2  0x00000000007226ce in ServedIndex_c::WriteLock (this=0x13795d0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdaemon.cpp:1418
#3  0x000000000069d7e2 in ServedDescWPtr_c::ServedDescWPtr_c (
    this=0x7f8369f42760, pLock=0x13795d0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdaemon.h:794
#4  0x00000000006fbce4 in CommitMonitor_c::Update (this=0x7f8369f42820, 
    sError=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdreplication.cpp:2132
#5  0x00000000006fa3c1 in HandleCmdReplicate (tAcc=..., sError=..., 
    pDeletedCount=0x0, pWarning=0x7f835c009630, pUpdated=0x7f8369f42bf8, 
    pThd=0x7f8369f4acb0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdreplication.cpp:1743
#6  0x00000000006fafd0 in HandleCmdReplicate (tAcc=..., sError=..., 
    sWarning=..., iUpdated=@0x7f8369f42bf8, tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdreplication.cpp:1941
#7  0x00000000006733ac in DoExtendedUpdate (sCluster=..., sIndex=..., 
    sDistributed=0x0, tUpd=..., bBlobUpdate=true, tQuery=..., bJson=false, 
    iSuccesses=@0x7f8369f42bfc, iUpdated=@0x7f8369f42bf8, dFails=..., 
    sWarning=..., tServed=..., tThd=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:13627
#8  0x0000000000673b45 in sphHandleMysqlUpdate (tOut=..., tStmt=..., 
    sQuery=..., sWarning=..., tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:13711
#9  0x00000000006aa8ee in CSphinxqlSession::Execute (this=0x7f835c008d08, 
    sQuery=..., tOutput=..., uPacketID=@0x7f835c009ac9, tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:16411
#10 0x0000000000680578 in LoopClientMySQL (uPacketID=@0x7f835c009ac9, 
    tSession=..., sQuery=..., iPacketLen=82, bProfile=false, tThd=..., 
    tIn=..., tOut=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:16947
#11 0x00000000006900ad in ThdJobQL_t::Call (this=0x7f835c009f00)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:21768
#12 0x000000000082a2e9 in CSphThdPool::TickImpl (this=0x2358680)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:2055
#13 0x000000000082a1c2 in CSphThdPool::Tick (pArg=0x2358680)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:2021
#14 0x0000000000826ccc in sphThreadProcWrapper (pArg=0x23fd7c0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:884
#15 0x00000031e9807aa1 in start_thread () from /lib64/libpthread.so.0
#16 0x00000031e94e8aad in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f8366c83700 (LWP 25282)):
#0  0x00000000009311de in IFilter_Values::EvalValues (this=0x7f8255c460c0, 
    uValue=138244360)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:78
#1  0x00000000009361ea in Filter_Values::Eval (this=0x7f8255c460a0, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:164
#2  0x0000000000937f88 in Filter_Or::Eval (this=0x7f8255c460e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#3  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46140, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#4  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c461a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#5  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46200, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#6  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46260, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#7  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c462c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#8  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46320, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#9  0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46380, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#10 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c463e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#11 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46440, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#12 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c464a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#13 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46500, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#14 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46560, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#15 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c465c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#16 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46620, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#17 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46680, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#18 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c466e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#19 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46740, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#20 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c467a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#21 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46800, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#22 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46860, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#23 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c468c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#24 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46920, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#25 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46980, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#26 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c469e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#27 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46a40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#28 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46aa0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#29 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46b00, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#30 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46b60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#31 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46bc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#32 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46c20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#33 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46c80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#34 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46ce0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#35 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46d40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#36 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46da0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#37 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46e00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#38 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46e60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#39 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46ec0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#40 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46f20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#41 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46f80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#42 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c46fe0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#43 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47040, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#44 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c470a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#45 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47100, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#46 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47160, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#47 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c471c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#48 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47220, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#49 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47280, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#50 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c472e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#51 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47340, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#52 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c473a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#53 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47400, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#54 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47460, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#55 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c474c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#56 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47520, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#57 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47580, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#58 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c475e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#59 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47640, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#60 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c476a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#61 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47700, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#62 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47760, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#63 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c477c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#64 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47820, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#65 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47880, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#66 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c478e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#67 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47940, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#68 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c479a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#69 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47a00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#70 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47a60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#71 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47ac0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#72 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47b20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#73 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47b80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#74 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47be0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#75 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47c40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#76 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47ca0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#77 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47d00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#78 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47d60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#79 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47dc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#80 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47e20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#81 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47e80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#82 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47ee0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#83 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47f40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#84 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c47fa0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#85 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48000, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#86 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48060, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#87 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c480c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#88 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48120, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#89 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48180, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#90 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c481e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#91 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48240, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#92 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c482a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#93 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48300, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#94 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48360, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#95 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c483c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#96 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48420, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#97 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48480, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#98 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c484e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#99 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48540, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#100 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c485a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#101 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48600, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#102 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48660, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#103 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c486c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#104 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48720, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#105 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48780, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#106 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c487e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#107 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48840, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#108 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c488a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#109 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48900, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#110 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48960, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#111 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c489c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#112 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48a20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#113 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48a80, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#114 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48ae0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#115 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48b40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#116 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48ba0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#117 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48c00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#118 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48c60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#119 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48cc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#120 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48d20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#121 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48d80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#122 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48de0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#123 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48e40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#124 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48ea0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#125 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48f00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#126 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48f60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#127 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c48fc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#128 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49020, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#129 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49080, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#130 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c490e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#131 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49140, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#132 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c491a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#133 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49200, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#134 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49260, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#135 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c492c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#136 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49320, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#137 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49380, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#138 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c493e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#139 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49440, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#140 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c494a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#141 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49500, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#142 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49560, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#143 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c495c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#144 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49620, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#145 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49680, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#146 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c496e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#147 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49740, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#148 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c497a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#149 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49800, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#150 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49860, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#151 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c498c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#152 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49920, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#153 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49980, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#154 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c499e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#155 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49a40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#156 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49aa0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#157 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49b00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#158 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49b60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#159 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49bc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#160 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49c20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#161 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49c80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#162 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49ce0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#163 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49d40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#164 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49da0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#165 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49e00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#166 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49e60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#167 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49ec0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#168 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49f20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#169 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49f80, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#170 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c49fe0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#171 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a040, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#172 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a0a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#173 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a100, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#174 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a160, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#175 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a1c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#176 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a220, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#177 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a280, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#178 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a2e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77-------------Ty-------------Type <return> to continue, or q <return> to quit---
3
#179 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a340, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#180 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a3a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#181 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a400, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#182 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a460, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#183 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a4c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#184 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a520, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#185 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a580, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#186 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a5e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#187 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a640, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#188 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a6a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#189 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a700, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#190 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a760, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#191 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a7c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#192 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a820, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#193 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a880, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#194 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a8e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#195 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a940, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#196 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4a9a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#197 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4aa00, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#198 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4aa60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#199 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4aac0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#200 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ab20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#201 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ab80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#202 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4abe0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#203 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ac40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#204 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4aca0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#205 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ad00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#206 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ad60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#207 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4adc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#208 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ae20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#209 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ae80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#210 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4aee0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#211 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4af40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#212 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4afa0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#213 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b000, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#214 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b060, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#215 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b0c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#216 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b120, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#217 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b180, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#218 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b1e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#219 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b240, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#220 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b2a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#221 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b300, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#222 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b360, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#223 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b3c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#224 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b420, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#225 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b480, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#226 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b4e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#227 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b540, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#228 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b5a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#229 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b600, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#230 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b660, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#231 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b6c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#232 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b720, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#233 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b780, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#234 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b7e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#235 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b840, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#236 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b8a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#237 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b900, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#238 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b960, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#239 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4b9c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#240 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ba20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#241 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ba80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#242 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bae0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#243 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bb40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#244 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bba0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#245 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bc00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#246 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bc60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#247 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bcc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#248 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bd20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#249 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bd80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#250 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bde0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#251 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4be40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#252 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bea0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#253 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bf00, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#254 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bf60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#255 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4bfc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#256 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c020, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#257 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c080, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#258 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c0e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#259 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c140, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#260 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c1a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#261 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c200, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#262 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c260, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#263 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c2c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#264 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c320, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#265 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c380, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#266 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c3e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#267 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c440, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#268 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c4a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#269 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c500, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#270 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c560, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#271 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c5c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#272 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c620, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#273 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c680, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#274 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c6e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#275 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c740, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#276 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c7a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#277 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c800, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#278 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c860, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#279 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c8c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#280 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c920, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#281 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c980, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#282 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4c9e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#283 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ca40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#284 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4caa0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#285 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cb00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#286 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cb60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#287 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cbc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#288 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cc20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#289 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cc80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#290 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cce0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#291 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cd40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#292 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cda0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#293 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ce00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#294 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ce60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#295 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cec0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#296 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cf20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#297 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cf80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#298 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4cfe0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#299 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d040, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#300 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d0a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#301 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d100, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#302 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d160, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#303 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d1c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#304 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d220, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#305 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d280, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#306 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d2e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#307 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d340, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#308 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d3a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#309 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d400, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#310 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d460, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#311 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d4c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#312 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d520, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#313 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d580, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#314 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d5e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#315 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d640, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#316 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d6a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#317 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d700, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#318 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d760, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#319 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d7c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#320 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d820, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#321 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d880, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#322 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d8e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#323 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d940, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#324 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4d9a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#325 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4da00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#326 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4da60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#327 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dac0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#328 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4db20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#329 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4db80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#330 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dbe0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#331 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dc40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#332 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dca0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#333 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dd00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#334 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dd60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#335 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ddc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#336 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4de20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#337 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4de80, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#338 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dee0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#339 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4df40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#340 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4dfa0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#341 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e000, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#342 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e060, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#343 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e0c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#344 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e120, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#345 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e180, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#346 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e1e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#347 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e240, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#348 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e2a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#349 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e300, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#350 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e360, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#351 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e3c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#352 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e420, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#353 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e480, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#354 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e4e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#355 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e540, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
---Type <return> to continue, or q <return> to quit---
#356 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e5a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#357 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e600, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#358 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e660, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#359 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e6c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#360 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e720, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#361 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e780, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#362 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e7e0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#363 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e840, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#364 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e8a0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#365 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e900, tMatch=...)
---Type <return> to continue, or q <return> to quit---
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#366 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e960, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#367 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4e9c0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#368 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ea20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#369 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ea80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#370 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4eae0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#371 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4eb40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#372 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4eba0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#373 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ec00, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#374 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ec60, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:77---Type <return> to continue, or q <return> to quit---
3
#375 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ecc0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#376 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ed20, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#377 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ed80, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#378 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ede0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#379 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4ee40, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773
#380 0x0000000000937f5e in Filter_Or::Eval (this=0x7f8255c4eea0, tMatch=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxfilter.cpp:773






#381 0x0000000000751874 in CSphIndex_VLN::ScanByBlocks (this=0x137a170, 
    tCtx=..., pResult=0x7f82552179a8, iSorters=1, ppSorters=0x7f825521f420, 
    tMatch=..., iCutoff=-1, bReverse=false, bRandomize=false, iIndexWeight=1, 
    tmMaxTimer=0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinx.cpp:14020
#382 0x000000000075241a in CSphIndex_VLN::MultiScan (this=0x137a170, 
    pQuery=0x7f8254034a68, pResult=0x7f82552179a8, iSorters=1, 
    ppSorters=0x7f825521f420, tArgs=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinx.cpp:14175
---Type <return> to continue, or q <return> to quit---
#383 0x000000000075ce96 in CSphIndex_VLN::MultiQuery (this=0x137a170, 
    pQuery=0x7f8254034a68, pResult=0x7f82552179a8, iSorters=1, 
    ppSorters=0x7f825521f020, tArgs=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinx.cpp:16690
#384 0x000000000075d77e in CSphIndex_VLN::MultiQueryEx (this=0x137a170, 
    iQueries=1, pQueries=0x7f8254034a68, ppResults=0x7f825521f3d0, 
    ppSorters=0x7f825521f020, tArgs=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinx.cpp:16787
#385 0x0000000000647f21 in SearchHandler_c::RunLocalSearches (
    this=0x7f8366c78d30)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:5617
#386 0x000000000064519a in SearchHandler_c::RunActionQuery (
    this=0x7f8366c78d30, tQuery=..., sIndex=..., pErrors=0x7f8366c7aad0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:4978
#387 0x0000000000645027 in SearchHandler_c::RunUpdates (this=0x7f8366c78d30, 
    tQuery=..., sIndex=..., pUpdates=0x7f8366c7a700)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:4957
#388 0x00000000006736cf in HandleMySqlExtendedUpdate (tArgs=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:13659
#389 0x00000000006fbd54 in CommitMonitor_c::Update (this=0x7f8366c7a820, 
    sError=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdreplication.cpp:2139
#390 0x00000000006fa3c1 in HandleCmdReplicate (tAcc=..., sError=..., 
    pDeletedCount=0x0, pWarning=0x7f835c013f60, pUpdated=0x7f8366c7abf8, 
    pThd=0x7f8366c82cb0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdreplication.cpp:1743
---Type <return> to continue, or q <return> to quit---
#391 0x00000000006fafd0 in HandleCmdReplicate (tAcc=..., sError=..., 
    sWarning=..., iUpdated=@0x7f8366c7abf8, tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchdreplication.cpp:1941
#392 0x00000000006733ac in DoExtendedUpdate (sCluster=..., sIndex=..., 
    sDistributed=0x7f82540b7070 "mdb_morf_full_idx", tUpd=..., 
    bBlobUpdate=false, tQuery=..., bJson=false, iSuccesses=@0x7f8366c7abfc, 
    iUpdated=@0x7f8366c7abf8, dFails=..., sWarning=..., tServed=..., tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:13627
#393 0x0000000000673d10 in sphHandleMysqlUpdate (tOut=..., tStmt=..., 
    sQuery=..., sWarning=..., tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:13722
#394 0x00000000006aa8ee in CSphinxqlSession::Execute (this=0x7f835c013638, 
    sQuery=..., tOutput=..., uPacketID=@0x7f835c0143f9, tThd=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:16411
#395 0x0000000000680578 in LoopClientMySQL (uPacketID=@0x7f835c0143f9, 
    tSession=..., sQuery=..., iPacketLen=8339595, bProfile=false, tThd=..., 
    tIn=..., tOut=...)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:16947
#396 0x00000000006900ad in ThdJobQL_t::Call (this=0x7f835c00d560)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:21768
#397 0x000000000082a2e9 in CSphThdPool::TickImpl (this=0x2358680)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:2055
#398 0x000000000082a1c2 in CSphThdPool::Tick (pArg=0x2358680)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:2021
#399 0x0000000000826ccc in sphThreadProcWrapper (pArg=0x24054c0)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:884
#400 0x00000031e9807aa1 in start_thread () from /lib64/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#401 0x00000031e94e8aad in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f8eb2f71720 (LWP 25083)):
#0  0x00000031e98082fd in pthread_join () from /lib64/libpthread.so.0
#1  0x0000000000826fba in sphThreadJoin (pThread=0x235fc48)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:1035
#2  0x0000000000829ed1 in CSphThdPool::Shutdown (this=0x2358680)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/sphinxstd.cpp:1971
#3  0x000000000063605c in Shutdown ()
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:709
#4  0x0000000000689963 in CheckSignals ()
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:19265
#5  0x000000000068a73c in TickHead ()
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:19593
#6  0x0000000000696ba1 in ServiceMain (argc=6, argv=0x7ffee8b82c98)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:23319
#7  0x00000000006ad911 in mainimpl (argc=6, argv=0x7ffee8b82c98)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:23379
#8  0x00000000006972f1 in main (argc=6, argv=0x7ffee8b82c98)
    at /root/rpmbuild/BUILD/sphinx-3.1.2/manticore-3.1.2/src/searchd.cpp:23385

@tomatolog
Copy link
Contributor

could you provide the exact query that cause this hung hung as attached file to this ticket or upload it to FTP?

@hgfdd
Copy link
Author

hgfdd commented Jan 27, 2020

could you provide the exact query that cause this hung hung as attached file to this ticket or upload it to FTP?

Uploaded main info about index and example query to ftp

@tomatolog
Copy link
Contributor

looking at query you provided I see no reason for daemon to spawn FilterOr tree might be some error that related to data.

And for daemon hung on shutdown UPDATE of MVA \ JSON \ STRING attributes required exclusive lock of index that is why shutdown thread can not lock index to flush it and hung too.

Could you also dump in GDB content of *tCtx.m_pFilter at CSphIndex_VLN::ScanByBlocks level?

Could you try resent release daemon to make sure the issue still here?

@sanikolaev sanikolaev added the waiting Waiting for the original poster (in most cases) or something else label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting Waiting for the original poster (in most cases) or something else
Projects
None yet
Development

No branches or pull requests

3 participants