[postgis-devel] [PostGIS] #280: in_gml regression test fails

PostGIS trac at osgeo.org
Fri Oct 30 08:04:28 PDT 2009


#280: in_gml regression test fails
----------------------+-----------------------------------------------------
  Reporter:  mloskot  |       Owner:  pramsey      
      Type:  defect   |      Status:  new          
  Priority:  medium   |   Milestone:  postgis 1.5.0
 Component:  postgis  |     Version:  trunk        
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------
Old description:

> Running regression tests against PostGIS from current trunk (r4706) gives
> failure for the ''in_gml'' test
>
> {{{
>  in_gml. failed (diff expected obtained:
> /tmp/pgis_reg_27721/test_45_diff)
> }}}
>
> and it looks it crashes the server
>
> {{{
> $ tail -n 2 /tmp/pgis_reg_27721/test_45_diff
> --- 1 ----
> ! psql: FATAL:  the database system is in recovery mode
> }}}
>
> I did full rebuild of both, PostGIS and GEOS.
>
> Full test log attached.
>
> The problem may be related to bug reported in #273.
>
> Environment:
>  * Linux 64-bit
>  * GCC 4.4.1
>  * GEOS (version 3.2.0 from SVN trunk
> [http://trac.osgeo.org/geos/changeset/2710 2710])

New description:

 Running regression tests against PostGIS from current trunk (r4706) gives
 failure for the ''in_gml'' test

 {{{
  in_gml. failed (diff expected obtained: /tmp/pgis_reg_27721/test_45_diff)
 }}}

 and it looks it crashes the server

 {{{
 $ tail -n 2 /tmp/pgis_reg_27721/test_45_diff
 --- 1 ----
 ! psql: FATAL:  the database system is in recovery mode
 }}}

 I did full rebuild of both, PostGIS and GEOS.

 Full test log attached.

 The problem may be related to bug reported in #273.

 Environment:
  * Linux 64-bit (Ubuntu 9.10 Karmic Koala)
  * GCC 4.4.1
  * GEOS (version 3.2.0 from SVN trunk
 [http://trac.osgeo.org/geos/changeset/2710 2710])
  * libxml2 2.7.5

Comment (by mloskot):

 I use libxml2 2.7.5 installed from Ubuntu 9.10 packages

 Here is output of the commands:

  * ldd
 {{{
 $ ldd /usr/lib/postgresql/8.4/lib/postgis-1.5.so
         linux-vdso.so.1 =>  (0x00007ffffc7d1000)
         libgeos_c.so.1 => /usr/local/lib/libgeos_c.so.1
 (0x00007f28c74bd000)
         libproj.so.0 => /usr/lib/libproj.so.0 (0x00007f28c727c000)
         libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007f28c6f2d000)
         libc.so.6 => /lib/libc.so.6 (0x00007f28c6bbe000)
         libgeos-3.2.0.so => /usr/local/lib/libgeos-3.2.0.so
 (0x00007f28c66bd000)
         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f28c63ac000)
         libm.so.6 => /lib/libm.so.6 (0x00007f28c6128000)
         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f28c5f11000)
         libdl.so.2 => /lib/libdl.so.2 (0x00007f28c5d0c000)
         libz.so.1 => /lib/libz.so.1 (0x00007f28c5af5000)
         /lib64/ld-linux-x86-64.so.2 (0x00007f28c7986000)
 }}}

  * xml2config
 {{{
 mloskot at vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ xml2config --version
 No command 'xml2config' found, did you mean:
  Command 'xml2-config' from package 'libxml2-dev' (main)
 xml2config: command not found
 mloskot at vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ xml2-config --version
 2.7.5
 mloskot at vb-ubuntu910-x64:~/dev/postgis/_svn/trunk$ ./configure | grep xml
 checking for xml2-config... /usr/bin/xml2-config
 checking libxml/tree.h usability... yes
 checking libxml/tree.h presence... yes
 checking for libxml/tree.h... yes
 checking libxml/parser.h usability... yes
 checking libxml/parser.h presence... yes
 checking for libxml/parser.h... yes
 checking for xmlInitParser in -lxml2... yes
   Libxml2 config:       /usr/bin/xml2-config
   Libxml2 version:      2.7.5
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/280#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS


More information about the postgis-devel mailing list