Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2000 20:16:40 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Ollivier Robert <roberto@keltia.freenix.fr>
Cc:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>, mckusick@mckusick.com
Subject:   Re: Multiple free panic on SMP
Message-ID:  <Pine.BSF.4.21.0007102014260.24286-100000@besplex.bde.org>
In-Reply-To: <20000709155146.A30086@keltia.freenix.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 9 Jul 2000, Ollivier Robert wrote:

> After updating to the very latest current code, I get a multiple free panic on
> my SMP machine. It always happen during buildworld in libc_r.
> 
> Important note : I have the snapshot code from Kirk.
> 
> The panic is in random_read which does a free. Here is the trace.

This should be fixed it rev.1.7 of randomdev.c.

> ...
> (kgdb) up
> #11 0xc0144340 in random_read (dev=0xc031e3c8, uio=0xc667bed8, flag=131072)
>     at ../../dev/randomdev/randomdev.c:100
> warning: Source file is more recent than executable.
> 
> 100                     ret = read_random(random_buf, c);
> (kgdb) list
> 95              void *random_buf;

Source file has the fix :-).

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007102014260.24286-100000>