Webboard: Segmentation Fault, core dump (gdb report included)

2001-02-23 Thread FSergeys
Author: FSergeys Email: [EMAIL PROTECTED] Message: Hi, I got a core dump after a fresh installation of 3.1.11. Linux 6.2 - 2.2.14 MySQL 3.23.33 Mnogo 3.1.11 configured with: --enable-syslog=LOG_LOCAL6 --enable-linux-pthreads --with-mysql GDB report: GNU gdb 19991004 Copyright 1998 Free Software

More questions

2001-02-23 Thread Briggs, Gary
Does anyone have any idea which db mode is the fastest for large volumes of data [the mysql db currently clocks in at 1G, and it's searching approx 20G of content, but I'm planning on AT LEAST doubling that soon]? And has anyone else actually made up something that I can use to directly inject in

Webboard: Segmentation Fault, core dump (gdb report included)

2001-02-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: What stogare mode do you use? How many threads did you start using -N indexer flag? > I got a core dump after a fresh installation of 3.1.11. > Linux 6.2 - 2.2.14 > MySQL 3.23.33 > Mnogo 3.1.11 configured with: --enable-syslog=LOG_LOCAL6

Re: 3.1.11 RELEASE

2001-02-23 Thread Danil Lavrentyuk
[ On Tue, 20 Feb 2001, Alexander Barkov wrote: ] Have the bug with "HTTPHeader" configuration fields been fixed? Danil Lavrentyuk Communiware.net Programmer ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Webboard: 'intag'

2001-02-23 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: It is combination of position and weight when Phrase yes, and combination of word's number and it's weight when Phrase no, Low 16 bit are weight. Actually, you don't need to change weights at indexing time. Use weight factors wf template v

Re: 3.1.11 RELEASE

2001-02-23 Thread Alexander Barkov
Danil Lavrentyuk wrote: > > [ On Tue, 20 Feb 2001, Alexander Barkov wrote: ] > > Have the bug with "HTTPHeader" configuration fields been fixed? > I hope yes. At least we tried :-) ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROT

Re: 3.1.11 RELEASE

2001-02-23 Thread Danil Lavrentyuk
[ On Tue, 20 Feb 2001, Alexander Barkov wrote: ] AB> - New feature so called "crosswords" has been added. It allows to assign AB> words AB> between and also to a document this link leads to. AB> It works in AB> SQL database mode and is not supported in built-in database and AB> "cache-mode". AB

Re: 3.1.11 RELEASE

2001-02-23 Thread Alexander Barkov
Danil Lavrentyuk wrote: > > [ On Tue, 20 Feb 2001, Alexander Barkov wrote: ] > > AB> - New feature so called "crosswords" has been added. It allows to assign > AB> words > AB> between and also to a document this link leads to. > AB> It works in > AB> SQL database mode and is not supported in b

A Question about clustering

2001-02-23 Thread Briggs, Gary
Has anyone here got any experience of putting mnogosearch onto a HA/resiliant cluster? This would ideally include the mySQL database... Thank-you very much Gary ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Re: More questions

2001-02-23 Thread Alexander Barkov
"Briggs, Gary" wrote: > > Does anyone have any idea which db mode is the fastest for large volumes of > data [the mysql db currently clocks in at 1G, and it's searching approx 20G > of content, but I'm planning on AT LEAST doubling that soon]? > > And has anyone else actually made up something t

patch to improve speed

2001-02-23 Thread Tõnu Samuel
I found that there is no mention in Changelog about serious speed improvement in last mnogosearch while it exists in code. Today I investigated again MySQL logs made by mnogosearch I tried to eliminate ¨INSERT INTO url ...¨ commands from there. I implemented it using global buffer to keep url-s to

Maillists

2001-02-23 Thread Alexander Barkov
Hello! As far as there is some spam, we have closed mailing lists general and annouce from the world. Now only subscribers can post. Regards. ___ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]

Re: patch to improve speed

2001-02-23 Thread Tõnu Samuel
Tõnu Samuel wrote: > I found that there is no mention in Changelog about serious speed > improvement in last mnogosearch while it exists in code. Today I > investigated again MySQL logs made by mnogosearch I tried to eliminate > ¨INSERT INTO url ...¨ commands from there. I implemented it using g

RE: Segmentation Fault core dump (gdb report include in this mail)

2001-02-23 Thread Briggs, Gary
I'm getting this too. Solaris 2.6 MySQL 3.23.33 Mnogo 3.1.11 compiled with CC="/opt/SUNWspro/bin/cc";export CC CFLAGS="-fast";export CFLAGS CXX="/opt/SUNWspro/bin/CC";export CXX ./configure --cache-file=/dev/null --prefix=/opt/udmsearch \ --with-mysql=/opt/mySQL --disable-syslog --disabl

Re: patch to improve speed

2001-02-23 Thread Tõnu Samuel
Tõnu Samuel wrote: > > I found that there is no mention in Changelog about serious speed > improvement in last mnogosearch while it exists in code. Today I > investigated again MySQL logs made by mnogosearch I tried to eliminate > ¨INSERT INTO url ...¨ commands from there. I implemented it using

Re: Maillists

2001-02-23 Thread Laurent LEVIER
Alex, I also suggest you to configure your sendmail to block SPAMs. At 18:44 23/02/2001 +0400, you wrote: >Hello! > >As far as there is some spam, we have closed mailing lists >general and annouce from the world. >Now only subscribers can post. > > > Regards. >__

Re: Segmentation Fault core dump (gdb report include in this mail)

2001-02-23 Thread Tõnu Samuel
"Briggs, Gary" wrote: > I'm getting this too. > Solaris 2.6 > MySQL 3.23.33 > Reading symbols from /opt/mySQL/lib/mysql/libmysqlclient.so.6...(no This libmysqlclient.so.6 is old as world. libmysqlclient.so.10 is coming with 3.23.33 and there is a conflict of new and old libraries at least. Mayb