Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 11:06:11 -0400
From:      Alexander Kabaev <ak03@gte.com>
To:        Martin Blapp <mb@imp.ch>
Cc:        openoffice@FreeBSD.ORG, jdp@FreeBSD.ORG
Subject:   Re: gcc3.1.1 release does make regmerge hang again (OO.org compile)
Message-ID:  <20020805110611.4292e3d5.ak03@gte.com>
In-Reply-To: <20020805112734.D58571-100000@levais.imp.ch>
References:  <20020805112734.D58571-100000@levais.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Martin, try to add the loop below to the wlock_acquire function
to make it look more like lock80386_acquire:
        while (l->lock != 0)
            ;   /* Spin */

Unfortunately, I have to fall of the face of the earth for a couple of
weeks at least to catch up with my real life job, so I can not be
playing with this myself.

-- 
Alexander Kabaev

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




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