[mapserver-users] Floating point exception agg png

2011-03-21 Thread Daniel Degasperi
Hi, I'v encountered following problem with outputformat png (agg driver): shp2img -m /data/sites/R3-MTB-Public/sito/etc/goldart/mtb.map -l "ropeway" -e 667072.437052 5153904.693426 677867.431220 5164699.687594 -s 1224 1224 -o test-mtb.png -all_debug 1 (i got a FPE) The debugger backtrace give

Re: [mapserver-users] Floating point exception agg png

2011-03-21 Thread thomas bonfort
Daniel, any chance you can create a ticket for that with a mapfile and sample data that reproduces it ? the png vs. jpeg should not intervene as at the point the error is occuring the code path has been nearly identical (i.e. no png or jpeg library calls have been made yet). thomas On Mon, Mar 21

Re: [mapserver-users] Floating point exception agg png

2011-03-21 Thread Daniel Degasperi
Ok, ticket created at http://trac.osgeo.org/mapserver/ticket/3760 and necessary files attached. Daniel Am 21/03/2011 15:03, schrieb thomas bonfort: Daniel, any chance you can create a ticket for that with a mapfile and sample data that reproduces it ? the png vs. jpeg should not intervene as a