Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 17:52:59 -0800
From:      Mike Smith <msmith@freebsd.org>
To:        rand@meridian-enviro.com
Cc:        freebsd-stable@FreeBSD.ORG, Mike Tancsa <mike@sentex.net>, bryanh@meridian-enviro.com
Subject:   Re: 3ware problems 
Message-ID:  <200103220153.f2M1r0E01209@mass.dis.org>
In-Reply-To: Your message of "Wed, 21 Mar 2001 19:46:30 CST." <87bsqu60eh.wl@localhost.meridian-enviro.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




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