From owner-freebsd-stable@FreeBSD.ORG Sat Dec 25 23:05:28 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5ADC16A4CE for ; Sat, 25 Dec 2004 23:05:28 +0000 (GMT) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 832FF43D39 for ; Sat, 25 Dec 2004 23:05:28 +0000 (GMT) (envelope-from brian@hyperreal.org) Received: (qmail 46111 invoked from network); 25 Dec 2004 23:05:30 -0000 Received: from localhost.hyperreal.org (HELO fez.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 25 Dec 2004 23:05:30 -0000 Received: (qmail 24721 invoked by uid 1000); 25 Dec 2004 23:05:25 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 Dec 2004 23:05:25 -0000 Date: Sat, 25 Dec 2004 15:05:25 -0800 (PST) From: Brian Behlendorf To: Richard MAHONEY In-Reply-To: <20041225213321.GA87117@131-203-240-72.remote.comnet.co.nz> Message-ID: <20041225145919.W21066@fez.hyperreal.org> References: <20041225213321.GA87117@131-203-240-72.remote.comnet.co.nz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N cc: freebsd-stable@FreeBSD.org Subject: Re: GThread_ERROR | glib2 | gthread-posix.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 23:05:28 -0000 Is this on RELENG_4? I got the same thing after I got past X coredumps with the i810 driver (fixed by either downgrading to 8 or 16 bits, or using "Options NoAccel"). It was suggested on gnome@ that I rebuild freetype and every port it depends upon, but that didn't help. De-installing all ports that depend upon freetype and rebuilding/reinstalling from scratch also did not help. I'd give up on RELENG_4 and move to RELENG_5, but on both laptops I've tried it on RELENG_5 still doesn't successfully suspend/resume from X (whether under ACPI or APM), and since the freebsd-gnome people claim to not support RELENG_4, I'm spending xmas break trying out various Linux distros. Sorry I couldn't help, just wanted to say I see the same problem, but haven't seen a way out. Brian On Sun, 26 Dec 2004, Richard MAHONEY wrote: > Dear Listmembers, > > I've just upgraded to `xorg-6.8.1' and have begun to experience > seg. faults and core dumps with apps that rely on `glib-2.4.8'. The > standard error is noted below. `gnome2-2.8.2' no longer works and I've > had to revert to `pwm-2003.06.17'. A recompile of `glib', `gtk', all > of `Gnome2' &c. has failed to resolve the problem. Does it have > something to do with the following? : > > /usr/home/ports/devel/glib20/files/patch-gthread_gthread-posix.c > > > Any help would be very much appreciated. > > > Best regards, > > Richard Mahoney > > > the system: > > [rbm49@131.203.240.72] /usr/home/rbm49/pkg $ uname -a > > FreeBSD 131-203-240-72.remote.comnet.co.nz 4.11-STABLE FreeBSD \ > 4.11-STABLE #0: Sun Dec 19 21:29:45 NZDT 2004 \ > root@131-203-240-72.remote.comnet.co.nz:/usr/home/obj/usr/src/sys/GENERIC \ > i386 > > the problem: > > [rbm49@131.203.240.72] /usr/home/rbm49/pkg $ firefox > > GThread-ERROR **: file gthread-posix.c: line 137 \ > (g_thread_impl_init): error 'Invalid argument' during \ > 'pthread_getschedparam (pthread_self(), &policy, &sched)' > > aborting... > > Abort trap (core dumped) > > [rbm49@131.203.240.72] /usr/home/rbm49/pkg $ rm -f *core > firefox-bin.core > > >