Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

MySQL cluster forum doesn't seem to be very frequented these days, so I hope I get more help here. I got the following error on several Windows machines with 32G RAM (using Server version: 5.5.25a-ndb-7.2.7-gpl MySQL Cluster Community Server (GPL))

Can someone tell me what this means? Where can I get more information? Should I report it as a bug?

17:52:55 UTC - mysqld got exception 0xc0000005 ;
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=131072
max_used_connections=20
max_threads=151
thread_count=20
connection_count=20
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 338326 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0xbe808f0
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...
13fdcf396 mysqld.exe!movelink()[hash.c:329]
13fdcff69 mysqld.exe!my_hash_insert()[hash.c:492]
13feee55d mysqld.exe!ndbcluster_get_share()[ha_ndbcluster.cc:13198]
13feee613 mysqld.exe!ndbcluster_get_share()[ha_ndbcluster.cc:13235]
13ff124af mysqld.exe!ndbcluster_create_binlog_setup()[ha_ndbcluster_binlog.cc
:5106]
13fefec22 mysqld.exe!ha_ndbcluster::open()[ha_ndbcluster.cc:10862]
13fbc3cb5 mysqld.exe!handler::ha_open()[handler.cc:2238]
13fcc062b mysqld.exe!open_table_from_share()[table.cc:2111]
13fc19505 mysqld.exe!open_table()[sql_base.cc:3109]
13fc1a007 mysqld.exe!open_and_process_table()[sql_base.cc:4478]
13fc1b213 mysqld.exe!open_tables()[sql_base.cc:4926]
13fc1b49b mysqld.exe!open_and_lock_tables()[sql_base.cc:5523]
13fc0389e mysqld.exe!execute_sqlcom_select()[sql_parse.cc:4553]
13fc06493 mysqld.exe!mysql_execute_command()[sql_parse.cc:2150]
13fc09f1a mysqld.exe!mysql_parse()[sql_parse.cc:5638]
13fc0acea mysqld.exe!dispatch_command()[sql_parse.cc:1039]
13fc0bafc mysqld.exe!do_command()[sql_parse.cc:773]
13fc31456 mysqld.exe!do_handle_one_connection()[sql_connect.cc:814]
13fc31674 mysqld.exe!handle_one_connection()[sql_connect.cc:735]
13fdbb12e mysqld.exe!pthread_start()[my_winthread.c:63]
14004e577 mysqld.exe!_callthreadstartex()[threadex.c:348]
14004e62b mysqld.exe!_threadstartex()[threadex.c:326]
771a652d kernel32.dll!BaseThreadInitThunk()
772dc521 ntdll.dll!RtlUserThreadStart()
share|improve this question

closed as too localized by Mark Storey-Smith, dezso, StanleyJohns, RolandoMySQLDBA, Mat 2 days ago

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

This might be related http://bugs.mysql.com/bug.php?id=46676

This crash is reproducible with InnoDB plugin 1.0.4 + MySQL 5.1.37. But no longer reproducible after MySQL 5.1.38 (with plugin 1.0.5). Add test case to catch future regression.

You can report to http://bugs.mysql.com/ with detailed description about environment and build you have used.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.