[geos-devel] Re: [GEOS] #469: testrunner fail

GEOS geos-trac at osgeo.org
Mon Aug 22 17:16:36 EDT 2011


#469: testrunner fail
------------------------+---------------------------------------------------
 Reporter:  aperi2007   |       Owner:  geos-devel@…              
     Type:  defect      |      Status:  new                       
 Priority:  major       |   Milestone:  3.3.1                     
Component:  Default     |     Version:  svn-trunk                 
 Severity:  Unassigned  |    Keywords:                            
------------------------+---------------------------------------------------

Comment(by aperi2007):

 Hi,
 finally I found how execute the program :)

 This is the result of execution with gdb:


 {{{
 make[3]: `bug234' is up to date.
 make[3]: `TestSweepLineSpeed' is up to date.
 make[3]: Leaving directory `/home/archivio/postgres/software/geos/geos-
 svn/tests/bigtest'
 make[2]: Leaving directory `/home/archivio/postgres/software/geos/geos-
 svn/tests/bigtest'
 Making check in xmltester
 make[2]: Entering directory `/home/archivio/postgres/software/geos/geos-
 svn/tests/xmltester'
 make  check-TESTS
 make[3]: Entering directory `/home/archivio/postgres/software/geos/geos-
 svn/tests/xmltester'
 GNU gdb (GDB) Red Hat Enterprise Linux (7.2-48.el6)
 Copyright (C) 2010 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later
 <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
 and "show warranty" for details.
 This GDB was configured as "x86_64-redhat-linux-gnu".
 For bug reporting instructions, please see:
 <http://www.gnu.org/software/gdb/bugs/>...
 Reading symbols from /home/archivio/postgres/software/geos/geos-
 svn/tests/xmltester/.libs/lt-XMLTester...done.
 (gdb) start
 Temporary breakpoint 1 at 0x40e290: file XMLTester.cpp, line 1458.
 Starting program: /home/archivio/postgres/software/geos/geos-
 svn/tests/xmltester/.libs/lt-XMLTester -v --test-valid-output
 ./tests/testLeaksBig.xml ./tests/split.xml ./tests/hexwkb.xml
 ./tests/test.xml ./tests/linemerge.xml ./tests/TestIsValid.xml
 ./tests/robustness.xml ./tests/buffer.xml ./tests/singlesidedbuffer.xml
 ./tests/ticket/bug176.xml ./tests/ticket/bug188.xml
 ./tests/ticket/bug244.xml ./tests/ticket/bug275.xml
 ./tests/ticket/bug350.xml ./tests/ticket/bug356.xml
 ./tests/ticket/bug358.xml ./tests/ticket/bug360.xml
 ./tests/ticket/bug366.xml ./tests/ticket/bug392.xml
 ./tests/ticket/bug398.xml ./tests/ticket/bug434.xml
 ./tests/general/TestBoundary.xml ./tests/general/TestBuffer.xml
 ./tests/general/TestBufferMitredJoin.xml ./tests/general/TestCentroid.xml
 ./tests/general/TestConvexHull.xml ./tests/general/TestConvexHull-big.xml
 ./tests/general/TestDistance.xml ./tests/general/TestFunctionAAPrec.xml
 ./tests/general/TestFunctionAA.xml ./tests/general/TestFunctionLAPrec.xml
 ./tests/general/TestFunctionLA.xml ./tests/general/TestFunctionLLPrec.xml
 ./tests/general/TestFunctionLL.xml ./tests/general/TestFunctionPA.xml
 ./tests/general/TestFunctionPLPrec.xml ./tests/general/TestFunctionPL.xml
 ./tests/general/TestFunctionPP.xml ./tests/general/TestInteriorPoint.xml
 ./tests/general/TestRectanglePredicate.xml
 ./tests/general/TestRelateAA.xml ./tests/general/TestRelateLA.xml
 ./tests/general/TestRelateLL.xml ./tests/general/TestRelatePL.xml
 ./tests/general/TestRelateAC.xml ./tests/general/TestRelateLC.xml
 ./tests/general/TestRelatePA.xml ./tests/general/TestRelatePP.xml
 ./tests/general/TestSimple.xml ./tests/general/TestUnaryUnion.xml
 ./tests/general/TestValid.xml ./tests/general/TestValid2.xml
 ./tests/general/TestValid2-big.xml ./tests/general/TestWithinDistance.xml
 ./tests/stmlf/stmlf-cases-20061020.xml ./tests/stmlf/stmlf-cases-20061020
 -invalid-output.xml ./tests/stmlf/stmlf-cases-20070119.xml
 ./tests/robust/TestRobustOverlayFixed.xml
 ./tests/robust/TestRobustRelate.xml ./tests/fme.xml
 ./tests/TestBufferExternal.xml ./tests/TestBufferExternal2.xml
 ./tests/heisenbugs.xml ./tests/badguy3.xml ./tests/hole_from_shell.xml
 ./tests/hole_red.xml ./tests/safe/16595.xml ./tests/safe/16596.xml

 Temporary breakpoint 1, main (argC=71, argV=0x7fffffffd838)
     at XMLTester.cpp:1458
 1458    {
 Missing separate debuginfos, use: debuginfo-install
 glibc-2.12-1.25.el6_1.3.x86_64 libgcc-4.4.5-6.el6.x86_64
 libstdc++-4.4.5-6.el6.x86_64
 (gdb) libstdc++-4.4.5-6.el6.x86_64

 }}}

 and this is the result of bt command:


 {{{
 #0  main (argC=71, argV=0x7fffffffd838) at XMLTester.cpp:1458

 }}}

 Regards,

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/469#comment:6>
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