[mapserver-users] crash on SYMBOL

2010-12-21 Thread Bart van den Eijnden (OSGIS)
Hi list, we have some faulty MAP files, which did not crash MS 5.2, however they do seem to crash MS trunk. It results in a segfault (e.g. in a WMS GetCapabilities request) when we use e.g. SYMBOL 604310017 Any idea what has changed in the meantime to cause this to segfault? TIA. Best

Re: [mapserver-users] crash on SYMBOL

2010-12-21 Thread Daniel Morissette
Bart, Is 604310017 a symbol name? If you add quotes around it in the mapfile then the entry should be treated as a symbol name and the seg fault would go away, can you verify that? I suspect the integer value 604310017 (without quotes) is treated as an index and used to access the array of

Re: [mapserver-users] crash on SYMBOL

2010-12-21 Thread Alan Boudreault
Fixed and committed in r10809. Alan On December 21, 2010 02:25:44 pm Daniel Morissette wrote: Bart, Is 604310017 a symbol name? If you add quotes around it in the mapfile then the entry should be treated as a symbol name and the seg fault would go away, can you verify that? I suspect