Date: Fri, 03 Nov 1995 17:31:04 -0600 From: "Eric L. Hernes" <erich@lodgenet.com> To: Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr> Cc: erich@lodgenet.com, freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources Message-ID: <199511032331.RAA08692@jake.lodgenet.com> In-Reply-To: Your message of "Sat, 04 Nov 1995 00:00:30 %2B0100." <9511032300.AA15505@cabri.obs-besancon.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
> shared memory id=131072, addr=0x802c000 > > The program starts, and crashes after a few seconds :0( > > Broken pipe > > And if I try to restart the program, it ends immediatly with > ... > Using MITSHM extension > errno=17 > Error: Could not get any shared memory > > Any hints? I haven't run doom much, but I've heard that a broken .wad? file will cause the core dump. as to fix it... (so that you can restart doom) you need to run `ipcs -M' to determine the id of the shared mem seg, then `ipcrm -m <shm-id>' to clear it out. Then you can run doom again. ipcs and ipcrm have manpages in -current, and possibly in the more recent snaps, I remember a fairly recent commit message so you may have to look. I'm encouraged to see you got this far :) > > Jean-Marc > > _____________________________________________________________________________ > Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex > PGP Key: finger jmz@cabri.obs-besancon.fr > ============================================================================= eric. -- erich@lodgenet.com erich@rrnet.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511032331.RAA08692>