<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2012-02-04 03:48:28]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://sphinxsearch.com/bugs/</docs><link>http://sphinxsearch.com/bugs/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://sphinxsearch.com/bugs/images/mantis_logo_button.gif</url><link>http://sphinxsearch.com/bugs/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0001082: searchd won't shut down with threads workers</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1082</link><description><![CDATA[I've documented a lot of this on the forums:&lt;br /&gt;
&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=8971&quot;&gt;http://sphinxsearch.com/forum/view.html?id=8971&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=8971&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
Further investigation has found the following: if I turn seamless_rotate off, then the first rotate attempted hangs. Otherwise, with seamless_rotate on, starting the daemon and stopping it straight away is fine. Starting, running a query, and then stopping causes the stopping to hang.&lt;br /&gt;
&lt;br /&gt;
I've added a few info debugging lines into the 2.0.3-release source, and it seems to be stuck when telling the rotation thread to shut down (line 1278 of src/searchd.cpp). It certainly doesn't get to the point of a few lines down with &quot;int64_t tmShutStarted = sphMicroTimer();&quot;.]]></description><category>general</category><pubDate>Sat, 04 Feb 2012 02:58:44 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1082</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1082#bugnotes</comments></item><item><title>0001081: group-count-distinct error on select with two indexes  -- Sphinx 2.0.3-id64-release (r3043)</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1081</link><description><![CDATA[We have &lt;br /&gt;
trainings - main index&lt;br /&gt;
trainings_delta - delta index&lt;br /&gt;
with same set of attributes&lt;br /&gt;
&lt;br /&gt;
Error in query.log&lt;br /&gt;
&lt;br /&gt;
/* Fri Feb  3 13:25:41.666 2012 conn 110 wall 0.000 found 2 */ SELECT company_id, COUNT(DISTINCT training_id) FROM trainings, trainings_delta WHERE is_active=1 company_id IN (88,3034,3084,3087,3101) GROUP BY company_id; # error=group-count-distinct attribute 'training_id' not found]]></description><category>sphinxse</category><pubDate>Fri, 03 Feb 2012 12:53:51 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1081</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1081#bugnotes</comments></item><item><title>0000885: Bitwise operators doesn't work</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=885</link><description><![CDATA[Can't use bitwise operator in setSelect in php api.&lt;br /&gt;
&lt;br /&gt;
source code:&lt;br /&gt;
&lt;br /&gt;
require_once(dirname(__FILE__).&quot;/sphinx-2.0.1-beta/api/sphinxapi.php&quot;);&lt;br /&gt;
$cl = new SphinxClient();&lt;br /&gt;
$cl-&gt;setServer('localhost', 3312);&lt;br /&gt;
$cl-&gt;setSelect(&quot;outlet_id&amp;8 as new_id&quot;);&lt;br /&gt;
$response = $cl-&gt;query('','newmediadb');&lt;br /&gt;
echo $cl-&gt;getLastError());&lt;br /&gt;
var_dump($response);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
output:&lt;br /&gt;
&lt;br /&gt;
searchd error: select: syntax error, unexpected $undefined, expecting SEL_TOKEN near '&amp;8 as new_id'&lt;br /&gt;
&lt;br /&gt;
bool(false)&lt;br /&gt;
&lt;br /&gt;
outlet_id is int attribute]]></description><category>general</category><pubDate>Thu, 02 Feb 2012 18:50:43 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=885</guid><comments>http://sphinxsearch.com/bugs/view.php?id=885#bugnotes</comments></item><item><title>0001070: random weight in SPH_RANK_EXPR in 2.0.3</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1070</link><description><![CDATA[Ok actually im trying new ranker system on 2.0.3&lt;br /&gt;
And i meet very strange behaviour:&lt;br /&gt;
Here some php code and results:&lt;br /&gt;
&lt;br /&gt;
$cl = new SphinxClient ();&lt;br /&gt;
$cl-&gt;SetMatchMode (SPH_MATCH_EXTENDED2);&lt;br /&gt;
$cl-&gt;SetSortMode(SPH_SORT_RELEVANCE);&lt;br /&gt;
$cl-&gt;SetRankingMode(SPH_RANK_EXPR, 'sum(tf_idf*1000)');&lt;br /&gt;
$res = $cl-&gt;Query ( $tov_str, $index );&lt;br /&gt;
return $res;&lt;br /&gt;
&lt;br /&gt;
so i'm, using &quot;|&quot; delimeters in my query and i noticed that when there's too much of arguments weight calculations sometimes (!) broke that caused wrong results. Just start a lot of querys and watch.&lt;br /&gt;
Look (pic1):&lt;br /&gt;
7 arguments and always 1 result&lt;br /&gt;
pic2 and pic3 :&lt;br /&gt;
add 1 argument and result could differ from each query.]]></description><category>general</category><pubDate>Thu, 02 Feb 2012 13:26:13 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1070</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1070#bugnotes</comments></item><item><title>0000464: @distinct value for setGroupDistinct on distributed index</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=464</link><description><![CDATA[I have a distributed index on 4 nodes. When i GroupBy a certain attribute and groupDistinct by another (just like the documentation &lt;a href=&quot;http://www.sphinxsearch.com/docs/current.html#api-func-setgroupdistinct&quot;&gt;http://www.sphinxsearch.com/docs/current.html#api-func-setgroupdistinct&lt;/a&gt; [&lt;a href=&quot;http://www.sphinxsearch.com/docs/current.html#api-func-setgroupdistinct&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]), it returns the distinct count per index, and adds them together. This means the @distinct result is always 4 times the actual result. &lt;br /&gt;
&lt;br /&gt;
The &quot;quick&quot; fix would be getting the max of the distinct counts, although this could be the wrong result as well.]]></description><category>general</category><pubDate>Thu, 02 Feb 2012 04:14:21 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=464</guid><comments>http://sphinxsearch.com/bugs/view.php?id=464#bugnotes</comments></item><item><title>0001080: seamless rotation is not really seamless</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1080</link><description><![CDATA[we have 2 machines: the master - mysql master, where we build sphinx indecies, the slave - mysql slave, where we just put the updated delta index from the master and call &quot;kill -SIGHUP searchd_pid&quot; to force searchd to rotate.&lt;br /&gt;
sometimes during the rotation on the slave searchd`s socket becomes broken with the following message:&lt;br /&gt;
&quot;connection to /some/where/sphinx.sock failed ([Errno 61] Connection refused)&quot;&lt;br /&gt;
&lt;br /&gt;
for example, part of the searchd log (rotation is ok):&lt;br /&gt;
&lt;br /&gt;
[Wed Feb  1 14:00:23.719 2012] [82790] rotating indices (seamless=1)&lt;br /&gt;
[Wed Feb  1 14:00:23.719 2012] [82790] DEBUG: CheckRotate invoked&lt;br /&gt;
[Wed Feb  1 14:00:23.720 2012] [82790] DEBUG: /some/where/sphinx/var/data/index.new.sph is not readable. Skipping&lt;br /&gt;
[Wed Feb  1 14:00:23.720 2012] [82790] DEBUG: Invoked SeamlessForkPrereader&lt;br /&gt;
[Wed Feb  1 14:00:23.720 2012] [82790] DEBUG: Invoked SeamlessTryToForkPrereader&lt;br /&gt;
[Wed Feb  1 14:00:23.720 2012] [82790] DEBUG: prealloc enough RAM and lock new index&lt;br /&gt;
[Wed Feb  1 14:00:23.723 2012] [82790] WARNING: rotating index: delta: '/some/where/sphinx/conf/wordforms.utf8.txt' differs from the original&lt;br /&gt;
[Wed Feb  1 14:00:23.723 2012] [82790] DEBUG: Locking the index via file /some/where/sphinx/var/data/index_delta.new.spl&lt;br /&gt;
[Wed Feb  1 14:00:23.723 2012] [82790] DEBUG: lock /some/where/sphinx/var/data/index_delta.new.spl success&lt;br /&gt;
[Wed Feb  1 14:00:23.723 2012] [82790] DEBUG: fork async reader&lt;br /&gt;
[Wed Feb  1 14:00:23.724 2012] [49395] DEBUG: CSphIndex_VLN::Preread invoked&lt;br /&gt;
[Wed Feb  1 14:00:23.724 2012] [49395] DEBUG: Prereading .spa&lt;br /&gt;
[Wed Feb  1 14:00:23.724 2012] [49395] DEBUG: Prereading .spm&lt;br /&gt;
[Wed Feb  1 14:00:23.733 2012] [49395] DEBUG: Prereading .sps&lt;br /&gt;
[Wed Feb  1 14:00:23.733 2012] [49395] DEBUG: Prereading .spk&lt;br /&gt;
[Wed Feb  1 14:00:23.734 2012] [49395] DEBUG: Prereading .spi&lt;br /&gt;
[Wed Feb  1 14:00:23.734 2012] [49395] DEBUG: Prereading .mvp&lt;br /&gt;
[Wed Feb  1 14:00:23.734 2012] [49395] DEBUG: Preread successfully finished&lt;br /&gt;
[Wed Feb  1 14:00:23.734 2012] [49395] DEBUG: SeamlessTryToForkPrereader: finishing the fork and invoking exit ( 0 )&lt;br /&gt;
[Wed Feb  1 14:00:24.667 2012] [82790] DEBUG: Base set to /some/where/sphinx/var/data/index_delta.old&lt;br /&gt;
[Wed Feb  1 14:00:24.773 2012] [82790] DEBUG: Base set to /some/where/sphinx/var/data/index_delta&lt;br /&gt;
[Wed Feb  1 14:00:25.068 2012] [82790] rotating index 'delta': success&lt;br /&gt;
[Wed Feb  1 14:00:25.071 2012] [82790] DEBUG: Unlocking the index (lock /some/where/sphinx/var/data/index_delta.old.spl)&lt;br /&gt;
[Wed Feb  1 14:00:25.071 2012] [82790] DEBUG: File ID ok, closing lock FD 10, unlinking /some/where/sphinx/var/data/index_delta.old.spl&lt;br /&gt;
[Wed Feb  1 14:00:25.154 2012] [82790] DEBUG: Invoked SeamlessForkPrereader&lt;br /&gt;
[Wed Feb  1 14:00:25.154 2012] [82790] rotating finished&lt;br /&gt;
&lt;br /&gt;
at the very same time on the searcher side:&lt;br /&gt;
'82813 2012-02-01 14:00:23,791 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82813 2012-02-01 14:00:23,791 INFO qstr: &quot;admin4.dt00.net&quot;'&lt;br /&gt;
'82810 2012-02-01 14:00:23,989 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82810 2012-02-01 14:00:23,990 INFO qstr: &quot;www.russianewsday.blogspot.com&quot;'&lt;br /&gt;
'82819 2012-02-01 14:00:24,013 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82819 2012-02-01 14:00:24,014 INFO qstr: &quot;www.magazin-snov.ru&quot;'&lt;br /&gt;
'82820 2012-02-01 14:00:24,199 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82820 2012-02-01 14:00:24,200 INFO qstr: &quot;www.blog.arbooz.com&quot;'&lt;br /&gt;
'82812 2012-02-01 14:00:24,279 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82812 2012-02-01 14:00:24,279 INFO qstr: &quot;accounts.google.com&quot;'&lt;br /&gt;
'82817 2012-02-01 14:00:24,288 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82817 2012-02-01 14:00:24,288 INFO qstr: &quot;www.passport.bigmir.net&quot;'&lt;br /&gt;
'82814 2012-02-01 14:00:24,343 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82814 2012-02-01 14:00:24,343 INFO qstr: &quot;v-mire.com&quot;'&lt;br /&gt;
'82806 2012-02-01 14:00:24,422 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82806 2012-02-01 14:00:24,423 INFO qstr: &quot;house-sk.ru&quot;'&lt;br /&gt;
'82809 2012-02-01 14:00:24,448 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82809 2012-02-01 14:00:24,448 INFO qstr: &quot;linkfromblog.com&quot;'&lt;br /&gt;
'82818 2012-02-01 14:00:24,624 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82818 2012-02-01 14:00:24,625 INFO qstr: &quot;www.isras.ru&quot;'&lt;br /&gt;
'82808 2012-02-01 14:00:24,692 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82808 2012-02-01 14:00:24,692 INFO qstr: &quot;www.moscowsg.megafon.ru&quot;'&lt;br /&gt;
'82807 2012-02-01 14:00:24,719 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82807 2012-02-01 14:00:24,720 INFO qstr: &quot;seks.am&quot;'&lt;br /&gt;
'82809 2012-02-01 14:00:24,752 ERROR Searcher::querySphinx error: in RunQueries connection to daemon via socket failed: connection to /some/where/log/sphinx.sock failed ([Errno 61] Connection refused), warning: '&lt;br /&gt;
'82809 2012-02-01 14:00:24,752 INFO build matches in 0.303702 sec'&lt;br /&gt;
'82809 2012-02-01 14:00:24,752 INFO build snippets in 3.09944e-06 sec'&lt;br /&gt;
'82809 2012-02-01 14:00:24,753 INFO query total in 0.303705 sec (0.304371) found 0'&lt;br /&gt;
'82818 2012-02-01 14:00:24,929 ERROR Searcher::querySphinx error: in RunQueries connection to daemon via socket failed: connection to /some/where/log/sphinx.sock failed ([Errno 61] Connection refused), warning: '&lt;br /&gt;
'82818 2012-02-01 14:00:24,929 INFO build matches in 0.304593 sec'&lt;br /&gt;
'82818 2012-02-01 14:00:24,930 INFO build snippets in 4.05312e-06 sec'&lt;br /&gt;
'82818 2012-02-01 14:00:24,930 INFO query total in 0.304597 sec (0.305263) found 0'&lt;br /&gt;
'82808 2012-02-01 14:00:24,996 ERROR Searcher::querySphinx error: in RunQueries connection to daemon via socket failed: connection to some/where/log/sphinx.sock failed ([Errno 61] Connection refused), warning: '&lt;br /&gt;
'82808 2012-02-01 14:00:24,996 INFO build matches in 0.303465 sec'&lt;br /&gt;
'82808 2012-02-01 14:00:24,996 INFO build snippets in 3.09944e-06 sec'&lt;br /&gt;
'82808 2012-02-01 14:00:24,997 INFO query total in 0.303468 sec (0.304168) found 0'&lt;br /&gt;
'82807 2012-02-01 14:00:25,024 ERROR Searcher::querySphinx error: in RunQueries connection to daemon via socket failed: connection to some/where/log/sphinx.sock failed ([Errno 61] Connection refused), warning: '&lt;br /&gt;
'82807 2012-02-01 14:00:25,024 INFO build matches in 0.303946 sec'&lt;br /&gt;
'82807 2012-02-01 14:00:25,024 INFO build snippets in 4.05312e-06 sec'&lt;br /&gt;
'82807 2012-02-01 14:00:25,025 INFO query total in 0.30395 sec (0.304612) found 0'&lt;br /&gt;
'82818 2012-02-01 14:00:25,060 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82818 2012-02-01 14:00:25,061 INFO qstr: &quot;www.bitshare.com&quot;'&lt;br /&gt;
'82807 2012-02-01 14:00:25,092 DEBUG GET /SomeSearch/'&lt;br /&gt;
'82807 2012-02-01 14:00:25,093 INFO qstr: &quot;www.passport.bigmir.net&quot;'&lt;br /&gt;
'82813 2012-02-01 14:00:25,160 INFO build matches in 1.36811 sec'&lt;br /&gt;
'82813 2012-02-01 14:00:25,160 INFO build snippets in 7.86781e-06 sec'&lt;br /&gt;
'82813 2012-02-01 14:00:25,160 INFO query total in 1.36812 sec (1.36893) found 0'&lt;br /&gt;
'82819 2012-02-01 14:00:25,161 INFO build matches in 1.14664 sec'&lt;br /&gt;
'82819 2012-02-01 14:00:25,161 INFO build snippets in 8.10623e-06 sec'&lt;br /&gt;
'82819 2012-02-01 14:00:25,161 INFO query total in 1.14665 sec (1.14756) found 0'&lt;br /&gt;
&lt;br /&gt;
exectly during the rotation some searcher forks are unable to connect to sphinx socket.&lt;br /&gt;
&lt;br /&gt;
part of searchd config:&lt;br /&gt;
searchd&lt;br /&gt;
{&lt;br /&gt;
  listen = /some/where/log/sphinx.sock&lt;br /&gt;
  ...&lt;br /&gt;
  seamless_rotate = 1&lt;br /&gt;
  preopen_indexes = 1&lt;br /&gt;
  unlink_old = 1&lt;br /&gt;
  workers = fork&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
it seems that during seamless rotation in some very short amount of time searchd doesn`t listen the socket, and the searcher gets &quot;connection refused&quot;.&lt;br /&gt;
&lt;br /&gt;
is it possible to fix that somehow?&lt;br /&gt;
&lt;br /&gt;
we use python api.]]></description><category>general</category><pubDate>Wed, 01 Feb 2012 13:04:09 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1080</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1080#bugnotes</comments></item><item><title>0001079: random RT related (?) crashes on ubuntu 11.10 with gcc 4.6</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1079</link><description><![CDATA[A test Python program doing R/W workload is reported to cause random searchd crashes as of r3092, branches/rel20. Those only happen on Ubuntu 11.10 x64 (kernel 3.0.x, gcc 4.6.x) and won't repeat on Ubuntu 10.04 LTS or Windows on my testing. The test data is on FTP.]]></description><category>general</category><pubDate>Wed, 01 Feb 2012 01:00:55 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1079</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1079#bugnotes</comments></item><item><title>0001075: Crash on using RT indexes on 2.0.3-release</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1075</link><description><![CDATA[------- FATAL: CRASH DUMP -------&lt;br /&gt;
[Sun Jan 29 02:04:45.635 2012] [15060]&lt;br /&gt;
&lt;br /&gt;
--- crashed SphinxAPI request dump ---&lt;br /&gt;
AAEBAwAAAHEAAAAAAAAAAQAAABZwcm9kX2JlenBsYXRub19hZHZlcnRzAAAACjA4NzY2MzkxNjkAAAADPGI+AAAA&lt;br /&gt;
BDwvYj4AAAAFIC4uLiAAAAEAAAAABQAAAAAAAAAAAAAAAQAAAAVpbmRleAAAAARub25lAAAAAA==&lt;br /&gt;
--- request dump end ---&lt;br /&gt;
Sphinx 2.0.3-release (r3043)&lt;br /&gt;
-------------- backtrace begins here ---------------&lt;br /&gt;
Program compiled with gcc 4.4.3&lt;br /&gt;
Host OS is Linux icepique 2.6.32-37-server &lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=81&quot;&gt;0000081&lt;/a&gt;-Ubuntu SMP Fri Dec 2 20:49:12 UTC 2011 x86_64 GNU/Linux&lt;br /&gt;
Stack bottom = 0x7f70b2908e7f, thread stack size = 0x14000&lt;br /&gt;
begin of manual backtrace:&lt;br /&gt;
Something wrong with thread stack, backtrace may be incorrect (fp=7f70b2905360)&lt;br /&gt;
Stack looks OK, attempting backtrace.&lt;br /&gt;
413cc3&lt;br /&gt;
44a678&lt;br /&gt;
44c569&lt;br /&gt;
4547d2&lt;br /&gt;
4549b9&lt;br /&gt;
54660d&lt;br /&gt;
7f70c5e829ca&lt;br /&gt;
Something wrong in frame pointers, backtrace failed (fp=0)&lt;br /&gt;
begin of system backtrace:&lt;br /&gt;
begin of system symbols:&lt;br /&gt;
/opt/sphinx/bin/searchd[0x53de24]&lt;br /&gt;
/opt/sphinx/bin/searchd(_ZN16SphCrashLogger_c11HandleCrashEi+0x193)[0x413cc3]&lt;br /&gt;
/lib/libpthread.so.0(+0xf8f0)[0x7f70c5e8b8f0]&lt;br /&gt;
/opt/sphinx/bin/searchd[0x44a678]&lt;br /&gt;
/opt/sphinx/bin/searchd[0x44c569]&lt;br /&gt;
/opt/sphinx/bin/searchd[0x4547d2]&lt;br /&gt;
/opt/sphinx/bin/searchd(_Z13HandlerThreadPv+0x59)[0x4549b9]&lt;br /&gt;
/opt/sphinx/bin/searchd(_Z20sphThreadProcWrapperPv+0x1d)[0x54660d]&lt;br /&gt;
/lib/libpthread.so.0(+0x69ca)[0x7f70c5e829ca]&lt;br /&gt;
/lib/libc.so.6(clone+0x6d)[0x7f70c4be570d]&lt;br /&gt;
-------------- backtrace ends here ---------------&lt;br /&gt;
--- 2 active threads ---&lt;br /&gt;
thd 0, proto sphinxql, state net_read, command delete&lt;br /&gt;
thd 1, proto sphinxapi, state query, command excerpt&lt;br /&gt;
------- CRASH DUMP END -------]]></description><category>general</category><pubDate>Mon, 30 Jan 2012 13:53:08 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1075</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1075#bugnotes</comments></item><item><title>0001061: Cannot allocate memory (length=17179869180 is over 2GB)</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1061</link><description><![CDATA[I don't use RT indexes.&lt;br /&gt;
&lt;br /&gt;
[Wed Jan 18 23:39:43.454 2012] [20819] FATAL: sphFDSet() failed fd=1031, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.458 2012] [20819] FATAL: sphFDSet() failed fd=1066, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.463 2012] [20819] WARNING: failed to send server version (client=10.41.47.XXX:46666)&lt;br /&gt;
[Wed Jan 18 23:39:43.469 2012] [20819] FATAL: sphFDSet() failed fd=1076, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.478 2012] [20819] FATAL: sphFDSet() failed fd=1081, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.488 2012] [20819] FATAL: sphFDSet() failed fd=1086, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.500 2012] [20819] FATAL: sphFDSet() failed fd=1091, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.503 2012] [20819] FATAL: sphFDSet() failed fd=1096, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.506 2012] [20819] FATAL: sphFDSet() failed fd=1101, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.519 2012] [20819] FATAL: sphFDSet() failed fd=1106, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.544 2012] [20819] FATAL: sphFDSet() failed fd=1111, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.548 2012] [20819] FATAL: sphFDSet() failed fd=1117, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:43.557 2012] [20819] FATAL: sphFDSet() failed fd=1125, FD_SETSIZE=1024&lt;br /&gt;
[Wed Jan 18 23:39:44.812 2012] [20819] WARNING: send() failed: 9: Bad file descriptor&lt;br /&gt;
[Wed Jan 18 23:39:44.844 2012] [20819] WARNING: failed to send server version (client=10.41.47.XXX:50597)&lt;br /&gt;
[Wed Jan 18 23:39:44.845 2012] [20819] WARNING: send() failed: 9: Bad file descriptor&lt;br /&gt;
[Wed Jan 18 23:39:44.903 2012] [20819] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Wed Jan 18 23:39:45.346 2012] [20819] WARNING: send() failed: 9: Bad file descriptor&lt;br /&gt;
[Wed Jan 18 23:39:46.483 2012] [20819] WARNING: last message repeated 1 times&lt;br /&gt;
[Wed Jan 18 23:39:46.483 2012] [20819] WARNING: thread missing from thread table&lt;br /&gt;
[Wed Jan 18 23:39:47.448 2012] [20819] WARNING: last message repeated 3 times&lt;br /&gt;
[Wed Jan 18 23:39:47.448 2012] [20819] WARNING: send() failed: 9: Bad file descriptor&lt;br /&gt;
[Wed Jan 18 23:39:47.501 2012] [20819] WARNING: thread missing from thread table&lt;br /&gt;
[Wed Jan 18 23:39:48.531 2012] [20819] WARNING: last message repeated 18 times&lt;br /&gt;
[Wed Jan 18 23:39:48.531 2012] [20819] WARNING: index alphathread: attrs save failed: rollback rename to '/var/lib/sphinx/forum/alphathread.spa' failed: No such file or directory; INDEX UNUSABLE; FIX FILE NAMES MANUALLY&lt;br /&gt;
[Wed Jan 18 23:39:48.532 2012] [20819] WARNING: last message repeated 1 times&lt;br /&gt;
[Wed Jan 18 23:39:48.532 2012] [20819] WARNING: thread missing from thread table&lt;br /&gt;
....&lt;br /&gt;
-------------- backtrace ends here ---------------&lt;br /&gt;
--- 5 active threads ---&lt;br /&gt;
thd 0, proto sphinxql, state net_read, command insert&lt;br /&gt;
thd 1, proto sphinxql, state net_read, command insert&lt;br /&gt;
thd 2, proto sphinxql, state net_read, command insert&lt;br /&gt;
thd 3, proto sphinxapi, state query, command update&lt;br /&gt;
thd 4, proto sphinxapi, state query, command update&lt;br /&gt;
------- CRASH DUMP END -------&lt;br /&gt;
[Thu Jan 19 00:08:32.733 2012] [21514] Child process 28014 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Thu Jan 19 00:08:32.733 2012] [21514] Child process 1301 has been forked&lt;br /&gt;
[Thu Jan 19 00:08:32.737 2012] [ 1301] WARNING: index 'alphathread': preload: mmap() failed: Cannot allocate memory (length=17179869180 is over 2GB, impossible on some&lt;br /&gt;
32-bit systems); NOT SERVING&lt;br /&gt;
[Thu Jan 19 00:08:34.336 2012] [ 1301] accepting connections&lt;br /&gt;
------- FATAL: CRASH DUMP -------&lt;br /&gt;
[Thu Jan 19 00:08:36.733 2012] [ 1301]&lt;br /&gt;
 &lt;br /&gt;
--- crashed SphinxAPI request dump ---&lt;br /&gt;
AAIBAgAAAGUAAAAWYWxwaGF0aHJlYWQsc2NhbnRocmVhZAAAAAMAAAAIbGFzdHBvc3QAAAAAAAAACnJlcGx5Y291&lt;br /&gt;
bnQAAAAAAAAABXZpZXdzAAAAAAAAAAEAAAAAABYr508Xs2QAAAADAAAAJg==&lt;br /&gt;
--- request dump end ---&lt;br /&gt;
Sphinx 2.0.2-id64-dev (rel20-r3030)&lt;br /&gt;
-------------- backtrace begins here ---------------&lt;br /&gt;
Program compiled with gcc 4.4.4&lt;br /&gt;
Host OS is Linux apollo.axivo.com 2.6.32-71.29.1.el6.x86_64 &lt;a href=&quot;http://sphinxsearch.com/bugs/view.php?id=1&quot;&gt;0000001&lt;/a&gt; SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;
Stack bottom = 0x7f627751bdbf, thread stack size = 0x44000&lt;br /&gt;
begin of manual backtrace:&lt;br /&gt;
Something wrong with thread stack, backtrace may be incorrect (fp=7f627751bdbf)&lt;br /&gt;
Stack looks OK, attempting backtrace.&lt;br /&gt;
0&lt;br /&gt;
Something wrong in frame pointers, backtrace failed (fp=0)&lt;br /&gt;
begin of system backtrace:&lt;br /&gt;
begin of system symbols:&lt;br /&gt;
/lib64/libpthread.so.0[0x3ff300f4a0]&lt;br /&gt;
/usr/bin/searchd(_ZNK13CSphIndex_VLN11FindDocinfoEm+0x3d)[0x4be3a5]&lt;br /&gt;
/usr/bin/searchd(_ZN13CSphIndex_VLN16UpdateAttributesERK14CSphAttrUpdateiR10CSphString+0x1821)[0x4db2a3]&lt;br /&gt;
/usr/bin/searchd[0x47ba9a]&lt;br /&gt;
/usr/bin/searchd(_Z19HandleCommandUpdateiiR13InputBuffer_c+0x16e3)[0x4a3720]&lt;br /&gt;
/usr/bin/searchd(_Z18HandleClientSphinxiPKcP9ThdDesc_t+0x45a)[0x4a7efd]&lt;br /&gt;
/usr/bin/searchd(_Z13HandlerThreadPv+0x57)[0x4a8731]&lt;br /&gt;
/usr/bin/searchd(_Z20sphThreadProcWrapperPv+0x19)[0x584195]&lt;br /&gt;
/lib64/libpthread.so.0[0x3ff30077f1]&lt;br /&gt;
/lib64/libc.so.6(clone+0x6d)[0x3ff2ce570d]&lt;br /&gt;
-------------- backtrace ends here ---------------&lt;br /&gt;
--- 4 active threads ---&lt;br /&gt;
thd 0, proto sphinxapi, state query, command update&lt;br /&gt;
thd 1, proto sphinxql, state net_read, command insert&lt;br /&gt;
thd 2, proto sphinxql, state net_read, command insert&lt;br /&gt;
thd 3, proto sphinxapi, state query, command update&lt;br /&gt;
------- CRASH DUMP END -------&lt;br /&gt;
[Thu Jan 19 00:08:36.963 2012] [21514] Child process 1301 has been finished by CRASH_EXIT (exit code 2), will be restarted&lt;br /&gt;
[Thu Jan 19 00:08:36.963 2012] [21514] Child process 2310 has been forked&lt;br /&gt;
[Thu Jan 19 00:08:36.966 2012] [ 2310] WARNING: index 'alphathread': preload: mmap() failed: Cannot allocate memory (length=17179869180 is over 2GB, impossible on some 32-bit systems); NOT SERVING&lt;br /&gt;
[Thu Jan 19 00:08:38.571 2012] [ 2310] accepting connections&lt;br /&gt;
[Thu Jan 19 00:10:05.710 2012] [ 2310] caught SIGTERM, shutting down&lt;br /&gt;
[Thu Jan 19 00:10:06.063 2012] [ 2310] shutdown complete&lt;br /&gt;
[Thu Jan 19 00:12:29.133 2012] [ 3576] Child process 3577 has been forked&lt;br /&gt;
[Thu Jan 19 00:12:29.136 2012] [ 3577] WARNING: index 'alphathread': preload: mmap() failed: Cannot allocate memory (length=17179869180 is over 2GB, impossible on some 32-bit systems); NOT SERVING&lt;br /&gt;
[Thu Jan 19 00:12:30.715 2012] [ 3577] accepting connections&lt;br /&gt;
[Thu Jan 19 00:13:22.154 2012] [ 3577] caught SIGTERM, shutting down&lt;br /&gt;
[Thu Jan 19 00:13:22.481 2012] [ 3577] shutdown complete&lt;br /&gt;
[Thu Jan 19 00:13:23.420 2012] [ 3857] Child process 3858 has been forked&lt;br /&gt;
[Thu Jan 19 00:13:23.423 2012] [ 3858] WARNING: index 'alphathread': preload: mmap() failed: Cannot allocate memory (length=17179869180 is over 2GB, impossible on some 32-bit systems); NOT SERVING&lt;br /&gt;
[Thu Jan 19 00:13:25.083 2012] [ 3858] accepting connections&lt;br /&gt;
&lt;br /&gt;
Kernel Logs:&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[31701]: segfault at 0 ip 000000000048b625 sp 00007f062609dbb0 error 4&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[31742]: segfault at 0 ip 000000000048b625 sp 00007f06255b9bb0 error 4&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[31657]: segfault at 7f06446e3700 ip 00007f06446e3700 sp 00007f0626c4dba8 error 15&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[1113]: segfault at 7f06ff1fb000 ip 00000000004e0bf9 sp 00007f0625f524b0 error 4&lt;br /&gt;
Jan 19 11:38:35 leo kernel: in searchd[400000+27d000]&lt;br /&gt;
Jan 19 11:38:35 leo kernel: in searchd[400000+27d000]&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[1144]: segfault at 3200000000 ip 0000003ff2d24716 sp 00007f065edd6178 error 4&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[1146]: segfault at 7f06ff1fb000 ip 00000000004e0bf9 sp 00007f0624bee4b0 error 4&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[1135]: segfault at 7f06ff1fb000 ip 00000000004e0bf9 sp 00007f062601e4b0 error 4 in libc-2.12.so[3ff2c00000+197000] in searchd[400000+27d000] in searchd[400000+27d000]&lt;br /&gt;
Jan 19 11:38:35 leo kernel:&lt;br /&gt;
Jan 19 11:38:35 leo kernel:&lt;br /&gt;
Jan 19 11:38:35 leo kernel: searchd[1136]: segfault at 7f06ff1fb000 ip 00000000004e0bf9 sp 00007f0644bee4b0 error 4 in searchd[400000+27d000]&lt;br /&gt;
Jan 19 11:38:35 leo kernel: in searchd[400000+27d000]]]></description><category>general</category><pubDate>Mon, 30 Jan 2012 03:03:15 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1061</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1061#bugnotes</comments></item><item><title>0001066: BuildExcerpts failure with large dataset and/or many HTML tags</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1066</link><description><![CDATA[On Sphinx 2.0.3, when trying to build excerpts with the BuildExcerpts() call (via the Python API), searchd shows error:&lt;br /&gt;
&lt;br /&gt;
        WARNING: failed to receive client request body&lt;br /&gt;
&lt;br /&gt;
and BuildExcerpts() will raise exception:&lt;br /&gt;
&lt;br /&gt;
        error: unpack requires a string argument of length 8&lt;br /&gt;
&lt;br /&gt;
with the error occurring on this line:&lt;br /&gt;
&lt;br /&gt;
        (status, ver, length) = unpack('&gt;2HL', sock.recv(8))&lt;br /&gt;
&lt;br /&gt;
After some testing, it looked like this only occurred when the source documents were large in nature or contained very large amounts of HTML tags.]]></description><category>general</category><pubDate>Mon, 30 Jan 2012 01:24:27 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1066</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1066#bugnotes</comments></item><item><title>0001072: WARNING: send() failed: 32: Broken pipe</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1072</link><description><![CDATA[While using r3030 in CentOS 6.2 64 bits, I get the following errors related to broken TCP pipes:&lt;br /&gt;
&lt;br /&gt;
[Thu Jan 26 03:15:03.508 2012] [13672] log reopened&lt;br /&gt;
[Thu Jan 26 03:15:03.508 2012] [13672] query log reopened&lt;br /&gt;
[Thu Jan 26 03:16:16.338 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 03:20:03.350 2012] [13672] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Thu Jan 26 03:20:04.779 2012] [13672] WARNING: last message repeated 2 times&lt;br /&gt;
[Thu Jan 26 03:24:16.558 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 03:30:53.738 2012] [13672] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Thu Jan 26 03:30:55.154 2012] [13672] WARNING: last message repeated 2 times&lt;br /&gt;
[Thu Jan 26 03:32:16.727 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 03:32:18.608 2012] [13672] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Thu Jan 26 03:32:20.165 2012] [13672] WARNING: last message repeated 4 times&lt;br /&gt;
[Thu Jan 26 03:40:16.674 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 03:45:32.218 2012] [13672] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Thu Jan 26 03:48:16.702 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 03:56:17.117 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:00:16.573 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:08:17.356 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:08:19.630 2012] [13672] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Thu Jan 26 04:08:20.891 2012] [13672] WARNING: last message repeated 1 times&lt;br /&gt;
[Thu Jan 26 04:15:31.052 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:16:02.446 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:16:25.189 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:16:42.355 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:16:49.640 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:16:56.338 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:17:02.518 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:24:02.165 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:32:02.453 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:40:02.209 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:48:02.037 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:56:02.028 2012] [13672] rotating indices (seamless=1)&lt;br /&gt;
[Thu Jan 26 04:56:48.426 2012] [13672] WARNING: send() failed: 32: Broken pipe&lt;br /&gt;
[Thu Jan 26 04:56:49.755 2012] [13672] WARNING: last message repeated 1 times&lt;br /&gt;
[Thu Jan 26 05:00:02.026 2012] [13672] rotating indices (seamless=1)]]></description><category>general</category><pubDate>Sat, 28 Jan 2012 21:20:28 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1072</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1072#bugnotes</comments></item><item><title>0001074: Can't compile sphinxsearch against percona 5.5</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1074</link><description><![CDATA[When trying to compile sphinxsearch-2.0.3 (but same thing with 2.0.2 and according to google groups, also to 0.9.9 (&lt;a href=&quot;http://groups.google.com/group/percona-discussion/browse_frm/thread/114ecbed8c77c23e/2a85d8c4010aaf57?lnk=gst&amp;q=sphinxstd#2a85d8c4010aaf57&quot;&gt;http://groups.google.com/group/percona-discussion/browse_frm/thread/114ecbed8c77c23e/2a85d8c4010aaf57?lnk=gst&amp;q=sphinxstd#2a85d8c4010aaf57&lt;/a&gt; [&lt;a href=&quot;http://groups.google.com/group/percona-discussion/browse_frm/thread/114ecbed8c77c23e/2a85d8c4010aaf57?lnk=gst&amp;q=sphinxstd#2a85d8c4010aaf57&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]) ) with percona server, we got the following error :&lt;br /&gt;
&lt;br /&gt;
/usr/lib/libmysqlclient.a(my_new.cc.o): In function `operator delete[](void*)':&lt;br /&gt;
/home/jenkins/workspace/percona-server-5.5-debs/label_exp/debian6-64/target/Percona-Server-5.5.18-rel23.0/mysys/my_new.cc:43: multiple definition of `operator delete[](void*)'&lt;br /&gt;
libsphinx.a(sphinxstd.o):/root/boursorama-sphinxsearch/build/boursorama-sphinxsearch/src/sphinxstd.cpp:615: first defined here&lt;br /&gt;
/usr/lib/libmysqlclient.a(my_new.cc.o): In function `operator delete(void*)':&lt;br /&gt;
/home/jenkins/workspace/percona-server-5.5-debs/label_exp/debian6-64/target/Percona-Server-5.5.18-rel23.0/mysys/my_new.cc:37: multiple definition of `operator delete(void*)'&lt;br /&gt;
libsphinx.a(sphinxstd.o):/root/boursorama-sphinxsearch/build/boursorama-sphinxsearch/src/sphinxstd.cpp:608: first defined here&lt;br /&gt;
/usr/lib/libmysqlclient.a(my_new.cc.o): In function `operator new[](unsigned long)':&lt;br /&gt;
/home/jenkins/workspace/percona-server-5.5-debs/label_exp/debian6-64/target/Percona-Server-5.5.18-rel23.0/mysys/my_new.cc:32: multiple definition of `operator new[](unsigned long)'&lt;br /&gt;
libsphinx.a(sphinxstd.o):/root/boursorama-sphinxsearch/build/boursorama-sphinxsearch/src/sphinxstd.cpp:600: first defined here&lt;br /&gt;
/usr/lib/libmysqlclient.a(my_new.cc.o): In function `operator new(unsigned long)':&lt;br /&gt;
/home/jenkins/workspace/percona-server-5.5-debs/label_exp/debian6-64/target/Percona-Server-5.5.18-rel23.0/mysys/my_new.cc:27: multiple definition of `operator new(unsigned long)'&lt;br /&gt;
libsphinx.a(sphinxstd.o):/root/boursorama-sphinxsearch/build/boursorama-sphinxsearch/src/sphinxstd.cpp:591: first defined here]]></description><category>general</category><pubDate>Sat, 28 Jan 2012 16:10:22 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1074</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1074#bugnotes</comments></item><item><title>0001073: Не срабатывают стоп-слова если они есть в словоформах</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1073</link><description><![CDATA[Есть стоп-слова : ЗАО, ООО, предлоги и прочие&lt;br /&gt;
Есть словоформы из myspell&lt;br /&gt;
&lt;br /&gt;
Если стоп-слово есть в словоформах оно попадает в индекс и по нему идёт поиск&lt;br /&gt;
&lt;br /&gt;
Sphinx 2.0.3-id64-release (r3043), собирался и без --enable-id64 результат одинаковый]]></description><category>general</category><pubDate>Sat, 28 Jan 2012 09:27:45 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1073</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1073#bugnotes</comments></item><item><title>0001058: Corrupt results with Distributed RT index queries via SphinxAPI</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1058</link><description><![CDATA[This is a somewhat complicated. We've been testing sphinx quite successfully, and today switched from a single real time index to 4 real time distributed indexes (local machine only).&lt;br /&gt;
&lt;br /&gt;
Using sphinx 2.0.3 from source.&lt;br /&gt;
&lt;br /&gt;
Using the SphinxAPI, we're receiving some, what appears to be, corrupt results: &lt;a href=&quot;http://pastebin.com/S7NnWAUQ&quot;&gt;http://pastebin.com/S7NnWAUQ&lt;/a&gt; [&lt;a href=&quot;http://pastebin.com/S7NnWAUQ&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] Line 382 and 383.&lt;br /&gt;
&lt;br /&gt;
I tend to think this is a bug, as the same setup was working before I change my configuration over to distributed queries. I wanted to bring this up in the forum before I lodge a bug report.]]></description><category>general</category><pubDate>Fri, 27 Jan 2012 10:51:43 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1058</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1058#bugnotes</comments></item><item><title>0001069: [PHP API] Incorrect unpacking of document id's when using the BCMath extension</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1069</link><description><![CDATA[The sphinxapi.php sphUnpack64 function is dependent on the global bcscale setting. If this settings is larger than 0, unpacked 64 bit document id's are returned as numbers with decimal points even though they should be integer values.]]></description><category>general</category><pubDate>Tue, 24 Jan 2012 15:41:53 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1069</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1069#bugnotes</comments></item><item><title>0001064: YEARMONTHDAY is off by about 47 seconds in 2012</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1064</link><description><![CDATA[The YEARMONTHDAY function translates a timestamp into a Year / Month / Day value using localtime_r().&lt;br /&gt;
&lt;br /&gt;
The output of YEARMONTHDAY is 47 seconds ahead of what a Linux/POSIX system call would report.&lt;br /&gt;
&lt;br /&gt;
This is really a big annoyance, because when you group search hits by day, some hits are misclassified and when users count the real hits they notice a difference.]]></description><category>general</category><pubDate>Fri, 20 Jan 2012 17:58:03 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1064</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1064#bugnotes</comments></item><item><title>0001011: MVA negative values converted to positive</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1011</link><description><![CDATA[When importing source trough xmlpip2 with schema supplied in it - there is no way to get negative values in multi-valued attributes.]]></description><category>general</category><pubDate>Fri, 20 Jan 2012 15:12:37 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1011</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1011#bugnotes</comments></item><item><title>0001062: Incorrect search at bigint fields using SphinxQL</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1062</link><description><![CDATA[I use sql_attr_bigint or sql_attr_multi(bigint) in my index. I try to do search in that&lt;br /&gt;
fields. All OK then I find values less then 2^32. But if one of limit in BETWEEN is more&lt;br /&gt;
then 2^32 - results doesn't contain big values. In that case query in querys-log is&lt;br /&gt;
different my.]]></description><category>general</category><pubDate>Fri, 20 Jan 2012 11:32:55 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1062</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1062#bugnotes</comments></item><item><title>0001045: sphinx UDF error</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1045</link><description><![CDATA[I hve to use udf in my application,&lt;br /&gt;
I tried it in the sample database(test.sql) provided along with the sphinx tar file.&lt;br /&gt;
The create function works fine but when i call the function in query it throws error as &lt;br /&gt;
&lt;br /&gt;
ERROR 2013 (HY000): Lost connection to MySQL server during query&lt;br /&gt;
&lt;br /&gt;
I have copied the content of my example file in additional description.]]></description><category>general</category><pubDate>Tue, 17 Jan 2012 17:02:30 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1045</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1045#bugnotes</comments></item><item><title>0001051: UDF does not support MVA BIGINT</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1051</link><description><![CDATA[When we try to send MVA BIGINT as parameter to User Defined Function (UDF) we get the following error:&lt;br /&gt;
internal error: unmapped UDF argument type (arg=0, type=1073741826).&lt;br /&gt;
&lt;br /&gt;
MVA UINT works ok.]]></description><category>sphinxse</category><pubDate>Mon, 16 Jan 2012 20:08:42 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1051</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1051#bugnotes</comments></item><item><title>0001056: RT index searching order of disk vs ram chunk</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1056</link><description><![CDATA[searching of RT index begins with oldest disk chunk then ram chunk.&lt;br /&gt;
&lt;br /&gt;
In case max_query_time or cutoff limit got hit we might get inaccurate results.&lt;br /&gt;
&lt;br /&gt;
It should be better to reorganize code to search ram chunks first then disk chunk but from newest to oldest. It possible as with proper setup and usage of kill-list that already got implemented.]]></description><category>general</category><pubDate>Mon, 16 Jan 2012 19:39:06 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1056</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1056#bugnotes</comments></item><item><title>0001052: Range Filtering Number Attributes Starting with Zero</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1052</link><description><![CDATA[(Essentially copied from &lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=8890&quot;&gt;http://sphinxsearch.com/forum/view.html?id=8890&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com/forum/view.html?id=8890&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] )&lt;br /&gt;
&lt;br /&gt;
(This is actually a problem in 2.0.3, too, but it wasn't an option in the version dropdown).&lt;br /&gt;
&lt;br /&gt;
I was doing a search just recently (via SphinxSE if it matters) where I was filtering number attributes by range. These numbers represent ZIP codes and so these numbers can start with zeroes.&lt;br /&gt;
&lt;br /&gt;
When passing a number beginning a zero as an attribute range filter to Sphinx, Sphinx returns a different result set than if filtering without the prefixed zero, but only if part of the filtered range 'value' falls outside what appears to be valid octal numbers. For example, filtering a range such as '01234-01235' works, but using '08765-08764' fails.&lt;br /&gt;
&lt;br /&gt;
If I do the search as '8765-8764' it returns the values expected and using a normal (non-range) filter of say '08765' works as expected, too.]]></description><category>general</category><pubDate>Mon, 16 Jan 2012 17:30:14 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1052</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1052#bugnotes</comments></item><item><title>0001041: Searchd 2.0.3 doesn't seems to be able to work with prefork</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1041</link><description><![CDATA[Hi, I recently enabled prefork on sphinx 2.0.3 release having previously&lt;br /&gt;
tested it (worked ok) on 1.1 beta.&lt;br /&gt;
&lt;br /&gt;
It is enabled using 'worker = prefork' in the sphinx.conf file.&lt;br /&gt;
&lt;br /&gt;
When I start sphinx I observe fork like behavior, it starts only the main&lt;br /&gt;
process and forks new ones on demand and they shutdown again when not&lt;br /&gt;
needed, when I previously tested on 1.1 beta it started numerous processes&lt;br /&gt;
and they stayed running all the time.&lt;br /&gt;
&lt;br /&gt;
Is there a new undocumented configuration related to this? or is it possible&lt;br /&gt;
I have come across a bug.]]></description><category>general</category><pubDate>Thu, 12 Jan 2012 12:44:53 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1041</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1041#bugnotes</comments></item><item><title>0001040: Searchd doesn't start with threads</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1040</link><description><![CDATA[Always when I try to start with workers=threads I am getting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
root@server4 ~ # sudo -u _sphinx /usr/local/sphinx-svn/sphinx/bin/searchd --config /usr/local/sphinx-svn/sphinx/etc/sphinx.conf --iostats --cpustats&lt;br /&gt;
Sphinx 2.0.3-release (r3043)&lt;br /&gt;
Copyright (c) 2001-2011, Andrew Aksyonoff&lt;br /&gt;
Copyright (c) 2008-2011, Sphinx Technologies Inc (&lt;a href=&quot;http://sphinxsearch.com&quot;&gt;http://sphinxsearch.com&lt;/a&gt; [&lt;a href=&quot;http://sphinxsearch.com&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;])&lt;br /&gt;
&lt;br /&gt;
using config file '/usr/local/sphinx-svn/sphinx/etc/sphinx.conf'...&lt;br /&gt;
listening on all interfaces, port=9313&lt;br /&gt;
root@server4 ~ # listening on 127.0.0.1:9307&lt;br /&gt;
WARNING: process shared mutex unsupported, MVA update disabled ( pthread_mutexattr_setpshared, errno = 22 )&lt;br /&gt;
precaching index 'i1'&lt;br /&gt;
precaching index 'i2'&lt;br /&gt;
rotating index 'i2': success&lt;br /&gt;
precached 2 indexes in 0.026 sec&lt;br /&gt;
&lt;br /&gt;
And searchd stays running without to return to command line. Any other workers model works...]]></description><category>general</category><pubDate>Thu, 12 Jan 2012 12:41:16 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1040</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1040#bugnotes</comments></item><item><title>0001009: Delay when PHP connector (mysqli, mysql) closes a connexion</title><author></author><link>http://sphinxsearch.com/bugs/view.php?id=1009</link><description><![CDATA[When I close an SQL connexion in PHP, the socket appears UP. &lt;br /&gt;
&lt;br /&gt;
I think the socket is really closed after a timeout.]]></description><category>general</category><pubDate>Wed, 11 Jan 2012 14:13:53 +0100</pubDate><guid>http://sphinxsearch.com/bugs/view.php?id=1009</guid><comments>http://sphinxsearch.com/bugs/view.php?id=1009#bugnotes</comments></item></channel></rss>

