Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2009 19:15:11 +0200
From:      Heino Tiedemann <rotkaps_spam_trap@gmx.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: www/firefox35 coredumps every time at startup
Message-ID:  <v9ipi6-042.ln1@news.hansenet.de>
References:  <86zlbfbwby.fsf@rincewind.tihnet> <20090708060050.GA54401@mud.stack.nl> <20090708072131.85300@gmx.net> <20090708073546.GA78132@bsdcrew.de> <86y6qyeu0n.fsf@rincewind.tihnet> <cishi6-gb1.ln1@news.hansenet.de> <op.uwtf8hhs9aq2h7@localhost> <86tz1lhabk.fsf@rincewind.tihnet> <op.uwth78mp9aq2h7@localhost> <4A574D19.1020306@kasimir.com> <bggki6-eai2.ln1@news.hansenet.de> <4A59E04C.1080605@kasimir.com> <b19pi6-cv.ln1@news.hansenet.de> <4A59FCE8.1010803@kasimir.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Florian Smeets <flo@kasimir.com> wrote:

> On 12.07.09 16:36, Heino Tiedemann wrote:
>> Florian Smeets<flo@kasimir.com>  wrote:
>>
>>> On 10.07.09 21:13, Heino Tiedemann wrote:
>>>> Florian Smeets<flo@kasimir.com>   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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v9ipi6-042.ln1>