cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
891 stars 114 forks source link

Editor crashes directly on startup. #414

Closed ghost closed 8 years ago

ghost commented 8 years ago

Regardless of level.

Stack trace:

Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000000004989bb in crc32 (s=0x0, len=57691404)
    at /home/clemens/Projekte/cdogs-sdl/src/cdogs/c_hashmap/hashmap.c:159
159     crc32_tab[(crc32val ^ s[i]) & 0xff] ^
[Current thread is 1 (Thread 0x7fd1db9c98c0 (LWP 6851))]
ghost commented 8 years ago

And so does cdogs itself, with the same trace. Clearing the configuration doesn't change it.