From owner-freebsd-stable Mon Jan 29 0:24:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from saturn.home.ben.com (c1058885-a.bvrtn1.or.home.com [24.12.186.106]) by hub.freebsd.org (Postfix) with ESMTP id 3664337B402 for ; Mon, 29 Jan 2001 00:24:38 -0800 (PST) Received: from saturn.home.ben.com (bjj@localhost) by saturn.home.ben.com (8.11.1/8.9.3) with ESMTP id f0T8Obq37564 for ; Mon, 29 Jan 2001 00:24:37 -0800 (PST) Message-Id: <200101290824.f0T8Obq37564@saturn.home.ben.com> To: freebsd-stable@freebsd.org Subject: mozilla able to permanently leak shm Date: Mon, 29 Jan 2001 00:24:31 -0800 From: Ben Jackson Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I start mozilla (build id 2001010517) once it makes 6 shared memory segments. If it exits cleanly it removes them. If it coredumps or I have to kill it the segments are left around, and ipcrm won't delete them: $ ipcs -m Shared Memory: T ID KEY MODE OWNER GROUP m 458752 0 --rwarwarwa bjj admin m 65537 0 --rwarwarwa bjj admin m 65538 0 --rwarwarwa bjj admin m 65539 0 --rwarwarwa bjj admin m 65540 0 --rwarwarwa bjj admin m 65541 0 --rwarwarwa bjj admin $ ipcrm -m 458752 ipcrm: shmid(458752): : Invalid argument I didn't notice this until just now, when I had to reboot becuase my machine was totally out of segments. FreeBSD pulsar.home.ben.com 4.2-STABLE FreeBSD 4.2-STABLE #2: Tue Dec 26 20:17:22 PST 2000 bjj@pulsar.home.ben.com:/a/src/sys/compile/PULSAR i386 --Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message