From owner-freebsd-stable Wed Mar 21 21:52:57 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 1120037B719 for ; Wed, 21 Mar 2001 21:52:42 -0800 (PST) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.2/8.11.2) with ESMTP id f2M1r0E01209; Wed, 21 Mar 2001 17:53:01 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200103220153.f2M1r0E01209@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: rand@meridian-enviro.com Cc: freebsd-stable@FreeBSD.ORG, Mike Tancsa , bryanh@meridian-enviro.com Subject: Re: 3ware problems In-reply-to: Your message of "Wed, 21 Mar 2001 19:46:30 CST." <87bsqu60eh.wl@localhost.meridian-enviro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 21 Mar 2001 17:52:59 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Mike> struct twe_request *tr; > Mike> ... > > Mike> TAILQ_FOREACH(tr, TAILQ_FIRST(sc->twe_busy), tr_link) > Mike> twe_print_request(tr); > > This doesn't compile for me. Every time I try to use 'sc->twe_busy' I > get a syntax error: invalid type argument of `->' Sorry, the above code is totally bogus; I'm kinda delirious (feverish) right now. Try TAILQ_FOREACH(tr, &sc->twe_busy, tr_link) > Yes, it *is* really weird. I can only get it to break with MySQL. From > a suggestion of Mike Tancsa, I tried lots of concurrent bonnies, and > also running a buildworld with a high -j value. I let both run for > about 12 hours each, with no failure. The only thing that'll kill it > is MySQL. I'm confused. :( Don't be; there's a pattern of some sort involved, we just don't know what it is yet... Thanks for confirming this isn't a K7 system. > My pleasure. (Calling what we are doing 'help' is complementary. If > this is help, what you are doing for us must be close to divine > intervention! :)) Bah. I'm working blind here, I need some eyes, and this is a cooperative venture. Take some credit for all the legwork you're doing; once we resolve this, there are going to be lots of people that will benefit from your sweat without even knowing about it. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message