[geos-devel] [GEOS] #537: LineString.cpp:251: internal compiler
error: Segmentation fault
GEOS
geos-trac at osgeo.org
Fri May 4 01:43:52 PDT 2012
#537: LineString.cpp:251: internal compiler error: Segmentation fault
--------------------------+-------------------------------------------------
Reporter: mbernasocchi | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.3.4
Component: Default | Version: 3.3.3
Severity: Critical | Keywords: android
--------------------------+-------------------------------------------------
when crosscompiling 3.3 branch for android I get: (please note that using
the same flags I could compile 3.2.2)
{{{
/bin/bash ../../libtool --tag=CXX --mode=compile arm-linux-
androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../src/geom -I../../include
-I../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall
-ansi -Wno-long-long -ffloat-store -DANDROID=ON -Wno-psabi -O2 -mthumb
-std=gnu++0x -MT MultiPoint.lo -MD -MP -MF .deps/MultiPoint.Tpo -c -o
MultiPoint.lo ../../../src/geom/MultiPoint.cpp
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I.
-I../../../src/geom -I../../include -I../../include/geos
-I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long
-ffloat-store -DANDROID=ON -Wno-psabi -O2 -mthumb -std=gnu++0x -MT
MultiPoint.lo -MD -MP -MF .deps/MultiPoint.Tpo -c
../../../src/geom/MultiPoint.cpp -fPIC -DPIC -o .libs/MultiPoint.o
libtool: compile: arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I.
-I../../../src/geom -I../../include -I../../include/geos
-I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long
-ffloat-store -DANDROID=ON -Wno-psabi -O2 -mthumb -std=gnu++0x -MT
Location.lo -MD -MP -MF .deps/Location.Tpo -c
../../../src/geom/Location.cpp -o Location.o >/dev/null 2>&1
../../../src/geom/LineString.cpp: In member function 'virtual
std::auto_ptr<geos::geom::Envelope>
geos::geom::LineString::computeEnvelopeInternal() const':
../../../src/geom/LineString.cpp:251: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [LineString.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
}}}
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/537>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list