MySQL Forums
Forum List  »  Falcon

Re: falcon exception on start-up
Posted by: Martin Waite
Date: September 25, 2008 11:30PM

Hi,

I attempted a re-install from scratch - this time using mysql_sandbox to create the instance. The main difference is that this time, I get a falcon error message: "assertion (lockState == 0) failed at line 131 in file SyncObject.cpp".

==

terminate called after throwing an instance of 'SQLError'
080926 6:23:43 - mysqld got signal 6 ;
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
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 337747 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd: 0x0
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_bottom = (nil) thread_stack 0x30000
/home/martin/6.0.6/bin/mysqld(my_print_stacktrace+0x1c)[0x862b088]
/home/martin/6.0.6/bin/mysqld(handle_segfault+0x2f1)[0x823bc69]
[0xb7f70420]
/lib/tls/i686/cmov/libc.so.6(abort+0x109)[0xb7cf3fb9]
/usr/lib/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x154)[0xb7f24994]
/usr/lib/libstdc++.so.6[0xb7f223b5]
/usr/lib/libstdc++.so.6[0xb7f216ea]
/usr/lib/libstdc++.so.6(__gxx_personality_v0+0x2c2)[0xb7f22212]
/home/martin/6.0.6/bin/mysqld[0x86bec13]
/home/martin/6.0.6/bin/mysqld[0x86beccd]
/home/martin/6.0.6/bin/mysqld(_ZN3Dbb4openEPKcxj+0x437)[0x8442ae3]
/home/martin/6.0.6/bin/mysqld(_ZN8Database12openDatabaseEPKc+0x25)[0x843a839]
/home/martin/6.0.6/bin/mysqld(_ZN10Connection11getDatabaseEPKcS1_P7Threads+0xc7)[0x84322db]
/home/martin/6.0.6/bin/mysqld(_ZN10Connection12openDatabaseEPKcS1_S1_S1_S1_P7Threads+0x76)[0x84327f6]
/home/martin/6.0.6/bin/mysqld(_ZN15StorageDatabase17getOpenConnectionEv+0x43)[0x8404b03]
/home/martin/6.0.6/bin/mysqld(_ZN14StorageHandler10initializeEv+0x72)[0x8406d1a]
/home/martin/6.0.6/bin/mysqld(_ZN16StorageInterface11falcon_initEPv+0xd5)[0x83f61f9]
/home/martin/6.0.6/bin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x36)[0x831d0ba]
/home/martin/6.0.6/bin/mysqld[0x8394479]
/home/martin/6.0.6/bin/mysqld(_Z11plugin_initPiPPci+0x65c)[0x8398de0]
/home/martin/6.0.6/bin/mysqld[0x823e09d]
/home/martin/6.0.6/bin/mysqld(main+0x3f5)[0x8240859]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8)[0xb7cdeea8]
/home/martin/6.0.6/bin/mysqld(__gxx_personality_v0+0x109)[0x818ffd1]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
[Falcon] Error: assertion (lockState == 0) failed at line 131 in file SyncObject.cpp

/home/martin/6.0.6/scripts/mysql_install_db: line 377: 29426 Done { echo "use mysql;"; cat $create_system_tables $fill_system_tables; }
29427 | eval "$filter_cmd_line"
29428 Aborted | $mysqld_install_cmd_line >/dev/null
error while creating grant tables

Options: ReplyQuote


Subject
Written By
Posted
September 25, 2008 10:56PM
Re: falcon exception on start-up
September 25, 2008 11:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.