This is a discussion on OpenBSD 3.4 Mozilla 1.4 crash. within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> Hi all. Couldn't find a "ports" group, so decided to post it here. The broser, Mozilla 1.4 crashes way ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all. Couldn't find a "ports" group, so decided to post it here. The broser, Mozilla 1.4 crashes way to often on me, is it common? Sometimes it crashes on encrypted https pages, some- times while using the composer and sometimes for no reason at all. I installed it. using the ports system. Posting this, because I like the system, that's about the only "glitch" that I have. I'll try to alias mozilla with "mozilla 2>~/mozilla.log" next time, maybe it will give me some info. Thanks for reading this. -nabis Sat Jul 10 20:40:00 CDT 2004 A little extra: |
| |||
| Update. I think I cought the error with 2>~/mozilla.error It says: "Gdk-WARNING **: shmat failed: error 24 (Too many open files)" And console gives me similar errors: XFree86-Bigfont extension: shmat() failed, size = 110592, \ errno = 24 Gone googling. -nabis Sun Jul 11 00:35:10 CDT 2004 |
| |||
| On Sun, 11 Jul 2004, nabis wrote: > Update. > I think I cought the error with 2>~/mozilla.error > It says: > "Gdk-WARNING **: shmat failed: error 24 (Too many open files)" > And console gives me similar errors: > XFree86-Bigfont extension: shmat() failed, size = 110592, \ > errno = 24 run with --no-xshm or increase the kern.shm sysctls. -- |
| ||||
| Ted Unangst wrote: > On Sun, 11 Jul 2004, nabis wrote: > > >>Update. >>I think I cought the error with 2>~/mozilla.error >>It says: >>"Gdk-WARNING **: shmat failed: error 24 (Too many open files)" >>And console gives me similar errors: >>XFree86-Bigfont extension: shmat() failed, size = 110592, \ >>errno = 24 > > > run with --no-xshm or increase the kern.shm sysctls. > Thank you. I increased the kern.shminfo.shmmax value to 15088608, the console messages seem to be gone. -nabis |