Actions
Bug #2417
closedi386-only failure involving nmalloc (ZALLOC_SLAB_MAGIC assert)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/01/2012
Due date:
% Done:
0%
Estimated time:
Description
The yamcha tools build on both platforms. However, they only work on x86_64.
When the yamcha tool pkemine tries to generate a file for cabocha on i386, it core dumps:
#0 _slabfree (ptr=<optimized out>, flags=<optimized out>, rbigp=0x0)
at /usr/src/lib/libc/../libc/stdlib/nmalloc.c:1165
1165 MASSERT;
The 4-frame backtrace is here:
http://leaf.dragonflybsd.org/~marino/yamcha/gdb.txt
The i386 pkemine executable is here:
http://leaf.dragonflybsd.org/~marino/yamcha/pkemine
A packed coredump is here:
http://leaf.dragonflybsd.org/~marino/yamcha/pkemine.core.txz
The two platforms have different malloc implementations. Why is i386's implementation dumping why x86_64's is happy?
Actions