From owner-freebsd-sparc64@FreeBSD.ORG Mon Sep 27 07:45:12 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5FD916A4CE; Mon, 27 Sep 2004 07:45:12 +0000 (GMT) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF38C43D49; Mon, 27 Sep 2004 07:45:11 +0000 (GMT) (envelope-from bel@orel.ru) Received: from orel.ru (lg.orel.ru [62.33.11.59]) by tts.orel.ru (8.12.10/8.12.10/bel) with ESMTP id i8R7iwBm022249; Mon, 27 Sep 2004 11:45:04 +0400 Message-ID: <4157C4FA.2010409@orel.ru> Date: Mon, 27 Sep 2004 11:44:58 +0400 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; FreeBSD sparc64; en-US; rv:1.6) Gecko/20040407 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <4152BECE.5080202@orel.ru> <20040923150857.GA51350@rogue.acs.lan> In-Reply-To: <20040923150857.GA51350@rogue.acs.lan> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Zombi-Check: on netra2.orel.ru cc: freebsd-sparc64@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: Bug in kse_switchin()? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 07:45:12 -0000 Mike Makonnen wrote: > On Thu, Sep 23, 2004 at 04:17:18PM +0400, Andrew Belashov wrote: > >>Daniel Eischen wrote: >> >>>Wouldn't you also see same behavior (bugs) in other things, like >>>getcontext(), setcontext(), and swapcontext() (kern_context.c)? >> >>No. uap structure is not used after set_mcontext(). > > > So, the attached change to thr_create should work as far as > libthr is concerned then? > > BTW, have you tried libthr on sparc64, and if so how does it work? Simple program (Like "Hello, World!") work with libthr. But Mozilla/Firefox does not work. Firefox will start. Drop down menus and hot buttons work. Pages don't open. Process firefox-bin is non-killable (kill -9 has no effect!!!). -- With best regards, Andrew Belashov.