Hello, I am brand new to FreeBSD running version 8.3 as I learn, and I am sure my problem is something basic for everyone else. I followed the handbook to install Firefox 29.0 and also installed Java and Flash. But every time I start Firefox I get the following messages on the xterm I start it from
When Firefox eventually crashes sometimes the error is
Other times when it crashes it just says
I am confused by the Fontconfig errors since I don't have a /etc/fonts directory, but I do have the file it is complaining about in /usr/local/etc/fonts/conf.d. I don't know why the path in my Fontconfig error differs in that way compared to similar errors I have read about in my serach for help. The nearest solution I could find was just to delete the problem line from the file but I'm not sure if I should do that! Is there a configuration step that I missed somewhere?
When I got the "/: write failed, filesystem is full" error I checked and it sure is! But I don't know what it's full of.
Firefox usually crashes on a page that tries to play a video. I've read that maybe this is something to do with HTML5? Anyway I followed the added instructions from the Firefox notes during installation to add
Code:
(process:1531): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
Code:
/: write failed, filesystem is full
Bus error
Code:
Bus error (core dumped)
When I got the "/: write failed, filesystem is full" error I checked and it sure is! But I don't know what it's full of.
Firefox usually crashes on a page that tries to play a video. I've read that maybe this is something to do with HTML5? Anyway I followed the added instructions from the Firefox notes during installation to add
sem_load="YES" to the /boot/loader.conf file. I have tried some other things I found in my search for a solution such as compiling the port using GCC but it didn't seem to make a difference. There is quite some information out there on this type of behavior but it is so varied and because I am brand new to this type of OS I am not sure which direction to go. I could sure use some help!