<br><font size=2 face="sans-serif">Hi</font>
<br>
<br><font size=2 face="sans-serif">Some developers (Umberto, Tamas) work
on a solution of this problem. </font>
<br>
<br><font size=2 face="sans-serif">As a workaround I made good experiences
with </font>
<br><font size=2 face="sans-serif">http://lists.umn.edu/cgi-bin/wa?A2=ind0506&amp;L=mapserver-users&amp;P=87500</font>
<br>
<br><tt><font size=3>&gt; if we dynamically create mapserver-objects, we
allway use code like this:<br>
&gt; classObj cO = new classObj(...);<br>
&gt; ..<br>
&gt; // Do something with cO<br>
&gt; ..<br>
&gt; //now cO isn't used any more<br>
&gt; cO.delete()<br>
</font></tt>
<br><font size=2 face="sans-serif">With &quot;freeing manually&quot; we
made the Mapserver inside Tomcat quite stable.</font>
<br><font size=2 face="sans-serif">Hope, this helps</font>
<br><font size=2 face="sans-serif">Benedikt</font>
<br>
<br>
<br><tt><font size=2>UMN MapServer Users List &lt;MAPSERVER-USERS@LISTS.UMN.EDU&gt;
schrieb am 31.05.2007 15:13:41:<br>
<br>
&gt; <br>
&gt; &nbsp; &nbsp; Hello dear list.<br>
&gt; <br>
&gt; &nbsp; &nbsp;A problem is happening in our production machine which
we were <br>
&gt; unable to reproduce on our development machines. We have a very <br>
&gt; large application almost ready for deployment, in which one of the
<br>
&gt; modules is written in java mapscript 4.10.1, &nbsp;and the error on
the <br>
&gt; attached log happened for the first time when we installed the <br>
&gt; application on the production server. Whats worse, the GIS module
<br>
&gt; causing the error brings down Tomcat and the whole application with
it.<br>
&gt; &nbsp; &nbsp; This is a excerpt from the JVM log:<br>
&gt; <br>
&gt; # An unexpected error has been detected by HotSpot Virtual Machine:<br>
&gt; #<br>
&gt; # &nbsp;SIGSEGV (0xb) at pc=0x636ff93b, pid=19162, tid=1759710128<br>
&gt; #<br>
&gt; # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)<br>
&gt; # Problematic frame:<br>
&gt; # C &nbsp;[libmapscript.so+0x3893b] &nbsp;<br>
&gt; Java_edu_umn_gis_mapscript_mapscriptJNI_delete_1layerObj+0xf<br>
&gt; #<br>
&gt; <br>
</font></tt>