[postgis-devel] [PostGIS] #1080: cunit is crashing on test_ShpDumerDestroy()
PostGIS
trac at osgeo.org
Fri Jul 1 02:38:21 PDT 2011
#1080: cunit is crashing on test_ShpDumerDestroy()
---------------------------+------------------------------------------------
Reporter: robe | Owner: mcayland
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: loader/dumper | Version: trunk
Keywords: |
---------------------------+------------------------------------------------
Comment(by mcayland):
I was unable to reproduce the crash locally, but I noticed that the config
initialiser wasn't being called which would have left some pointers
intialised with random data. Hence a call to ShpDumperDestroy() would try
to free random pointer values which could cause a crash.
Could you try a checkout >= r7533 and let me know if that fixes the issue?
Incidentally we should probably fix the regression tests so that "make
check" runs even if --with-gui is not specified during configure.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1080#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list