[postgis-devel] Issue 54 in postgis: segfault with st_numgeometries when --enable-debug

codesite-noreply at google.com codesite-noreply at google.com
Mon Sep 22 17:20:05 PDT 2008


Issue 54: segfault with st_numgeometries when --enable-debug
http://code.google.com/p/postgis/issues/detail?id=54

Comment #1 by pwramsey3:
Update, this bug is very hard to create, it only occurs when  
st_numgeometries is the
very first function to exercise the notice handler, which probably only  
occurs when
you're doing things like run postgres in single user mode.

gdb postgres
run --single postgisdb
select st_numgeometries(the_geom) from thetable limit 1
>! segfault !<

but, if you first run a function that works, like st_area, and *then* run
st_numgeometries, everything works fine.


Issue attribute updates:
	Labels: -Priority-High Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list