Hi Guys ! : attached is the log report after crashing every time i send a sql query (see log file ) this query works fine with other keywords in the where match against-clause . its a bug its a feature? please help me
LOG FILE SAYS: tonic:~ # mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=8388600 record_buffer=131072 sort_buffer=2097144 max_used_connections=0 max_connections=100 threads_connected=1 It is possible that mysqld could use up to key_buffer_size + (record_buffer + sort_buffer)*max_connections = 225791 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... Stack range sanity check OK, backtrace follows: 0x807db7f 0x823d60a 0x821c69e 0x8053a68 0x8055a62 0x805a8dc 0x80a6592 0x80a6333 0x809ee41 0x80ac180 0x8085b0b 0x808a222 0x8084e17 0x808a654 0x8084256 Stack trace seems successful - bottom reached Please read http://www.mysql.com/doc/U/s/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved stack trace is much more helpful in diagnosing the problem, so please do resolve it Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x84276f0 = select distinct pe.cv_no,pe.p_nachname,concat(truncate(match pr.job_title_profession,pr.profile against ('software engineer c/c++ ada'),2)*10,'%')as score,pr.job_title_profession,pr.profile,ex.exp_desc from person pe,profile pr,experience ex where 1=1 and match pr.job_title_profession against ('software engineer' in boolean mode) and match pr.profile against ('c/c++' in boolean mode) and match ex.exp_desc against ('ada'in boolean mode) and pe.p_id=pr.p_id and pe.p_id=ex.p_id order by score desc thd->thread_id=1 Successfully dumped variables, if you ran with --log, take a look at the details of what thread 1 did to cause the crash. In some cases of really bad corruption, the values shown above may be invalid. The manual page at http://www.mysql.com/doc/C/r/Crashing.html contains information that should help you find out what is causing the crash. --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php