[mapserver-users] Java Crash

2011-08-18 Thread Stuart . Harlan
I compiled MapServer 6.0.1 on Windows, with threads, and removed the components marked unsafe. I also built the Java Mapscript component, targeting the 1.5 JVM. I can generate a map image, and save it to a file using the Java method imageObj.save(filename, map). However, when I try to call

Re: [mapserver-users] Java Crash

2011-08-18 Thread Thiago Tiedtke dos Reis
Hi Stuart, I don't know if are related problems ... This same problem happens with me, when I trying to build a extension for Tcl without a little patch. After the patch, the method getBytes then works fine for me...see: http://trac.osgeo.org/mapserver/ticket/1533 Good lucky! Thiago Tiedtke