Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 1995 14:48:05 -0400
From:      Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu>
To:        Pierre Beyssac <pb@fasterix.freenix.fr>
Cc:        freebsd-bugs@freefall.cdrom.com, David Greenman <davidg@Root.COM>
Subject:   panic in rtfree(): even more info
Message-ID:  <9505151848.AA18829@halloran-eldar.lcs.mit.edu>
In-Reply-To: <199505150631.LAA05342@fasterix.frmug.fr.net>
References:  <199505150631.LAA05342@fasterix.frmug.fr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Mon, 15 May 1995 08:31:51 +0200 (MET DST), Pierre Beyssac <pb@fasterix.freenix.fr> said:

> The problems seem due to Friday's patch to rtsock.c. I reversed part of this
> patch and the problems went away. Here are the diffs between the "official"

Peter Wemm suggested the following patch from Cornell:

*** rtsock.c~   Mon May 15 14:46:56 1995
--- rtsock.c    Mon May 15 14:47:12 1995
***************
*** 195,199 ****
                                rtm->rtm_flags, &saved_nrt);
                if (error == 0) {
!                       if ((rt = saved_nrt)->rt_refcnt <= 0)
                                rt->rt_refcnt++;
                        goto report;
--- 195,199 ----
                                rtm->rtm_flags, &saved_nrt);
                if (error == 0) {
!                       if ((rt = saved_nrt))
                                rt->rt_refcnt++;
                        goto report;

Since I have been unable to reproduce the problem, I'd like the people
experiencing the problem to see if this fixes anything...

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9505151848.AA18829>