...死机 [root@edu ~]# strace -p 23786 Process 23786 attached - interrupt to quit rt_sigsuspend(~[HUP INT QUIT ILL TRAP ABRT BUS FPE KILL SEGV ALRM TERM CHLD STOP TSTP XCPU RTMIN RT_1] Process 23786 detached [root@edu ~]# strace -p 4514 Process 4514 attached - interrupt to quit futex(0x8063c48, FUT...
mmbb:/usr/src/scws-0.0.1-pre/src# valgrind --tool=memcheck --leak-check=yes ./scwsc -r ../etc/rules.ini -d ../etc/dict.xdb -i "有用过NTFS的朋友抱怨" ==30624== Memcheck, a memory error detector. ==30624== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==30624== Using LibVE...
...ng down php_fpm . done Starting php_fpm PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php51/lib/php/extensions/no-debug-non-zts-20060613/scws.so' - /usr/local/php51/lib/php/extensions/no-debug-non-zts-20060613/scws.so: undefined symbol: core_globals_id in Unknown on line 0 ...
...11:09:46 -0000 1.18 *************** *** 1035,1041 **** /* try to parse the sentence */ s->off = off; ch = txt[off]; ! if (SCWS_CHAR_TOKEN(ch)) { s->off++; SCWS_PUT_RES(off, 0.0, 1, attr_un); --- 1035,1041 ---- /* try ...
...NI [code] [16-Dec-2010 13:17:41] PHP Warning: PHP Startup: scws: Unable to initialize module Module compiled with build ID=API20090626,TS,VC6 PHP compiled with build ID=API20090626,NTS,VC9 These options need to match in Unknown on line 0[/code] 有现成的dll文件吗,还是要自...
...hp#L295 (显示) protected function getDataList(){ // read line (check to timeout?) $line = ''; while (true) { $buf = fgets($this->fd, 8192); if ($buf === false || strlen($buf) === 0) { break; } $line .= $buf; if (strlen($buf) < 8191 || substr(...
...uid.h nor uuid.h found - required for brass, chert and flint (you may need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package) -----[/code] 解决办法:sudo apt-get install uuid-dev 2.freebsd 8.0, 1.0.0版本,安装时报错! [code]checking for scws_new in -lscws... n...
...event loop end 2014-09-01 10:42:12 indexd[17203] NOTICE terminated, check to commit all db 2014-09-01 10:42:13 indexd[17233] ALERT server start (BIND:) 2014-09-01 10:42:13 indexd[17233] NOTICE event loop start (EVENT:0x0002, FLAG:0x0004) 2014-09-01 10:50:32 indexd[17233] NOTICE reset import file...
...n/4.3.4/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status make[2]: *** [libscws.la] Error 1 make[2]: Leaving directory `/home/sundaming/scws-1.1.6/libscws' make[1]: *** [all-recursive] Error 1 gcc -Wl,--base-file,.libs/cygs...
...ile_get_contents($data)) === false) { throw new XSException('Failed to read exdata from file'); } // try to check allowed (BUG: check the first cmd only): // XS_CMD_IMPORT_HEADER, XS_CMD_INDEX_REQUEST, XS_CMD_INDEX_REMOVE, XS_CMD_INDEX_EXDATA $first = ord(substr($data, 0, 1)); ...