The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: T0m4S on June 26, 2013, 06:12:24 PM

Title: [SOLVED] 64 bits linux version not working
Post by: T0m4S on June 26, 2013, 06:12:24 PM
Hi,

I compiled the latest revision of the source code on my computer (Gentoo Linux 64 bits) and got this error:

./sim-linux64 -debug 5
Use work dir /mnt/windows/simutrans/
Reading low level config data ...
sim-linux64: dataobj/freelist.cc:206: static void freelist_t::putback_node(size_t, void*): Assertion `tmp->magic == 0x5555 && tmp->free == 0 && tmp->size == size/4' failed.
Abandon
[code]

As you can see it also happens with the nightly build. As it's shown it has something to do with the last revision (6557) and the debug code for freelist.
Title: Re: 64 bits linux version not working
Post by: Dwachs on June 27, 2013, 06:27:47 AM
should be fixed with r6558. thanks for reporting
Title: Re: 64 bits linux version not working
Post by: T0m4S on June 27, 2013, 08:04:22 AM
Solved this one too!