Bug #47510 | core dump in ndbmtd in getting memory on sparc | ||
---|---|---|---|
Submitted: | 22 Sep 2009 8:27 | Modified: | 31 Aug 2010 11:17 |
Reporter: | Jørgen Austvik | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.1-telco-7.0 | OS: | Solaris (sparc) |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
[22 Sep 2009 8:27]
Jørgen Austvik
[22 Sep 2009 8:33]
Jørgen Austvik
I have tried decreasing data/index memory to 4G/1G, and it doesn't help. The non-mt ndbd starts OK, though.
[12 Oct 2009 10:58]
Jonas Oreland
FYI: the assertion is enclosed in "#if CHARP == 4" I.e you running a 32-bit build. Not sure how this affect things, but it can't be good. Specially not if trying to allocate 37G
[12 Oct 2009 11:30]
Jørgen Austvik
Jonas: OK. It also fails with 4/1G. Should it give me an error message if I have specified more memory than the build can give me? #define SIZEOF_CHAR 1 #define SIZEOF_CHARP 4 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_OFF_T 8 ... #define HAVE_MMAP64 1
[31 Aug 2010 11:17]
Jonas Oreland
This seems like a duplicate of http://bugs.mysql.com/bug.php?id=52536 closing.. reopen if disagree /Jonas