From owner-freebsd-threads@FreeBSD.ORG Wed Apr 30 19:30:19 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C33737B401 for ; Wed, 30 Apr 2003 19:30:19 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F339D43F85 for ; Wed, 30 Apr 2003 19:30:18 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h412UIBg022252; Wed, 30 Apr 2003 22:30:18 -0400 (EDT) Received: from localhost (eischen@localhost)h412UHml022248; Wed, 30 Apr 2003 22:30:17 -0400 (EDT) Date: Wed, 30 Apr 2003 22:30:17 -0400 (EDT) From: Daniel Eischen To: Terry Lambert In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org Subject: Re: Question about rtld-elf. Anyone?.. Anyone? X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 02:30:19 -0000 On Wed, 30 Apr 2003, Daniel Eischen wrote: > On Wed, 30 Apr 2003, Terry Lambert wrote: > > Daniel Eischen wrote: > > > > > > When it hangs, there's no windowing, so no mouse. > > > > I mean load a page which would ordinary cause it to hang, and > > don't move the mose at all while you wait for it to load. No > > expose events means nothing else to run means effectively > > single threaded. > > It doesn't *get* to the point of having *any* X-window open. > In other words, I enter 'mozilla' at the prompt and see > nothing at all. After some of my local hacks, it loads > 1/2 of the time and once it is loaded, it never hangs. And in answer to your other question. If I hack the threads library to always resume a thread that has an expired quantum, mozilla seems to work just fine -- I can't get it to fail. -- Dan Eischen