From owner-freebsd-ports@FreeBSD.ORG Sun Jul 12 17:46:22 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A223106564A for ; Sun, 12 Jul 2009 17:46:22 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1084F8FC0C for ; Sun, 12 Jul 2009 17:46:21 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MQ37w-0008Ga-BB for freebsd-ports@freebsd.org; Sun, 12 Jul 2009 17:46:16 +0000 Received: from g224061211.adsl.alicedsl.de ([92.224.61.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jul 2009 17:46:16 +0000 Received: from rotkap by g224061211.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 12 Jul 2009 17:46:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Sun, 12 Jul 2009 19:15:11 +0200 Organization: yes Lines: 91 Message-ID: References: <86zlbfbwby.fsf@rincewind.tihnet> <20090708060050.GA54401@mud.stack.nl> <20090708072131.85300@gmx.net> <20090708073546.GA78132@bsdcrew.de> <86y6qyeu0n.fsf@rincewind.tihnet> <86tz1lhabk.fsf@rincewind.tihnet> <4A574D19.1020306@kasimir.com> <4A59E04C.1080605@kasimir.com> <4A59FCE8.1010803@kasimir.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g224061211.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O Subject: Re: www/firefox35 coredumps every time at startup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rotkap@gmx.de List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jul 2009 17:46:22 -0000 Florian Smeets wrote: > On 12.07.09 16:36, Heino Tiedemann wrote: >> Florian Smeets wrote: >> >>> On 10.07.09 21:13, Heino Tiedemann wrote: >>>> Florian Smeets wrote: >>>> >>>>> I submitted the build fixes for RELENG_6. I'll have a look. The >>>>> problem is all of my boxes are>= RELENG_7_2. >>>>> >>>>> I'm going to install 6.4 in a VM and will try to fix the problem, but >>>>> it will take a few days. >>>> >>>> Cool! >>>> >>> >>> Just thought about libmap.conf... >>> >>> Put this into /etc/libmap.conf >>> >>> [/usr/local/lib/firefox3/firefox-bin] >>> libpthread.so.2 libthr.so.2 >>> libpthread.so libthr.so >> >> >> What? >> >> Is that the content for the file: >> >> ,---- >> | [/usr/local/lib/firefox3/firefox-bin] >> | libpthread.so.2 libthr.so.2 >> | libpthread.so libthr.so >> `---- >> > > Yes. > >> >>> This should work around the problem you are seeing. And be sure to >>> load sem, otherwise you'll see another panic... >> >> How can i got sure to load them? > > As root type: "kldload sem". # kldload sem kldload: can't load sem: No such file or directory ?? > To verify if it is loaded run "kldstat -v |grep sem.ko" > something like this should appear: > 2 1 0xffffffff8cf7d000 20d2 sem.ko # kldstat -v |grep sem.ko Nothing happens. How can this be - I have 'sem_load="YES"' in my /boot/loader.conf But - I am a step further with yout tipps. I can start the firefox now, but it crashes after some actions: # firefox3 (firefox-bin:2287): GLib-GObject-WARNING **: IA__g_object_weak_unref: couldn't find weak ref 0x29e4f448(0x8099258) Bad system call (core dumped) # firefox3 http://www.freebsd.org (firefox-bin:2319): GLib-GObject-WARNING **: IA__g_object_weak_unref: couldn't find weak ref 0x29e4f448(0x8099258) (firefox-bin:2319): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed (firefox-bin:2319): Gdk-CRITICAL **: gdk_x11_atom_to_xatom_for_display: assertion `atom != GDK_NONE' failed Segmentation fault (core dumped) > P.S. please fix your mail setup, i cannot send mail directly to you. [x] done