wesnothd 1.9.5 crashes with malloc error
Moderator: Forum Moderators
Forum rules
Before reporting issues in this section, you must read the following topic:
Before reporting issues in this section, you must read the following topic:
wesnothd 1.9.5 crashes with malloc error
I'm running wesnoth 1.9.5 on Arch Linux (2.6.37). It compiled fine and wesnoth runs just fine.
wesnothd crashes and gives me on both computers on which I have it installed:
Mark C
wesnothd crashes and gives me on both computers on which I have it installed:
Code: Select all
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.
Aborted