Bug #44491 Signal 6 with Table::rollbackRecord-insertIntoTree failed, priorState =
Submitted: 27 Apr 2009 12:12 Modified: 27 Apr 2009 13:40
Reporter: Hakan Küçükyılmaz Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Falcon storage engine Severity:S3 (Non-critical)
Version: OS:Linux
Assigned to: CPU Architecture:Any

[27 Apr 2009 12:12] Hakan Küçükyılmaz
Description:
Running DBT2 on caneland with 20 warehouses and 192 hit
    Signal 6 with Table::rollbackRecord-insertIntoTree failed, priorState =

How to repeat:
090425 16:46:38 [Note] /data0/work/mysql/mysql-6.0-falcon/sql/mysqld: ready for connections.
Version: '6.0.11-alpha'  socket: '/tmp/mysql.sock'  port: 3306  'MySQL-Community-Server'
[Falcon] Error: Table::rollbackRecord-insertIntoTree failed, priorState =
090425 17:07:01 - 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=8388608
read_buffer_size=1048576
max_used_connections=192
max_threads=707
thread_count=192
connection_count=192
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2187707 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd: 0x31887490
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...
[Falcon] Error: Table::rollbackRecord-insertIntoTree failed, priorState =
[27 Apr 2009 13:40] Kevin Lewis
This is the same crash as Bug#43961.  Marking as a duplicate.
The old ASSERT(false); was recently changed to 
FATAL("Table::rollbackRecord-insertIntoTree failed, priorState =", priorState );
Unfortunately, the string needed to be "... priorState = %d".  
I will correct this separately.