[postgis-tickets] [PostGIS] #2260: Benchmarking speed between built-in tiger normalizer and pagc_address_parser
PostGIS
trac at osgeo.org
Sat Apr 20 18:17:29 PDT 2013
#2260: Benchmarking speed between built-in tiger normalizer and
pagc_address_parser
---------------------------------+------------------------------------------
Reporter: robe | Owner: robe
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.1.0
Component: pagc_address_parser | Version: trunk
Keywords: |
---------------------------------+------------------------------------------
Comment(by robe):
Okay the good news. All tests on my mingw64 postgresql pass if I compile
without the debug or cassert flags.
So building like this:
{{{
-- No crash
./configure --prefix=${PROJECTS}/pgx64/pg${PG_VER} \
--build=x86_64-w64-mingw32 \
--host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 \
--with-pgport=8442 --disable-float8-byval \
--enable-integer-datetimes --without-zlib
}}}
building like this:
{{{
-- Crashes --
./configure --prefix=${PROJECTS}/pgx64/pg${PG_VER} \
--build=x86_64-w64-mingw32 \
--host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 \
--with-pgport=8442 --disable-float8-byval --enable-cassert --enable-debug
\
--enable-integer-datetimes --without-zlib
}}}
So either the mingw has a bug in the debugging/or cassert logic or its
catching things your Linux one isn't because your linux is not compiled
with debug and cassert flags.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2260#comment:20>
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