[postgis-devel] Issue 54 in postgis: segfault with st_numgeometries when --enable-debug
codesite-noreply at google.com
codesite-noreply at google.com
Tue Sep 23 14:37:07 PDT 2008
Issue 54: segfault with st_numgeometries when --enable-debug
http://code.google.com/p/postgis/issues/detail?id=54
Comment #7 by mark.cav... at siriusit.co.uk:
Ah. I think it's a difference between 32 bit and 64 bit compiler ABIs -
once is pass
by reference while the other is pass by value. Using __va_copy() seems to
do the
right thing - can you quickly test after an "svn up / make clean / make
install"?
Many thanks,
Mark.
--
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