what 's the problem in malloc.c 3096 -


> malloc.c:3096: sysmalloc: assertion > `(old_top == (((mbinptr) (((char *) > &((av)->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. 

the error encountered when running c program uses integer 3d pointers , normal int variables

there's no problem in malloc, error somewhere in own code.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -