malloc.c: błąd 3074?

Kiedy piszę program w C, napotkałem następujący problem:

malloc.c: 3074: sYSMALLOc: Asercja (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) -> rozmiar i 0x1) && ((unsigned long) old_end & pagemask) == 0) nie powiodło się.

Pomóż mi to naprawić, z góry dzięki!

questionAnswers(1)

yourAnswerToTheQuestion