> The reason I'm not calling this 0.4.0 is that twice, once each on two > different computers, the program crashed, but did not dump core because of > ulimit. I ran the debugger, but could not get it to crash again. I ran it > without the debugger, but it still didn't crash.
If not already done, I'd strongly suggest using the 2 favorite debuggers of the C/C++ programmer for memory related issues: - build with https://github.com/google/sanitizers/wiki/AddressSanitizer - or run with http://valgrind.org/ -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ Discuss mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/discuss
