Date: Wed, 18 Jun 1997 20:36:03 +0600 (ESD) From: "Serge A. Babkin" <babkin@hq.icb.chel.su> To: jkh@time.cdrom.com (Jordan K. Hubbard) Cc: hackers@FreeBSD.ORG Subject: Re: C optimizer bug ? Message-ID: <199706181436.UAA01513@hq.icb.chel.su> In-Reply-To: <10918.866346949@time.cdrom.com> from "Jordan K. Hubbard" at Jun 14, 97 08:55:49 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > >I was too lazy to do this but if it's going to give any effect > >I can do it. > > Well, as I said, what you've done so far will generate *no* effect, so > look at this as the only option if causing an effect is what you have > in mind. :) Okay, I have found the trouble and it was mine. The scsi_scsi_cmd() function used splbio() while awaiting the result from adapter while I used Ethernet. After adding splimp() and splnet() the races gone away. -SB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706181436.UAA01513>