id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1799,Passing zero as max_length to ST_Segmentize() causes crash,skwash,pramsey,"Running something like the following causes server process to max out the CPU and seems to require a kill -9 to stop the process (crashing postgres entirely). {{{ SELECT ST_Segmentize(ST_MakeLine(ST_MakePoint(0,0), ST_MakePoint(1,1)), 0); }}} It doesn't really make sense to pass zero, but I'm sure someone else at some point will try it with worse results than what I caused myself today. ;) A simple param validation to catch this would probably be useful to ensure idiots (like me!) don't do this on accident.",defect,closed,blocker,PostGIS 1.5.4,postgis,1.5.X,fixed,,