From owner-freebsd-threads@FreeBSD.ORG Mon Sep 8 11:01:40 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 CB91516A4FD for ; Mon, 8 Sep 2003 11:01:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AE743FBD for ; Mon, 8 Sep 2003 11:01:39 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h88I1cUp096969 for ; Mon, 8 Sep 2003 11:01:38 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h88I1cqR096963 for freebsd-threads@freebsd.org; Mon, 8 Sep 2003 11:01:38 -0700 (PDT) Date: Mon, 8 Sep 2003 11:01:38 -0700 (PDT) Message-Id: <200309081801.h88I1cqR096963@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-threads@FreeBSD.org Subject: Current problem reports assigned to you 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: Mon, 08 Sep 2003 18:01:41 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/06/13] kern/19247 threads uthread_sigaction.c does not do anything o [2002/01/16] kern/33951 threads pthread_cancel is ignored 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/07/18] kern/20016 threads pthreads: Cannot set scheduling timer/Can o [2000/08/26] misc/20861 threads libc_r does not honor socket timeouts o [2001/01/19] bin/24472 threads libc_r does not honor SO_SNDTIMEO/SO_RCVT o [2001/01/25] bin/24632 threads libc_r delicate deviation from libc in ha o [2001/01/25] misc/24641 threads pthread_rwlock_rdlock can deadlock o [2001/04/02] bin/26307 threads libc_r aborts when using the KDE media pl o [2001/10/31] bin/31661 threads pthread_kill signal handler doesn't get s o [2001/11/26] bin/32295 threads pthread dont dequeue signals o [2002/02/01] i386/34536 threads accept() blocks other threads o [2002/03/07] bin/35622 threads sigaltstack is missing in libc_r o [2002/05/25] kern/38549 threads the procces compiled whith pthread stoppe o [2002/06/27] bin/39922 threads [PATCH?] Threaded applications executed w o [2002/08/04] misc/41331 threads Pthread library open sets O_NONBLOCK flag o [2002/10/10] kern/43887 threads abnormal CPU useage when use pthread_mute o [2003/03/02] bin/48856 threads Setting SIGCHLD to SIG_IGN still leaves z o [2003/03/10] bin/49087 threads Signals lost in programs linked with libc a [2003/04/08] bin/50733 threads buildworld won't build, because of linkin o [2003/05/07] bin/51949 threads thread in accept cannot be cancelled o [2003/05/30] kern/52817 threads top(1) shows garbage for threaded process 19 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/05/25] misc/18824 threads gethostbyname is not thread safe o [2000/10/21] misc/22190 threads A threaded read(2) from a socketpair(2) f o [2001/09/09] bin/30464 threads pthread mutex attributes -- pshared o [2002/05/02] bin/37676 threads libc_r: msgsnd(), msgrcv(), pread(), pwri o [2002/07/16] misc/40671 threads pthread_cancel doesn't remove thread from 5 problems total. From owner-freebsd-threads@FreeBSD.ORG Mon Sep 8 15:39:26 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 86D2716A4BF; Mon, 8 Sep 2003 15:39:26 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A305744005; Mon, 8 Sep 2003 15:39:25 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h88MdOtp011732; Mon, 8 Sep 2003 18:39:24 -0400 (EDT) Date: Mon, 8 Sep 2003 18:39:24 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Loren James Rittle In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: jb@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: Removing -pthread from gcc X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 22:39:26 -0000 On Fri, 5 Sep 2003, Daniel Eischen wrote: > > On Fri, 5 Sep 2003, Loren James Rittle wrote: > > Thank you for considering these words. BTW, wouldn't it be cooler > > if (example only): > > > > -pthread (whatever the system default) > > -pthread=1 (1 process, aka -lc_r) > > -pthread=1:1 (1 process per thread, aka -lthr) > > -pthread=M:N (M threads in N processes, aka -lkse) > > -pthread=late/weak (perhaps not good ELF form, link against a stub to > > which all POSIX thread libraries on FreeBSD must conform, do not > > record the dependency ala FreeBSD4 default for -lc; or that does it in > > a weak manner en mass such that binding is deferred to the final > > selection made at a final link time) > > That's a lot better :-) The only problem is that we have 2 > different libraries that offer 1:1... > > I would not object to this approach, but I would like to > temporarily make -pthread (without args) either a NOOP or > an error in our tree to help correct "shortcoming in ports". So is there a consensus? My take is that we make -pthread a NOOP. I do have some reservations with -pthread= though. With all the applications written primarily for Linux, I am fearful that those applications will use -pthread=1:1 just because that is Linux' threading model. The performance, reliability, etc of threading models will vary from OS to OS, so you'd probably end up basing the selected threading model on the OS. This defeats the point of having a standard compiler option; you might as well make it a link option (which it already is). -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Mon Sep 8 17:45: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 B60E316A4BF; Mon, 8 Sep 2003 17:45:19 -0700 (PDT) Received: from motgate4.mot.com (motgate4.mot.com [144.189.100.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5290F43FB1; Mon, 8 Sep 2003 17:45:18 -0700 (PDT) (envelope-from rittle@latour.rsch.comm.mot.com) Received: from az33exr03.mot.com (pobox3.mot.com [10.64.251.242]) by motgate4.mot.com (Motorola/Motgate4) with ESMTP id h890jH0Y011492; Mon, 8 Sep 2003 17:45:17 -0700 (MST) Received: from latour.rsch.comm.mot.com (latour.rsch.comm.mot.com [145.1.80.116])h890jFZw006043; Mon, 8 Sep 2003 19:45:15 -0500 Received: from latour.rsch.comm.mot.com (localhost.rsch.comm.mot.com [127.0.0.1])h890jD6e041333; Mon, 8 Sep 2003 19:45:13 -0500 (CDT) (envelope-from rittle@latour.rsch.comm.mot.com) Received: (from rittle@localhost) by latour.rsch.comm.mot.com (8.12.9/8.12.9/Submit) id h890jDHT041330; Mon, 8 Sep 2003 19:45:13 -0500 (CDT) Date: Mon, 8 Sep 2003 19:45:13 -0500 (CDT) From: Loren James Rittle Message-Id: <200309090045.h890jDHT041330@latour.rsch.comm.mot.com> To: freebsd-threads@FreeBSD.org In-reply-to: <20030906000902.GA25237@freebsd1.cimlogic.com.au> (message from John Birrell on Sat, 6 Sep 2003 10:09:02 +1000) References: <200309052235.h85MZoRF015386@latour.rsch.comm.mot.com> <20030906000902.GA25237@freebsd1.cimlogic.com.au> User-Agent: SEMI/1.14.4 (Hosorogi) FLIM/1.14.4 (=?ISO-8859-4?Q?Kashiharaji?= =?ISO-8859-4?Q?ng=FE-mae?=) LEMI/1.14.1 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII cc: deischen@FreeBSD.org cc: jb@FreeBSD.org Subject: Re: Removing -pthread from gcc X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rittle@labs.mot.com List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 00:45:19 -0000 In article <20030906000902.GA25237@freebsd1.cimlogic.com.au>, John Birrell writes: > If -pthread is intended as a standard FSF gcc option, then it should be mapped > to a NOOP for FreeBSD IMO. [...] > So a NOOP is best. Change gcc in the FSF sources when appropriate, but let > -current have the change now. Ah, I could fully support this esp. if it allowed us to build shared libraries in ports on FreeBSD which defer selection of the thread library until run-time link and/or the final application link. I know this works fine with one-off tweaking of a shared library's code base. I don't know if it is possible to do without per-library code changes. In the alternative (if cleaner from ELF perspective), could we make plain -pthread always link weak against the prototype API for POSIX threads. Then people just pre-load (aka set LD_PRELOAD , see rtld(1)) the thread library they actually want for the run-time link. People could also add -lkse, etc to early bind a concrete implementation of the thread library or for static link situations. Thank you guys for rethinking a bit. As a side bonus, this would be a nice win over having to (re-)build the entire ports in lock-step just to test for best performing thread library. Regards, Loren From owner-freebsd-threads@FreeBSD.ORG Mon Sep 8 21:47:36 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 C965A16A4BF; Mon, 8 Sep 2003 21:47:36 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0763C43FF3; Mon, 8 Sep 2003 21:47:36 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h894lZtp019989; Tue, 9 Sep 2003 00:47:35 -0400 (EDT) Date: Tue, 9 Sep 2003 00:47:35 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: rittle@labs.mot.com In-Reply-To: <200309090045.h890jDHT041330@latour.rsch.comm.mot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: jb@FreeBSD.org cc: freebsd-threads@FreeBSD.org Subject: Re: Removing -pthread from gcc X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 04:47:36 -0000 On Mon, 8 Sep 2003, Loren James Rittle wrote: > In article <20030906000902.GA25237@freebsd1.cimlogic.com.au>, > John Birrell writes: > > > If -pthread is intended as a standard FSF gcc option, then it should be mapped > > to a NOOP for FreeBSD IMO. > [...] > > So a NOOP is best. Change gcc in the FSF sources when appropriate, but let > > -current have the change now. > > Ah, I could fully support this esp. if it allowed us to build shared > libraries in ports on FreeBSD which defer selection of the thread > library until run-time link and/or the final application link. I know > this works fine with one-off tweaking of a shared library's code base. > I don't know if it is possible to do without per-library code changes. I can't comment on this. > In the alternative (if cleaner from ELF perspective), could we make > plain -pthread always link weak against the prototype API for POSIX > threads. Then people just pre-load (aka set LD_PRELOAD , see rtld(1)) > the thread library they actually want for the run-time link. People > could also add -lkse, etc to early bind a concrete implementation of > the thread library or for static link situations. Could you explain this (small example)? I'm not sure what you mean by weak (references or definitions?). We already have some pthread_foo() as weak definitions in libc (see libc/gen/_pthread_stubs.c). IIRC, a weak alias (macro __weak_reference) is actually a weak definition, and a true weak reference (#pragma weak pthread_foo) is not the same. > Thank you guys for rethinking a bit. As a side bonus, this would be a > nice win over having to (re-)build the entire ports in lock-step just > to test for best performing thread library. We don't need to do that anyways; see libmap.conf(5). -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 06:32:16 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 5DFFA16A4BF; Tue, 9 Sep 2003 06:32:16 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 102D843FF2; Tue, 9 Sep 2003 06:32:12 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (ugywqszd@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h89DW9K14863728; Tue, 9 Sep 2003 17:32:09 +0400 (MSD) Date: Tue, 9 Sep 2003 17:32:09 +0400 (MSD) From: Maxim Konovalov To: David Xu In-Reply-To: <200309062043.38217.davidxu@FreeBSD.org> Message-ID: <20030909172712.F74896@news1.macomnet.ru> References: <200309062043.38217.davidxu@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: deischen@freebsd.org cc: threads@freebsd.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 13:32:16 -0000 On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > Have you tried updating libpthread very recently (yesterday?). > > There was a commit a few days ago that broke libpthread; kde > > wouldn't even work. I'm not sure if it has been fixed yet, > > but there was a commit yesterday that may have fixed it. > > David or kan should know... > > Yes, the problem seems be fixed, it works fine now. It seems it is not. With today sources and libkse firebird exits soon after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 coredumps too (probably due to nvidia TSD, do not know). -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 06:48:09 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 8ECF216A4BF for ; Tue, 9 Sep 2003 06:48:09 -0700 (PDT) Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D30043FCB for ; Tue, 9 Sep 2003 06:48:08 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.208.145?) (khairil?yusof@219.95.208.145 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 9 Sep 2003 13:48:07 -0000 From: Khairil Yusof To: Maxim Konovalov In-Reply-To: <20030909172712.F74896@news1.macomnet.ru> References: <200309062043.38217.davidxu@FreeBSD.org> <20030909172712.F74896@news1.macomnet.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-4h9R0CROfrBOnXNIn6vt" Message-Id: <1063115283.20436.6.camel@wolverine.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Tue, 09 Sep 2003 21:48:04 +0800 cc: threads@freebsd.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 13:48:09 -0000 --=-4h9R0CROfrBOnXNIn6vt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-09-09 at 21:32, Maxim Konovalov wrote: > It seems it is not. With today sources and libkse firebird exits soon > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > coredumps too (probably due to nvidia TSD, do not know). Both firebird and mplayer run fine with libpthreads built 5 minutes ago. As are almost eveerything else I've got loaded now that uses libc_r (I have libc_r mapped universally to libkse). ldd /usr/X11R6/lib/firebird/lib/mozilla-1.5a/MozillaFirebird-bin | grep libkse libc_r.so.5 =3D> /usr/lib/libkse.so.1 (0x2810d000) MPlayer 0.90rc5-3.3.1 (C) 2000-2003 Arpad Gereoffy (see DOCS) ldd /usr/local/bin/mplayer | grep libkse libc_r.so.5 =3D> /usr/lib/libkse.so.1 (0x288ae000) -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 9:40PM up 22:14, 1 user, load averages: 0.35, 0.38, 0.28 --=-4h9R0CROfrBOnXNIn6vt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/XdoTDAqnLW/+/X8RAleuAJ4+oxSD7P7X+stH5RP+jG2EHRXIkACgndiA 7n9mKgIWseF2j0UC375gcxM= =SjQz -----END PGP SIGNATURE----- --=-4h9R0CROfrBOnXNIn6vt-- From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 07:08:10 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 BE44C16A4BF; Tue, 9 Sep 2003 07:08:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B32A43FE1; Tue, 9 Sep 2003 07:08:10 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from localhost (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h89E84Up048706; Tue, 9 Sep 2003 07:08:06 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) From: David Xu To: Maxim Konovalov Date: Tue, 9 Sep 2003 22:10:58 +0800 User-Agent: KMail/1.5.3 References: <200309062043.38217.davidxu@FreeBSD.org> <20030909172712.F74896@news1.macomnet.ru> In-Reply-To: <20030909172712.F74896@news1.macomnet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309092210.58214.davidxu@FreeBSD.org> cc: deischen@FreeBSD.org cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: davidxu@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 14:08:10 -0000 On Tuesday 09 September 2003 21:32, Maxim Konovalov wrote: > On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > > Have you tried updating libpthread very recently (yesterday?). > > > There was a commit a few days ago that broke libpthread; kde > > > wouldn't even work. I'm not sure if it has been fixed yet, > > > but there was a commit yesterday that may have fixed it. > > > David or kan should know... > > > > Yes, the problem seems be fixed, it works fine now. > > It seems it is not. With today sources and libkse firebird exits soon > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > coredumps too (probably due to nvidia TSD, do not know). Can you try following revisions ? lib/libpthread/Makefile revision 1.47 lib/libpthread/support/Makefile.inc revision 1.5 They were stable point. Possible kan can answer your question. David Xu From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 07:09:38 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 9B56816A4BF; Tue, 9 Sep 2003 07:09:38 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D5343FF2; Tue, 9 Sep 2003 07:09:37 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h89E9btp029927; Tue, 9 Sep 2003 10:09:37 -0400 (EDT) Date: Tue, 9 Sep 2003 10:09:37 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: <20030909172712.F74896@news1.macomnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@freebsd.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 14:09:38 -0000 On Tue, 9 Sep 2003, Maxim Konovalov wrote: > On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > > > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > > Have you tried updating libpthread very recently (yesterday?). > > > There was a commit a few days ago that broke libpthread; kde > > > wouldn't even work. I'm not sure if it has been fixed yet, > > > but there was a commit yesterday that may have fixed it. > > > David or kan should know... > > > > Yes, the problem seems be fixed, it works fine now. > > It seems it is not. With today sources and libkse firebird exits soon > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > coredumps too (probably due to nvidia TSD, do not know). Yes, if you are using Nvidia drivers/OpenGL/whatever that uses static LDTs, then you are out of luck I guess. They need to be fixed to use dynamic LDTs. If you are using a very recent kernel also, then you should be getting warning messages about PIDs using static ldt allocations. -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 07:10:22 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 BC21C16A4BF; Tue, 9 Sep 2003 07:10:22 -0700 (PDT) Received: from newman.gte.com (newman.gte.com [132.197.8.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5384143FE0; Tue, 9 Sep 2003 07:10:19 -0700 (PDT) (envelope-from ak03@gte.com) Received: from h132-197-179-27.gte.com (kanpc.gte.com [132.197.179.27]) by newman.gte.com (8.9.1/8.9.1) with ESMTP id KAA20361; Tue, 9 Sep 2003 10:10:17 -0400 (EDT) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) h89EAHw5018126; Tue, 9 Sep 2003 10:10:17 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.9/8.12.9/Submit) id h89EAHFI018121; Tue, 9 Sep 2003 10:10:17 -0400 (EDT) (envelope-from ak03) Date: Tue, 9 Sep 2003 10:10:17 -0400 From: Alexander Kabaev To: davidxu@freebsd.org Message-Id: <20030909101017.51004764.ak03@gte.com> In-Reply-To: <200309092210.58214.davidxu@FreeBSD.org> References: <200309062043.38217.davidxu@FreeBSD.org> <20030909172712.F74896@news1.macomnet.ru> <200309092210.58214.davidxu@FreeBSD.org> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.9.4claws47 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: deischen@freebsd.org cc: threads@freebsd.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 14:10:22 -0000 On Tue, 9 Sep 2003 22:10:58 +0800 David Xu wrote: > They were stable point. Possible kan can answer your question. > No proof, no answer. It's that simple. -- Alexander Kabaev From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 07:11:00 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 DFC5E16A4BF for ; Tue, 9 Sep 2003 07:11:00 -0700 (PDT) Received: from newman.gte.com (newman.gte.com [132.197.8.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F70444001 for ; Tue, 9 Sep 2003 07:10:59 -0700 (PDT) (envelope-from ak03@gte.com) Received: from h132-197-179-27.gte.com (kanpc.gte.com [132.197.179.27]) by newman.gte.com (8.9.1/8.9.1) with ESMTP id KAA20456; Tue, 9 Sep 2003 10:10:52 -0400 (EDT) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) h89EAqw5018305; Tue, 9 Sep 2003 10:10:52 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.9/8.12.9/Submit) id h89EAqQB018304; Tue, 9 Sep 2003 10:10:52 -0400 (EDT) (envelope-from ak03) Date: Tue, 9 Sep 2003 10:10:51 -0400 From: Alexander Kabaev To: Maxim Konovalov Message-Id: <20030909101051.65182df5.ak03@gte.com> In-Reply-To: <20030909172712.F74896@news1.macomnet.ru> References: <200309062043.38217.davidxu@FreeBSD.org> <20030909172712.F74896@news1.macomnet.ru> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.9.4claws47 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: threads@freebsd.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 14:11:01 -0000 On Tue, 9 Sep 2003 17:32:09 +0400 (MSD) Maxim Konovalov wrote: > It seems it is not. With today sources and libkse firebird exits soon > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > coredumps too (probably due to nvidia TSD, do not know). OK, I guess its a hint time :) Where program crashes, there is core dump. Where is core, there is debugger. Where are debugger _and_ core, there is (surprise!) backtrace. You get my drift? -- Alexander Kabaev From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 07:59:09 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 407C316A4BF; Tue, 9 Sep 2003 07:59:09 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FC343F75; Tue, 9 Sep 2003 07:59:07 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (mry1txy8@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h89Ex5K14817840; Tue, 9 Sep 2003 18:59:05 +0400 (MSD) Date: Tue, 9 Sep 2003 18:59:05 +0400 (MSD) From: Maxim Konovalov To: David Xu In-Reply-To: <200309092210.58214.davidxu@FreeBSD.org> Message-ID: <20030909185738.O16513@news1.macomnet.ru> References: <20030909172712.F74896@news1.macomnet.ru> <200309092210.58214.davidxu@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: deischen@FreeBSD.org cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 14:59:09 -0000 On Tue, 9 Sep 2003, 22:10+0800, David Xu wrote: > On Tuesday 09 September 2003 21:32, Maxim Konovalov wrote: > > On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > > > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > > > Have you tried updating libpthread very recently (yesterday?). > > > > There was a commit a few days ago that broke libpthread; kde > > > > wouldn't even work. I'm not sure if it has been fixed yet, > > > > but there was a commit yesterday that may have fixed it. > > > > David or kan should know... > > > > > > Yes, the problem seems be fixed, it works fine now. > > > > It seems it is not. With today sources and libkse firebird exits soon > > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > > coredumps too (probably due to nvidia TSD, do not know). > > Can you try following revisions ? > lib/libpthread/Makefile revision 1.47 > lib/libpthread/support/Makefile.inc revision 1.5 > > They were stable point. Possible kan can answer your question. The same result: firebird suddenly exits. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 08:57:38 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 B25FB16A4BF; Tue, 9 Sep 2003 08:57:38 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F5D4400D; Tue, 9 Sep 2003 08:57:37 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h89Fvatp020535; Tue, 9 Sep 2003 11:57:36 -0400 (EDT) Date: Tue, 9 Sep 2003 11:57:36 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: <20030909185738.O16513@news1.macomnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 15:57:38 -0000 On Tue, 9 Sep 2003, Maxim Konovalov wrote: > On Tue, 9 Sep 2003, 22:10+0800, David Xu wrote: > > > On Tuesday 09 September 2003 21:32, Maxim Konovalov wrote: > > > On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > > > > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > > > > Have you tried updating libpthread very recently (yesterday?). > > > > > There was a commit a few days ago that broke libpthread; kde > > > > > wouldn't even work. I'm not sure if it has been fixed yet, > > > > > but there was a commit yesterday that may have fixed it. > > > > > David or kan should know... > > > > > > > > Yes, the problem seems be fixed, it works fine now. > > > > > > It seems it is not. With today sources and libkse firebird exits soon > > > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > > > coredumps too (probably due to nvidia TSD, do not know). > > > > Can you try following revisions ? > > lib/libpthread/Makefile revision 1.47 > > lib/libpthread/support/Makefile.inc revision 1.5 > > > > They were stable point. Possible kan can answer your question. > > The same result: firebird suddenly exits. You need to tell us if you are getting static ldt warning messages out of the kernel (committed sometime yesterday). -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 09:04:20 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 1B19216A4BF; Tue, 9 Sep 2003 09:04:20 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E6A43FF2; Tue, 9 Sep 2003 09:04:17 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (dxof8u12@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h89G4GK15070891; Tue, 9 Sep 2003 20:04:16 +0400 (MSD) Date: Tue, 9 Sep 2003 20:04:16 +0400 (MSD) From: Maxim Konovalov To: deischen@FreeBSD.org In-Reply-To: Message-ID: <20030909200046.E46605@news1.macomnet.ru> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 16:04:20 -0000 On Tue, 9 Sep 2003, 11:57-0400, Daniel Eischen wrote: > On Tue, 9 Sep 2003, Maxim Konovalov wrote: > > > On Tue, 9 Sep 2003, 22:10+0800, David Xu wrote: > > > > > On Tuesday 09 September 2003 21:32, Maxim Konovalov wrote: > > > > On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > > > > > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > > > > > Have you tried updating libpthread very recently (yesterday?). > > > > > > There was a commit a few days ago that broke libpthread; kde > > > > > > wouldn't even work. I'm not sure if it has been fixed yet, > > > > > > but there was a commit yesterday that may have fixed it. > > > > > > David or kan should know... > > > > > > > > > > Yes, the problem seems be fixed, it works fine now. > > > > > > > > It seems it is not. With today sources and libkse firebird exits soon > > > > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > > > > coredumps too (probably due to nvidia TSD, do not know). > > > > > > Can you try following revisions ? > > > lib/libpthread/Makefile revision 1.47 > > > lib/libpthread/support/Makefile.inc revision 1.5 > > > > > > They were stable point. Possible kan can answer your question. > > > > The same result: firebird suddenly exits. > > You need to tell us if you are getting static ldt warning messages > out of the kernel (committed sometime yesterday). I have just re-run firebird, it exited without any warnings. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 10:16:34 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 AB8F916A4BF; Tue, 9 Sep 2003 10:16:34 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B247743FEC; Tue, 9 Sep 2003 10:16:33 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h89HGWtp004903; Tue, 9 Sep 2003 13:16:32 -0400 (EDT) Date: Tue, 9 Sep 2003 13:16:32 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: <20030909200046.E46605@news1.macomnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 17:16:34 -0000 On Tue, 9 Sep 2003, Maxim Konovalov wrote: > On Tue, 9 Sep 2003, 11:57-0400, Daniel Eischen wrote: > > > On Tue, 9 Sep 2003, Maxim Konovalov wrote: > > > > > On Tue, 9 Sep 2003, 22:10+0800, David Xu wrote: > > > > > > > On Tuesday 09 September 2003 21:32, Maxim Konovalov wrote: > > > > > On Sat, 6 Sep 2003, 20:44+0800, David Xu wrote: > > > > > > On Saturday 06 September 2003 19:50, Daniel Eischen wrote: > > > > > > > Have you tried updating libpthread very recently (yesterday?). > > > > > > > There was a commit a few days ago that broke libpthread; kde > > > > > > > wouldn't even work. I'm not sure if it has been fixed yet, > > > > > > > but there was a commit yesterday that may have fixed it. > > > > > > > David or kan should know... > > > > > > > > > > > > Yes, the problem seems be fixed, it works fine now. > > > > > > > > > > It seems it is not. With today sources and libkse firebird exits soon > > > > > after startup, openoffice 1.0.2 coredumps, mplayer 0.90.0.110_4 > > > > > coredumps too (probably due to nvidia TSD, do not know). > > > > > > > > Can you try following revisions ? > > > > lib/libpthread/Makefile revision 1.47 > > > > lib/libpthread/support/Makefile.inc revision 1.5 > > > > > > > > They were stable point. Possible kan can answer your question. > > > > > > The same result: firebird suddenly exits. > > > > You need to tell us if you are getting static ldt warning messages > > out of the kernel (committed sometime yesterday). > > I have just re-run firebird, it exited without any warnings. How old is your kernel? Messages will go to /var/log/messages, not stdout. -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 10:19:52 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 D130C16A4BF; Tue, 9 Sep 2003 10:19:52 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 745A243FDD; Tue, 9 Sep 2003 10:19:50 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (51rs08v8@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h89HJmK14950622; Tue, 9 Sep 2003 21:19:48 +0400 (MSD) Date: Tue, 9 Sep 2003 21:19:48 +0400 (MSD) From: Maxim Konovalov To: deischen@FreeBSD.org In-Reply-To: Message-ID: <20030909211737.Q81869@news1.macomnet.ru> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 17:19:52 -0000 [...] > > I have just re-run firebird, it exited without any warnings. > > How old is your kernel? $ uname -a FreeBSD golf.macomnet.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Sep 9 13:58.. > Messages will go to /var/log/messages, not stdout. Yep, I know. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 10:22:35 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 71B5216A4BF; Tue, 9 Sep 2003 10:22:35 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CD843FDD; Tue, 9 Sep 2003 10:22:33 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h89HMWtp006008; Tue, 9 Sep 2003 13:22:32 -0400 (EDT) Date: Tue, 9 Sep 2003 13:22:32 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: <20030909211737.Q81869@news1.macomnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 17:22:35 -0000 On Tue, 9 Sep 2003, Maxim Konovalov wrote: > [...] > > > I have just re-run firebird, it exited without any warnings. > > > > How old is your kernel? > > $ uname -a > FreeBSD golf.macomnet.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: > Tue Sep 9 13:58.. > > > Messages will go to /var/log/messages, not stdout. > > Yep, I know. It is still possible that NVidia drivers/OpenGL is biting you. Any way to try it on another box or without any NVidia stuff? -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Tue Sep 9 10:40:21 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 442A316A4BF; Tue, 9 Sep 2003 10:40:21 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D36E43FBF; Tue, 9 Sep 2003 10:40:19 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (ohih1hla@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h89HeHK14800608; Tue, 9 Sep 2003 21:40:17 +0400 (MSD) Date: Tue, 9 Sep 2003 21:40:17 +0400 (MSD) From: Maxim Konovalov To: deischen@FreeBSD.org In-Reply-To: Message-ID: <20030909213947.K95581@news1.macomnet.ru> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Tue, 09 Sep 2003 17:40:21 -0000 On Tue, 9 Sep 2003, 13:22-0400, Daniel Eischen wrote: > On Tue, 9 Sep 2003, Maxim Konovalov wrote: > > > [...] > > > > I have just re-run firebird, it exited without any warnings. > > > > > > How old is your kernel? > > > > $ uname -a > > FreeBSD golf.macomnet.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: > > Tue Sep 9 13:58.. > > > > > Messages will go to /var/log/messages, not stdout. > > > > Yep, I know. > > It is still possible that NVidia drivers/OpenGL is biting > you. Any way to try it on another box or without any NVidia > stuff? I will reconfigure X tomorrow and try. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 05:15:31 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 3F1A616A4BF; Wed, 10 Sep 2003 05:15:31 -0700 (PDT) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A19643F85; Wed, 10 Sep 2003 05:15:27 -0700 (PDT) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (uu059lh8@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.11.6/8.11.6) with ESMTP id h8ACFOK14826773; Wed, 10 Sep 2003 16:15:24 +0400 (MSD) Date: Wed, 10 Sep 2003 16:15:24 +0400 (MSD) From: Maxim Konovalov To: deischen@FreeBSD.org In-Reply-To: <20030909213947.K95581@news1.macomnet.ru> Message-ID: <20030910161452.K15689@news1.macomnet.ru> References: <20030909213947.K95581@news1.macomnet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird 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: Wed, 10 Sep 2003 12:15:31 -0000 On Tue, 9 Sep 2003, 21:40+0400, Maxim Konovalov wrote: > On Tue, 9 Sep 2003, 13:22-0400, Daniel Eischen wrote: > > > On Tue, 9 Sep 2003, Maxim Konovalov wrote: > > > > > [...] > > > > > I have just re-run firebird, it exited without any warnings. > > > > > > > > How old is your kernel? > > > > > > $ uname -a > > > FreeBSD golf.macomnet.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: > > > Tue Sep 9 13:58.. > > > > > > > Messages will go to /var/log/messages, not stdout. > > > > > > Yep, I know. > > > > It is still possible that NVidia drivers/OpenGL is biting > > you. Any way to try it on another box or without any NVidia > > stuff? > > I will reconfigure X tomorrow and try. the same result with native "nv" driver. -- Maxim Konovalov, maxim@macomnet.ru, maxim@FreeBSD.org From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 05:19:48 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 23DC716A4BF; Wed, 10 Sep 2003 05:19:48 -0700 (PDT) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AEE243F3F; Wed, 10 Sep 2003 05:19:44 -0700 (PDT) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id 5A296C6FC9; Wed, 10 Sep 2003 14:19:42 +0200 (CEST) Received: from slurp.rodal.no (m200h.studby.ntnu.no [129.241.135.200]) by merke.itea.ntnu.no (Postfix) with ESMTP id 2B760C71CB; Wed, 10 Sep 2003 14:19:42 +0200 (CEST) Received: (from morten@localhost) by slurp.rodal.no (8.12.9/8.12.9/Submit) id h8ACJf8e024358; Wed, 10 Sep 2003 14:19:41 +0200 (CEST) (envelope-from morten) Date: Wed, 10 Sep 2003 14:19:41 +0200 From: Morten Rodal To: Maxim Konovalov Message-ID: <20030910121941.GA24087@slurp.rodal.no> References: <20030909213947.K95581@news1.macomnet.ru> <20030910161452.K15689@news1.macomnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030910161452.K15689@news1.macomnet.ru> X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: deischen@FreeBSD.org cc: threads@FreeBSD.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird 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: Wed, 10 Sep 2003 12:19:48 -0000 On Wed, Sep 10, 2003 at 04:15:24PM +0400, Maxim Konovalov wrote: > On Tue, 9 Sep 2003, 21:40+0400, Maxim Konovalov wrote: > > > > I will reconfigure X tomorrow and try. > > the same result with native "nv" driver. > Just out of curiosity, are you running this on a SMP machine? I am having trouble with libkse on my SMP machine, but on my laptop firebird is working flawlessly (with a sep 4th kernel, and I'll stick with that for a while..). However I have not gotten nautilus (the gnome file browser) to disappear/crash/whatever like firebird does on my SMP machine. So I was thinking that maybe firebird uses some pthread functions, or does some other tricks, that is not yet stable? -- Morten Rodal From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 06:39:37 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 C1AD216A4BF; Wed, 10 Sep 2003 06:39:37 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF1C243FE0; Wed, 10 Sep 2003 06:39:36 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8ADdZtp007524; Wed, 10 Sep 2003 09:39:35 -0400 (EDT) Date: Wed, 10 Sep 2003 09:39:35 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: <20030910161452.K15689@news1.macomnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 13:39:37 -0000 On Wed, 10 Sep 2003, Maxim Konovalov wrote: > On Tue, 9 Sep 2003, 21:40+0400, Maxim Konovalov wrote: > > > On Tue, 9 Sep 2003, 13:22-0400, Daniel Eischen wrote: > > > > > On Tue, 9 Sep 2003, Maxim Konovalov wrote: > > > > > > > [...] > > > > > > I have just re-run firebird, it exited without any warnings. > > > > > > > > > > How old is your kernel? > > > > > > > > $ uname -a > > > > FreeBSD golf.macomnet.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: > > > > Tue Sep 9 13:58.. > > > > > > > > > Messages will go to /var/log/messages, not stdout. > > > > > > > > Yep, I know. > > > > > > It is still possible that NVidia drivers/OpenGL is biting > > > you. Any way to try it on another box or without any NVidia > > > stuff? > > > > I will reconfigure X tomorrow and try. > > the same result with native "nv" driver. I have firebird built on a box at work that seems to be running OK (remotely). I'll try it (locally) and with a freshly built world sometime later today. -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 12:13:25 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 4522216A4BF; Wed, 10 Sep 2003 12:13:25 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5934343F85; Wed, 10 Sep 2003 12:13:24 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8AJDJA4008946; Wed, 10 Sep 2003 15:13:20 -0400 (EDT) Date: Wed, 10 Sep 2003 15:13:19 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: <20030910161452.K15689@news1.macomnet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: David Xu cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 19:13:25 -0000 On Wed, 10 Sep 2003, Maxim Konovalov wrote: > On Tue, 9 Sep 2003, 21:40+0400, Maxim Konovalov wrote: > > > On Tue, 9 Sep 2003, 13:22-0400, Daniel Eischen wrote: > > > > > On Tue, 9 Sep 2003, Maxim Konovalov wrote: > > > > > > > [...] > > > > > > I have just re-run firebird, it exited without any warnings. > > > > > > > > > > How old is your kernel? > > > > > > > > $ uname -a > > > > FreeBSD golf.macomnet.net 5.1-CURRENT FreeBSD 5.1-CURRENT #0: > > > > Tue Sep 9 13:58.. > > > > > > > > > Messages will go to /var/log/messages, not stdout. > > > > > > > > Yep, I know. > > > > > > It is still possible that NVidia drivers/OpenGL is biting > > > you. Any way to try it on another box or without any NVidia > > > stuff? > > > > I will reconfigure X tomorrow and try. > > the same result with native "nv" driver. Everything works here. I have firebird built and am running -current (userland, not kernel) CVSup'd from yesterday. Even the mplayer plugin in firebird works. Next I'll try rebuilding the kernel and see if that breaks anything. -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 16:53:06 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 8B20316A4BF; Wed, 10 Sep 2003 16:53:06 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4D243FE0; Wed, 10 Sep 2003 16:53:05 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8ANr4A4029087; Wed, 10 Sep 2003 19:53:04 -0400 (EDT) Date: Wed, 10 Sep 2003 19:53:04 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Maxim Konovalov In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 23:53:06 -0000 On Wed, 10 Sep 2003, Daniel Eischen wrote: > On Wed, 10 Sep 2003, Maxim Konovalov wrote: > > > > > the same result with native "nv" driver. > > Everything works here. I have firebird built and am running -current > (userland, not kernel) CVSup'd from yesterday. Even the mplayer plugin > in firebird works. > > Next I'll try rebuilding the kernel and see if that breaks anything. First attempt, kernel panics booting. Remove atapicam, rebuild, reboot, OK fine. Firebird seems to work flawlessly, even with mplayer. I did get bash to segfault (SIGABRT) when KDE tried to restore two windows in my session. That was it though. No more segfaults. -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 17:19:16 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 F32AB16A4BF; Wed, 10 Sep 2003 17:19:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF4F43FF9; Wed, 10 Sep 2003 17:19:15 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) Received: from localhost (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8B0JCUp078377; Wed, 10 Sep 2003 17:19:13 -0700 (PDT) (envelope-from davidxu@FreeBSD.org) From: David Xu To: deischen@FreeBSD.org, Daniel Eischen , Maxim Konovalov Date: Thu, 11 Sep 2003 08:22:06 +0800 User-Agent: KMail/1.5.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309110822.06595.davidxu@FreeBSD.org> cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: davidxu@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 00:19:16 -0000 On Thursday 11 September 2003 07:53, Daniel Eischen wrote: > On Wed, 10 Sep 2003, Daniel Eischen wrote: > > On Wed, 10 Sep 2003, Maxim Konovalov wrote: > > > the same result with native "nv" driver. > > > > Everything works here. I have firebird built and am running -current > > (userland, not kernel) CVSup'd from yesterday. Even the mplayer plugin > > in firebird works. > > > > Next I'll try rebuilding the kernel and see if that breaks anything. > > First attempt, kernel panics booting. Remove atapicam, rebuild, > reboot, OK fine. Firebird seems to work flawlessly, even with > mplayer. > > I did get bash to segfault (SIGABRT) when KDE tried to restore > two windows in my session. That was it though. No more segfaults. Did those saw Mozilla Firebird crashed test Mozilla as well ? I used to use Mozilla, and never saw it crashed. From owner-freebsd-threads@FreeBSD.ORG Wed Sep 10 17:36:09 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 1D04516A4C0; Wed, 10 Sep 2003 17:36:09 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD23D43FFB; Wed, 10 Sep 2003 17:36:07 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8B0a6A4006132; Wed, 10 Sep 2003 20:36:07 -0400 (EDT) Date: Wed, 10 Sep 2003 20:36:06 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: David Xu In-Reply-To: <200309110822.06595.davidxu@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@FreeBSD.org Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 00:36:09 -0000 On Thu, 11 Sep 2003, David Xu wrote: > On Thursday 11 September 2003 07:53, Daniel Eischen wrote: > > On Wed, 10 Sep 2003, Daniel Eischen wrote: > > > On Wed, 10 Sep 2003, Maxim Konovalov wrote: > > > > the same result with native "nv" driver. > > > > > > Everything works here. I have firebird built and am running -current > > > (userland, not kernel) CVSup'd from yesterday. Even the mplayer plugin > > > in firebird works. > > > > > > Next I'll try rebuilding the kernel and see if that breaks anything. > > > > First attempt, kernel panics booting. Remove atapicam, rebuild, > > reboot, OK fine. Firebird seems to work flawlessly, even with > > mplayer. > > > > I did get bash to segfault (SIGABRT) when KDE tried to restore > > two windows in my session. That was it though. No more segfaults. > > Did those saw Mozilla Firebird crashed test Mozilla as well ? > I used to use Mozilla, and never saw it crashed. Yeah, mozilla & konqueror both work as well (for me). -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Thu Sep 11 07:05:17 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 729E016A4C3; Thu, 11 Sep 2003 07:05:17 -0700 (PDT) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F6F43FF3; Thu, 11 Sep 2003 07:05:16 -0700 (PDT) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id 42DEDC6F5C; Thu, 11 Sep 2003 16:05:14 +0200 (CEST) Received: from atlantis.rodal.no (m137h.studby.ntnu.no [129.241.135.137]) by merke.itea.ntnu.no (Postfix) with ESMTP id F1A2BC6F57; Thu, 11 Sep 2003 16:05:13 +0200 (CEST) Received: (from morten@localhost) by atlantis.rodal.no (8.12.9/8.12.9/Submit) id h8BE5Dtj000725; Thu, 11 Sep 2003 16:05:13 +0200 (CEST) (envelope-from morten) Date: Thu, 11 Sep 2003 16:05:13 +0200 From: Morten Rodal To: David Xu Message-ID: <20030911140512.GA639@atlantis.rodal.no> References: <200309110822.06595.davidxu@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline In-Reply-To: <200309110822.06595.davidxu@FreeBSD.org> X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: threads@freebsd.org Subject: Re: libthr/libkse and Mozilla Firebird 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, 11 Sep 2003 14:05:17 -0000 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 11, 2003 at 08:22:06AM +0800, David Xu wrote: > Did those saw Mozilla Firebird crashed test Mozilla as well ? > I used to use Mozilla, and never saw it crashed. >=20 I just tested the Mozilla (www/mozilla-gtk2 ; mozilla-gtk2-1.4) port, and I can confirm that it too just disappears without a trace when run with libkse. It also, like Mozilla Firebird, freezes (not the computer, just the app) with libthr. I yet to experience any other faults with libkse. --=20 Morten Rodal --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/YIEYbWe1Cy11WVsRAoKmAJ9MFLk0oX1eaEcDCZ0fd1rrhqAr2ACcCvJK FDPoPZfSdgUjetLRDs407gI= =x1hx -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND-- From owner-freebsd-threads@FreeBSD.ORG Thu Sep 11 07:53:21 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 10E4E16A4DE for ; Thu, 11 Sep 2003 07:53:21 -0700 (PDT) Received: from smtp014.mail.yahoo.com (smtp014.mail.yahoo.com [216.136.173.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 00E2E43FEA for ; Thu, 11 Sep 2003 07:53:19 -0700 (PDT) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.208.145?) (khairil?yusof@219.95.208.145 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Sep 2003 14:53:17 -0000 From: Khairil Yusof To: Morten Rodal In-Reply-To: <20030911140512.GA639@atlantis.rodal.no> References: <200309110822.06595.davidxu@FreeBSD.org> <20030911140512.GA639@atlantis.rodal.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-SdeobDNsLiMDu4svVmte" Message-Id: <1063291992.20764.87.camel@wolverine.home.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Thu, 11 Sep 2003 22:53:13 +0800 cc: threads@freebsd.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird 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, 11 Sep 2003 14:53:21 -0000 --=-SdeobDNsLiMDu4svVmte Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2003-09-11 at 22:05, Morten Rodal wrote: > I just tested the Mozilla (www/mozilla-gtk2 ; mozilla-gtk2-1.4) port, > and I can confirm that it too just disappears without a trace when run > with libkse. It also, like Mozilla Firebird, freezes (not the > computer, just the app) with libthr. I wonder what's the difference between those having trouble and those that are not. Mozilla Firebird and Mozilla definitely running just fine here, and on an SMP machine. I had an issue with bash in gnome-terminal, but a recompile seems to fix that. It's almost 3 days now without any problems for me. -- "Optimized, readable, on time; Pick any two."=20 FreeBSD 5.1-CURRENT i386=20 10:49PM up 2 days, 23:23, 1 user, load averages: 0.44, 0.45, 0.40 --=-SdeobDNsLiMDu4svVmte Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/YIxYDAqnLW/+/X8RArJQAKDZcdrAO9I++PIlLPUhY4GpRanl6QCgvrjM VIo8EqD4XPruR9iQNVvJkrg= =Qmi4 -----END PGP SIGNATURE----- --=-SdeobDNsLiMDu4svVmte-- From owner-freebsd-threads@FreeBSD.ORG Thu Sep 11 10:57:25 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 0685616A4BF; Thu, 11 Sep 2003 10:57:25 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB3143F75; Thu, 11 Sep 2003 10:57:23 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8BHvMDm023467; Thu, 11 Sep 2003 13:57:22 -0400 (EDT) Date: Thu, 11 Sep 2003 13:57:22 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Morten Rodal In-Reply-To: <20030911140512.GA639@atlantis.rodal.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 17:57:25 -0000 On Thu, 11 Sep 2003, Morten Rodal wrote: > On Thu, Sep 11, 2003 at 08:22:06AM +0800, David Xu wrote: > > Did those saw Mozilla Firebird crashed test Mozilla as well ? > > I used to use Mozilla, and never saw it crashed. > > > > I just tested the Mozilla (www/mozilla-gtk2 ; mozilla-gtk2-1.4) port, > and I can confirm that it too just disappears without a trace when run > with libkse. It also, like Mozilla Firebird, freezes (not the > computer, just the app) with libthr. Are you sure that your ports are correctly built (with -pthread removal)? I'm using www/mozilla & www/mozilla-firebird. Is everyone that is having problems using NVidia cards? -- Dan Eischen From owner-freebsd-threads@FreeBSD.ORG Thu Sep 11 11:04:07 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 F1C4F16A4C0; Thu, 11 Sep 2003 11:04:06 -0700 (PDT) Received: from fri.itea.ntnu.no (fri.itea.ntnu.no [129.241.7.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0709943F93; Thu, 11 Sep 2003 11:04:05 -0700 (PDT) (envelope-from morten@rodal.no) Received: from localhost (localhost [127.0.0.1]) by fri.itea.ntnu.no (Postfix) with ESMTP id 5DAB0C7055; Thu, 11 Sep 2003 20:04:03 +0200 (CEST) Received: from atlantis.rodal.no (m137h.studby.ntnu.no [129.241.135.137]) by fri.itea.ntnu.no (Postfix) with ESMTP id 1BC25C702E; Thu, 11 Sep 2003 20:04:03 +0200 (CEST) Received: (from morten@localhost) by atlantis.rodal.no (8.12.9/8.12.9/Submit) id h8BI42iQ001411; Thu, 11 Sep 2003 20:04:02 +0200 (CEST) (envelope-from morten) Date: Thu, 11 Sep 2003 20:04:02 +0200 From: Morten Rodal To: deischen@freebsd.org Message-ID: <20030911180402.GA1330@atlantis.rodal.no> References: <20030911140512.GA639@atlantis.rodal.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: threads@freebsd.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird 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, 11 Sep 2003 18:04:07 -0000 On Thu, Sep 11, 2003 at 01:57:22PM -0400, Daniel Eischen wrote: > On Thu, 11 Sep 2003, Morten Rodal wrote: > > On Thu, Sep 11, 2003 at 08:22:06AM +0800, David Xu wrote: > > > Did those saw Mozilla Firebird crashed test Mozilla as well ? > > > I used to use Mozilla, and never saw it crashed. > > > > > > > I just tested the Mozilla (www/mozilla-gtk2 ; mozilla-gtk2-1.4) port, > > and I can confirm that it too just disappears without a trace when run > > with libkse. It also, like Mozilla Firebird, freezes (not the > > computer, just the app) with libthr. > > Are you sure that your ports are correctly built (with -pthread > removal)? > I am pretty sure. I updated my ports tree before I compiled the Mozilla port. > I'm using www/mozilla & www/mozilla-firebird. > I am recompiling mozilla-firebird right now because I have a suspicion that it disables the core dump unless WITH_DEBUG is defined. > Is everyone that is having problems using NVidia cards? > Yes. I am using nvidia cards and have, as Maximi Konovalov(?), tried with both the nv and the nvidia driver. (Currently using nvidia driver tho) I did however get a something I've never seen before when a mozilla (not firebird) disappeard. I have not been able to reproduce this output, and google didn't turn up much either :/ --- The program 'mozilla-bin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 155 error_code 3 request_code 20 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) --- -- Morten Rodal From owner-freebsd-threads@FreeBSD.ORG Thu Sep 11 11:11:28 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 522F116A4BF; Thu, 11 Sep 2003 11:11:28 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 840E743FDD; Thu, 11 Sep 2003 11:11:27 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h8BIBQDm025832; Thu, 11 Sep 2003 14:11:26 -0400 (EDT) Date: Thu, 11 Sep 2003 14:11:26 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Morten Rodal In-Reply-To: <20030911180402.GA1330@atlantis.rodal.no> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org cc: David Xu Subject: Re: libthr/libkse and Mozilla Firebird X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2003 18:11:28 -0000 On Thu, 11 Sep 2003, Morten Rodal wrote: > On Thu, Sep 11, 2003 at 01:57:22PM -0400, Daniel Eischen wrote: > > On Thu, 11 Sep 2003, Morten Rodal wrote: > > > On Thu, Sep 11, 2003 at 08:22:06AM +0800, David Xu wrote: > > > > Did those saw Mozilla Firebird crashed test Mozilla as well ? > > > > I used to use Mozilla, and never saw it crashed. > > > > > > > > > > I just tested the Mozilla (www/mozilla-gtk2 ; mozilla-gtk2-1.4) port, > > > and I can confirm that it too just disappears without a trace when run > > > with libkse. It also, like Mozilla Firebird, freezes (not the > > > computer, just the app) with libthr. > > > > Are you sure that your ports are correctly built (with -pthread > > removal)? > > > > I am pretty sure. I updated my ports tree before I compiled the Mozilla > port. > > > I'm using www/mozilla & www/mozilla-firebird. > > > > I am recompiling mozilla-firebird right now because I have a suspicion > that it disables the core dump unless WITH_DEBUG is defined. > > > Is everyone that is having problems using NVidia cards? > > > > Yes. I am using nvidia cards and have, as Maximi Konovalov(?), tried > with both the nv and the nvidia driver. (Currently using nvidia > driver tho) It is possible that nvidia is detecting that an ldt has already been allocated (calling i386_get_ldt() first before calling i386_set_ldt()) and assumes that it (nvidia sw) has already set it. So both the threads library and nvidia are using the same ldt for different things and stomping on each other. NVidia does state that their own drivers and their OpenGL will not work with our new threads libraries (libkse/libthr). -- Dan Eischen