Opened 9 years ago

Closed 7 years ago

#3242 closed defect (wontfix)

Segfault in Jenkins 2.0 test run

Reported by: strk Owned by: Bborie Park
Priority: medium Milestone: PostGIS 2.0.8
Component: raster Version: 2.0.x
Keywords: Cc:

Description

See http://debbie.postgis.net:8080/job/PostGIS_Regress/7553/console

Extract:

 PostgreSQL 8.4.17 on x86_64-unknown-linux-gnu, compiled by GCC gcc (Debian 4.4.5-8) 4.4.5, 64-bit
 Postgis 2.0.8SVN - r13922 - 2015-08-18 10:14:52
   GEOS: 3.4.3dev-CAPI-1.8.3 r4073
   PROJ: Rel. 4.7.1, 23 September 2009
...
make[3]: Entering directory `/var/lib/jenkins/workspace/postgis/branches/2.0/raster/test/core'
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../rt_core -I../../../liblwgeom  -I/var/lib/jenkins/workspace/gdal/rel-2.0w64/include -I/var/lib/jenkins/workspace/geos/rel-3.4.3devw64/include -c testapi.c
mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../rt_core -I../../../liblwgeom  -I/var/lib/jenkins/workspace/gdal/rel-2.0w64/include -I/var/lib/jenkins/workspace/geos/rel-3.4.3devw64/include testapi.o ../../rt_core/librtcore.a ../../rt_core/librtcore.a ../../../liblwgeom/.libs/liblwgeom.a -L/var/lib/jenkins/workspace/gdal/rel-2.0w64/lib -lgdal -L/var/lib/jenkins/workspace/geos/rel-3.4.3devw64/lib -lgeos_c -lm  -o testapi
gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../rt_core -I../../../liblwgeom  -I/var/lib/jenkins/workspace/gdal/rel-2.0w64/include -I/var/lib/jenkins/workspace/geos/rel-3.4.3devw64/include -c testwkb.c
mode=link gcc -g -O2  -fPIC -DPIC  -Wall -Wmissing-prototypes -I../../rt_core -I../../../liblwgeom  -I/var/lib/jenkins/workspace/gdal/rel-2.0w64/include -I/var/lib/jenkins/workspace/geos/rel-3.4.3devw64/include testwkb.o ../../rt_core/librtcore.a ../../rt_core/librtcore.a ../../../liblwgeom/.libs/liblwgeom.a -L/var/lib/jenkins/workspace/gdal/rel-2.0w64/lib -lgdal -L/var/lib/jenkins/workspace/geos/rel-3.4.3devw64/lib -lgeos_c -lm  -o testwkb
./testapi
Warning 6: PNG driver doesn't support data type Int16. Only eight bit (Byte) and sixteen bit (UInt16) bands supported. Defaulting to Byte

make[3]: *** [check] Segmentation fault
make[3]: Leaving directory `/var/lib/jenkins/workspace/postgis/branches/2.0/raster/test/core'

Is it normal that raster tests are run while GDAL isn't being reported by run_test.pl ?

Change History (1)

comment:1 by pramsey, 7 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.