Florian Smeets <[email protected]> wrote: > On 12.07.09 16:36, Heino Tiedemann wrote: >> Florian Smeets<[email protected]> wrote: >> >>> On 10.07.09 21:13, Heino Tiedemann wrote: >>>> Florian Smeets<[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
