View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001210Sphinxgeneralpublic2012-05-29 10:302012-06-01 14:40
Reportershark 
Assigned ToTomat 
PrioritynormalSeveritycrashReproducibilityhave not tried
StatusclosedResolutionfixed 
Platformx86OSDebianOS Versionsqueeze
Product Version 
Target VersionFixed in Version2.0.5-release 
Summary0001210: Indexer crash
Description/usr/local/bin/indexer --all
Sphinx 2.0.4-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com [^])

using config file '/etc/sphinxsearch/sphinx.conf'...
indexing index 'contents_hu_HU'...
collected 6 docs, 0.0 MB
collected 6 attr values
sorted 0.0 Mvalues, 100.0% done
sorted 0.0 Mhits, 100.0% done
total 6 docs, 21852 bytes
total 0.055 sec, 396948 bytes/sec, 108.99 docs/sec
indexing index 'contents_en_US'...
collected 5 docs, 0.0 MB
collected 6 attr values
sorted 0.0 Mvalues, 100.0% done
sorted 0.0 Mhits, 100.0% done
total 5 docs, 18362 bytes
total 0.051 sec, 353557 bytes/sec, 96.27 docs/sec
indexing index 'contents_de_DE'...
collected 5 docs, 0.0 MB
collected 6 attr values
sorted 0.0 Mvalues, 100.0% done
sorted 0.0 Mhits, 100.0% done
total 5 docs, 14981 bytes
total 0.051 sec, 291532 bytes/sec, 97.30 docs/sec
indexing index 'files_hu_HU'...
*** Oops, indexer crashed! Please send the following report to developers.
Sphinx 2.0.4-release (r3135)
-------------- report begins here ---------------
Current document: docid=4, hits=0
Current batch: minid=0, maxid=0
Hit pool start: docid=0, hit=0
-------------- backtrace begins here ---------------
Program compiled with gcc 4.4.5
Host OS is Linux DDSrv 2.6.32-5-686 0000001 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux
Stack bottom = 0x0, thread stack size = 0x14000
begin of system backtrace:
begin of system symbols:
/usr/local/bin/indexer[0x8131d46]
/usr/local/bin/indexer[0x804b754]
[0xb7797400]
/usr/local/bin/indexer[0x80805d0]
/usr/local/bin/indexer[0x8080740]
/usr/local/bin/indexer[0x80a62cc]
/usr/local/bin/indexer[0x80535f6]
/usr/local/bin/indexer[0x805503c]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb7498ca6]
/usr/local/bin/indexer[0x804ae91]
Backtrace looks OK. Now you have to do following steps:
  1. Run the command over the crashed binary (for example, 'indexer'):
     nm -n indexer > indexer.sym
  2. Attach the binary, generated .sym and the text of backtrace (see above) to the bug report.
Also you can read the section about resolving backtraces in the documentation.
-------------- backtrace ends here ---------------
Steps To ReproduceI use this command: indexer --all, but when I use it: indexer files_hu_HU, it's working.
TagsNo tags attached.
Attached Filesgz file icon conf+sym.tar.gz [^] (67,532 bytes) 2012-05-29 10:30
gz file icon database.tar.gz [^] (5,169 bytes) 2012-05-29 15:38

- Relationships

-  Notes
(0002912)
Tomat (manager)
2012-05-29 15:29

Could you provide data that reproduces that crash here locally?
(0002913)
shark (reporter)
2012-05-29 15:39
edited on: 2012-05-29 16:01

I attached a plain dump of database to issue.

(0002914)
shark (reporter)
2012-05-30 08:21
edited on: 2012-05-30 08:22

When I removed "sql_joined_field = metaTags from query;" from "files_hu_HU", I got this error:

/usr/local/bin/indexer --all
...
indexing index 'files_hu_HU'...
collected 13 docs, 0.0 MB
total 13 docs, 0 bytes
total 0.070 sec, 0 bytes/sec, 185.25 docs/sec
indexing index 'files_en_US'...
*** Oops, indexer crashed! Please send the following report to developers.
Sphinx 2.0.4-release (r3135)
-------------- report begins here ---------------
Current document: docid=4, hits=0
Current batch: minid=0, maxid=0
Hit pool start: docid=0, hit=0
-------------- backtrace begins here ---------------
Program compiled with gcc 4.4.5
Host OS is Linux BDTDevSrv 2.6.32-5-686 0000001 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux
Stack bottom = 0x0, thread stack size = 0x14000
begin of system backtrace:
begin of system symbols:
indexer[0x8131d46]
indexer[0x804b754]
[0xb785c400]
indexer[0x80805d0]
indexer[0x8080740]
indexer[0x80a62cc]
indexer[0x80535f6]
indexer[0x805503c]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb755dca6]
indexer[0x804ae91]
...

And:

/usr/local/bin/indexer files_en_US
Sphinx 2.0.4-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com [^])

using config file '/etc/sphinxsearch/sphinx.conf'...
indexing index 'files_en_US'...
collected 13 docs, 0.0 MB
sorted 0.0 Mhits, 100.0% done
total 13 docs, 92 bytes
total 0.082 sec, 1113 bytes/sec, 157.33 docs/sec
total 98 reads, 0.001 sec, 30.8 kb/call avg, 0.0 msec/call avg
total 9 writes, 0.000 sec, 0.1 kb/call avg, 0.0 msec/call avg

(0002932)
Tomat (manager)
2012-06-01 14:40

fixed at r3239

- Issue History
Date Modified Username Field Change
2012-05-29 10:30 shark New Issue
2012-05-29 10:30 shark File Added: conf+sym.tar.gz
2012-05-29 15:29 Tomat Note Added: 0002912
2012-05-29 15:37 shark Issue Monitored: shark
2012-05-29 15:38 shark Issue End Monitor: shark
2012-05-29 15:38 shark File Added: database.tar.gz
2012-05-29 15:39 shark Note Added: 0002913
2012-05-29 16:01 shark Note Edited: 0002913 View Revisions
2012-05-30 08:21 shark Note Added: 0002914
2012-05-30 08:22 shark Note Edited: 0002914 View Revisions
2012-06-01 14:40 Tomat Note Added: 0002932
2012-06-01 14:40 Tomat Status new => closed
2012-06-01 14:40 Tomat Assigned To => Tomat
2012-06-01 14:40 Tomat Resolution open => fixed
2012-06-01 14:40 Tomat Fixed in Version => 2.0.5-release


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker