Hello Peter,<br><br>Yes, I did.<br><br>Nice script!  - over my head but I waded through this with my home setup that I use to test before even doing updates at school.  A new version of firefox did it to me a month or two ago at home...<br>
<br>I'm running a 32 bit version of Firefox out of /opt on my 64 bit systems now with all of the plugins working...  Everything was fine until the update that included a newer Firefox.  I knew I shouldn't have let into the update.  Just too tired to think!<br>
<br>Today I've got the same problem on one of my three production servers.  I let Firefox update and now all of my plugins are trashed in K12LTSP...  This is in another thread.<br><br>I wonder if the EL5 that Eric massaged for all of us in 64 bit is now polluted by soem repo mistake??<br>
<br>Thanks,<br><br>Jim<br>

<ul><li><em>From</em>: "Peter Hartmann" <ascensiontech gmail com></li><li><em>To</em>: "Support list for open source software in schools." <k12osn redhat com></li><li><em>Subject</em>: [K12OSN] firefox segfaults on centos5</li>
<li><em>Date</em>: Wed, 10 Dec 2008 14:00:04 -0500</li></ul>


<hr>


<pre>This is a problem that happens when a new profile is created and the<br>latest flash-plugin (installed from repo).  The crash happens after<br>logging into a Gmail account.<br><br>(Gecko:819): Gdk-WARNING **: shmget failed: error 28 (No space left on device)<br>
/usr/lib/firefox-3.0.1/run-mozilla.sh: line 131:   819 Segmentation<br>fault      "$prog" ${1+"$@"}<br><br><br>Apparently the Flash plugin doesn't release the shared memory that it<br>allocates.<br>
<br>After I run this script the problem goes away.   Is anyone else<br>experiencing this?<br><br><br><br>#!/bin/bash<br>ID=$(ipcs -m | awk '{print $2}')<br><br>  for id in $ID<br>  do<br>   ipcrm -m $id<br>  done<br>
<br></pre>