Bug #19268 assert in handle_trailing_share
Submitted: 21 Apr 2006 19:56 Modified: 22 Apr 2006 3:02
Reporter: Mikael Ronström Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S1 (Critical)
Version: OS:
Assigned to: Jonas Oreland CPU Architecture:Any

[21 Apr 2006 19:56] Mikael Ronström
Description:
ndb_alter_table2, ndb_dd_backup_restore and some more
 crashes every now and then on the same line
DBUG_ASSERT(false) in handle_trailing_share

In DBUG_PRINT's after it is printed as a memory leak.

Running valgrind discovers this and lots of other errors.

How to repeat:
Run test suite with BUILD/compile-pentium-debug-max
If no crash occurs run above tests with --valgrind

Suggested fix:
Fix memory leak :)
[22 Apr 2006 3:02] Mikael Ronström
It seems it was a merge issue after all so I'm closing this one for now