[postgis-devel] [PostGIS] #1080: cunit is crashing on test_ShpDumerDestroy()

PostGIS trac at osgeo.org
Fri Jul 1 13:15:43 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):

 Hmmm that doesn't make much sense at all :(  You don't need to upgrade
 PostgreSQL as liblwgeom is being used as a standalone library. A couple of
 things to try:

 1) Did you try a complete "make clean" and "make" when you did an "svn
 up"?

 2) Can you get a gdb backtrace from the process as it crashes? Something
 like:

 make clean
 ./configure --with-gui
 make
 cd loader
 make check
 cd cunit
 gdb cu_tester

 Then from within gdb:

 run
 (crash)
 bt

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1080#comment:5>
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