wesnothd 1.9.5 crashes with malloc error

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
User avatar
macxcool
Posts: 7
Joined: April 9th, 2011, 7:49 pm
Location: Canada

wesnothd 1.9.5 crashes with malloc error

Post by macxcool »

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:

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
Mark C
Post Reply