From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 18 02:06:41 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA5C616A4DD; Fri, 18 Aug 2006 02:06:41 +0000 (UTC) (envelope-from admin@intron.ac) Received: from intron.ac (unknown [210.51.165.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DBF43D53; Fri, 18 Aug 2006 02:06:40 +0000 (GMT) (envelope-from admin@intron.ac) Received: from localhost (localhost [127.0.0.1]) (uid 1003) by intron.ac with local; Fri, 18 Aug 2006 10:06:36 +0800 id 00102DF1.44E520AC.00000514 References: <20060817084712.9fvimcaug848wkk0@netchild.homeip.net> <20060817164035.GA96801@stud.fit.vutbr.cz> In-Reply-To: <20060817164035.GA96801@stud.fit.vutbr.cz> From: "Intron is my alias on the Internet" To: rdivacky@freebsd.org Date: Fri, 18 Aug 2006 10:06:36 +0800 Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312"; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Cc: Alexander Leidinger , freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: Some Linux Applications Have Been on Strike X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 02:06:42 -0000 Divacky Roman wrote: >> I don't know the meaning of kernel messages: >> >> second wakeup >> second wakeup >> second wakeup >> second wakeup >> second wakeup >> second wakeup >> second wakeup >> second wakeup > > is it the case that EVERY TIME you see this the program which emits this doesnt work? > are there any other non-working programs that doesnt emit this? > > how you can help: if you can see any futex usage pattern that causes problems please tell me. > or if oyu have some simple testing program which reproduces this behaviour. > > thnx > > roman > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" 1. The kernel message "second wakeup" is produced when Firefox 1.5.0.6 is normally working. 2. With the help of top(1), I've known that both Mozilla 1.7.12 (GTK 1) and Firefox 1.0.7 (GTK 2) are stalled on the state "linuxf". 3. Adobe Reader 7.0.8 can work occasionally if its configuration files (in ~/.adobe/) are initialized for the first time with the help of Roman's patch. Well, I would do some hacking to find the problem. ------------------------------------------------------------------------ From Beijing, China