CVSROOT:        /cvs
Module name:    ports
Changes by:     j...@cvs.openbsd.org    2023/05/08 23:20:11

Modified files:
        games/redeclipse: Makefile 

Log message:
Mark games/redeclipse BROKEN, it now segfaults on startup.
games/sauerbraten which it it is derived from still works.

Thread 1 received signal SIGSEGV, Segmentation fault.
0x0000009c1aade3fa in client::_icmd_getplayercolour<420>::run 
(m=0x7db93a0f46c0, f=0x1) at game/client.cpp:420
420         ICOMMAND(0, getplayercolour, "bg", (int *m, int *f), 
intret(game::getcolour(game::player1, *m, *f >= 0 && *f <= 10.f ? *f : 1.f)));

reported by Matthias Radke

Reply via email to