[postgis-tickets] [PostGIS] #3206: winnie crashing with topology ST_AddModeFace in C commit 9.3 w32 bit run

PostGIS trac at osgeo.org
Sat Jul 18 03:18:52 PDT 2015


#3206: winnie crashing with topology ST_AddModeFace in C commit 9.3 w32 bit run
-----------------------+---------------------------
  Reporter:  robe      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  blocker   |  Milestone:  PostGIS 2.2.0
 Component:  topology  |    Version:  trunk
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by strk):

 On a 64bit linux, against PostgreSQL 9.4.1, st_addedgemodface.sql runs
 valgrind-clean:
 {{{
 ==23248== Memcheck, a memory error detector
 ==23248== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
 ==23248== Using Valgrind-3.11.0.SVN and LibVEX; rerun with -h for
 copyright info
 ==23248== Command: /home/postgresql-9.4/bin/postgres --single postgis_reg
 ==23248==
 ==23248==
 ==23248== HEAP SUMMARY:
 ==23248==     in use at exit: 2,601,151 bytes in 752 blocks
 ==23248==   total heap usage: 5,530 allocs, 4,778 frees, 15,179,680 bytes
 allocated
 ==23248==
 ==23248== LEAK SUMMARY:
 ==23248==    definitely lost: 1,429 bytes in 24 blocks
 ==23248==    indirectly lost: 6,237 bytes in 124 blocks
 ==23248==      possibly lost: 0 bytes in 0 blocks
 ==23248==    still reachable: 2,593,485 bytes in 604 blocks
 ==23248==         suppressed: 0 bytes in 0 blocks
 ==23248== Rerun with --leak-check=full to see details of leaked memory
 ==23248==
 ==23248== For counts of detected and suppressed errors, rerun with: -v
 ==23248== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 94 from 13)
 }}}

 I guess this might have to do with LWT_INT64. Before this commit we
 included postgis_config.h, do you have _WIN32 defined in postgis_config.h
 by any chance ?

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3206#comment:3>
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-tickets mailing list