From owner-freebsd-bugs Wed Dec 29 9:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C20D1561F for ; Wed, 29 Dec 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA63241; Wed, 29 Dec 1999 09:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3434215668; Wed, 29 Dec 1999 09:38:32 -0800 (PST) Message-Id: <19991229173832.3434215668@hub.freebsd.org> Date: Wed, 29 Dec 1999 09:38:32 -0800 (PST) From: rik@cronyx.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/15763: free() fails on contigmalloc() memory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15763 >Category: kern >Synopsis: free() fails on contigmalloc() memory >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 09:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kurakin Roman >Release: FreeBSD 3.4-STABLE >Organization: Cronyx >Environment: FreeBSD hi.cronyx.ru 3.4-STABLE FreeBSD 3.4-STABLE #2: Tue Dec 21 20:05:19 GMT 1999 root@hi.cronyx.ru:/usr/src/sys/compile/RIK i386 >Description: Memory that was allocated by contigmalloc() causes kernel fault when attempting to free() >How-To-Repeat: void *f; f = contigmalloc (...); ... free (f); >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message