(Not triggerable with "map". It needs changemap.)console log wrote: +map02 - underhalls
J]changemap map03
+MAP03 - the gantlet
Tried to read from writing cfile
The game then aborts (i.e. goes to console and sits there, just like as if there were no Player 1 starts.) Quitting the game then causes a trail of valgrind/glibc double-free errors.
Code: Select all
*** glibc detected *** ./zdoom: double free or corruption (!prev): 0x08e2d4b0 ***
======= Backtrace: =========
/lib/libc.so.6(+0x6e0fb)[0xa695c0fb]
/lib/libc.so.6(+0x6ee7b)[0xa695ce7b]
/lib/libc.so.6(cfree+0x6d)[0xa6960bdd]
/usr/lib/libstdc++.so.6(_ZdlPv+0x1f)[0xa6b5298f]
/usr/lib/libstdc++.so.6(_ZdaPv+0x1b)[0xa6b529eb]
./zdoom(_Z15P_FreeLevelDatav+0x2ca)[0x8238f1a]
./zdoom[0x8239423]
./zdoom(_Z10call_termsv+0x1f)[0x8112c3f]
/lib/libc.so.6(+0x2e6ff)[0xa691c6ff]
/lib/libc.so.6(+0x2e75d)[0xa691c75d]
./zdoom[0x812aa4c]
Code: Select all
Tried to read from writing cfile
J]quit
==23569== Invalid free() / delete / delete[]
==23569== at 0x402623F: operator delete[](void*) (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==23569== by 0x8238F19: P_FreeLevelData() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x8239422: ??? (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x8112C3E: call_terms() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x4D2E6FE: __run_exit_handlers (in /lib/libc-2.11.2.so)
==23569== by 0x4D2E75C: exit (in /lib/libc-2.11.2.so)
==23569== by 0x812AA4B: Cmd_quit(FCommandLine&, APlayerPawn*, int) (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== Address 0x5e1f528 is 0 bytes inside a block of size 13,380 free'd
==23569== at 0x402623F: operator delete[](void*) (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==23569== by 0x8239063: P_FreeLevelData() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x813060E: C_FullConsole() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x81772A4: G_Ticker() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x8156037: TryRunTics() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x814DBD5: D_DoomLoop() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x814F7EE: D_DoomMain() (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569== by 0x81131F1: main (in /home/jengelh/code_nosov/zdoom/zdoom/obj/zdoom)
==23569==