1. ubuntu安装时:./setup.sh 错误提示:[code]Configuring xapian-core-scws ... ----- checking for library containing zlibVersion... -lz checking for uuid/uuid.h... no checking for uuid.h... no configure: error: Neither uuid/uuid.h nor uuid.h found - required for brass, chert and fli...
...XSException($error . '(C#' . $errno . ')'); [/code] 直接修改为相关错误信息呢(或用英文提示错误信息) [code]throw new XSException('由于目标机器积极拒绝,无法连接'. '(C#' . $errno . ')'); [/code] 修改原因: 比如我用的是WIN系统,PHP提示的异常...
...pxl' pid='14' dateline='1316156077'] 1. ubuntu安装时:./setup.sh 错误提示:[code]Configuring xapian-core-scws ... ----- checking for library containing zlibVersion... -lz checking for uuid/uuid.h... no checking for uuid.h... no configure: error: Neither uuid/uuid.h nor uuid.h fou...
...是当我在项目中添加了Greta库后,scws_free_tops就出错了,错误[/code]提示是dbgheap.c line:1044... 单步调试后发现错误发生在scws_free_tops函数中的 [code]free(cur->word)[/code] 请问这种错误可能的原因?应该向什么方向解决呢? 我在scws_fre...
在 scws.c 中,由于取词时使用一个 unsigned char 来记录分词的长度,存在特殊情况即通过 rules.ini 自动识别出来的词有可能超过 255 字,如全部连续的双字节数字或字母.超过 255 字后 这里的 j 将变得不正确可能导致 item-> 指向 NULL ,...
[quote='hightman' pid='381' dateline='1324743531'] 多谢提供相关信息,将进一步排查,从提示看是不是你的数据库正在变动呢? [/quote] 呵呵,平安夜这么晚还回复啊。 刚又发生故障了,个别关键字频繁会报错。 我现在对出错原因也...
quit, result error (CODE:514): XS.php(2092): Unknown Internal Error(S#600) XS.php(1550): Unexpected respond in search {CMD:129, ARG:600} quit, IO error (ERROR:Broken pipe): XS.php(2165): Failed to recv the data from server completely (SIZE:0/8, REASON:timeout) quit, IO timeout (TIMEOUT:...
...] [sock:7] quit normally [/code][hr] 搜索了一下日志,这几天的错误,都是“Document xxxx not found”造成的
...得比较好的效果。 查到原因了,是因为词库里居然有个错误的词叫“民医院”!! 建议删除该词重新生成词典或,写一个附加词典标记为删除。内容如下,保存为名字 del.txt,然后在分词前加入一句 $scws->add_dict('/path/to/del.txt', ...
...于知道原因了,是因为从网上复制的代码,符号写错了 错误的 [code]–-[/code] 正确的 [code]--[/code]