MySQL Forums
Forum List  »  NDB clusters

Re: NDBD exiting, DynArr256.cpp:683: require((false)) failed (FreeBSD 9)
Posted by: Robin Rowe
Date: October 25, 2012 05:38PM

I'm on FreeBSD 9 and had a similar crash. Both ndb nodes go down on my test server that runs everything on only one machine. I was sourcing a database dump. It crashed after importing the second table. Repeatable.

Rebuilding with DEBUG turned on as suggested here made problem go away. Ideas?

tail /var/db/mysql-cluster/conf/ndb_2_error.log

Time: Thursday 25 October 2012 - 15:19:22
Status: Temporary error, restart node
Message: Error OS signal received (Internal error, programming error or missing e
rror message, please report a bug)
Error: 6000
Error data: Signal 6 received; Abort trap: 6
Error object: /home/theroot/install/mysql_cluster/mysql-cluster-gpl-7.2.8/storage
/ndb/src/kernel/ndbd.cpp
Program: ndbd
Pid: 76349
Version: mysql-5.5.27 ndb-7.2.8
Trace: ./ndb_2_trace.log.1 [t1..t1]
***EOM***


uname -a
FreeBSD Pt500 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

g++ --version
g++ (GCC) 4.2.1 20070831 patched [FreeBSD]


/usr/local/mysql/bin/mysqld --version
/usr/local/mysql/bin/mysqld Ver 5.5.27-ndb-7.2.8-debug-log for FreeBSD9.0 on amd64 (Source distribution)


ndb_mgm> show
Connected to Management Server at: 10.1.1.253:1186
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @127.0.0.1 (mysql-5.5.27 ndb-7.2.8, Nodegroup: 0, Master)
id=3 @127.0.0.1 (mysql-5.5.27 ndb-7.2.8, Nodegroup: 0)

[ndb_mgmd(MGM)] 1 node(s)
id=1 @127.0.0.1 (mysql-5.5.27 ndb-7.2.8)

[mysqld(API)] 3 node(s)
id=4 @127.0.0.1 (mysql-5.5.27 ndb-7.2.8)
id=5 @127.0.0.1 (mysql-5.5.27 ndb-7.2.8)
id=6 @127.0.0.1 (mysql-5.5.27 ndb-7.2.8)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: NDBD exiting, DynArr256.cpp:683: require((false)) failed (FreeBSD 9)
943
October 25, 2012 05:38PM


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.