malloc.c:3074
发表于 : 2009-10-17 17:13
在一处malloc发生了
malloc.c:3074: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &(囗囗囗囗->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
忽略 (core dumped)
这是怎么回事呢?
malloc.c:3074: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &(囗囗囗囗->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
忽略 (core dumped)
这是怎么回事呢?