[comp.sources.games.bugs] MDG leaves shared memory blocks behind

musashi@math.ksu.edu (Kcub Lrak) (02/27/91)

We just got mdg to work on our SPARCserver/330 running SunOS 4.1.1, but 
noticed that it fails to free up shared memory. The output from ipcs follows:

IPC status from hilbert as of Tue Feb 26 19:20:04 1991
T     ID     KEY        MODE       OWNER    GROUP
Message Queues:
Shared Memory:
m    702 0x00000000 --rw-------      jsp       46
m   1103 0x00000000 --rw-------      jsp       46
m      4 0x00000000 --rw-------      jsp       46
m    805 0x00000000 --rw-------      jsp       46
m      7 0x00000000 --rw-------      jsp       46
Semaphores:

Anyone know what gives? Also, anyone want to rewrite it to use sockets so it 
can be used over the net? :-)