[postgis-tickets] [PostGIS] #3206: winnie crashing with topology ST_AddModeFace in C commit 9.3 w32 bit run
PostGIS
trac at osgeo.org
Sun Jul 19 07:42:18 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 robe):
on my mingw-w64 32-bit (gcc 4.8.1) it returns:
{{{
__extension__ typedef long long int64_t;
printf("%" "I64d", x);
}}}
on my mingw-w64 64-bit (gcc 4.8.3) it returns:
{{{
__extension__ typedef long long int64_t;
printf("%" "I64d", x);
}}}
different from yours but same on both 32-bit/64-bit for me.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3206#comment:11>
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