|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[PostGIS] #279: hausdorff regression test fails#279: hausdorff regression test fails
-----------------------+---------------------------------------------------- Reporter: mloskot | Owner: pramsey Type: defect | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Keywords: hausdorff | -----------------------+---------------------------------------------------- Running regression tests against PostGIS from current trunk (r4706) gives failure for the ''hausdorff'' test {{{ hausdorff. failed (diff expected obtained: /tmp/pgis_reg_25454/test_44_diff) }}} and it looks it crashes the server {{{ $ cat /tmp/pgis_reg_25454/test_44_diff *** hausdorff_expected 2009-07-30 10:28:11.000000000 +0100 --- /tmp/pgis_reg_25454/test_44_out 2009-10-30 12:38:58.000000000 +0000 *************** *** 3,6 **** hausdorff_ls_ls_2|2 hausdorff_ls_mp|1 hausdorff_ls_ls_3|14.142135623731 ! hausdorffdensify_ls_ls|70 --- 3,9 ---- hausdorff_ls_ls_2|2 hausdorff_ls_mp|1 hausdorff_ls_ls_3|14.142135623731 ! server closed the connection unexpectedly ! This probably means the server terminated abnormally ! before or while processing the request. ! connection to server was lost }}} Environment: * Linux 64-bit * GCC 4.4.1 * GEOS (version 3.2.0 from SVN trunk [http://trac.osgeo.org/geos/changeset/2710 2710]) -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/279> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #279: hausdorff regression test fails#279: hausdorff regression test fails
----------------------+----------------------------------------------------- Reporter: mloskot | Owner: pramsey Type: defect | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: hausdorff ----------------------+----------------------------------------------------- Old description: > Running regression tests against PostGIS from current trunk (r4706) gives > failure for the ''hausdorff'' test > > {{{ > hausdorff. failed (diff expected obtained: > /tmp/pgis_reg_25454/test_44_diff) > }}} > > and it looks it crashes the server > > {{{ > $ cat /tmp/pgis_reg_25454/test_44_diff > *** hausdorff_expected 2009-07-30 10:28:11.000000000 +0100 > --- /tmp/pgis_reg_25454/test_44_out 2009-10-30 12:38:58.000000000 > +0000 > *************** > *** 3,6 **** > hausdorff_ls_ls_2|2 > hausdorff_ls_mp|1 > hausdorff_ls_ls_3|14.142135623731 > ! hausdorffdensify_ls_ls|70 > --- 3,9 ---- > hausdorff_ls_ls_2|2 > hausdorff_ls_mp|1 > hausdorff_ls_ls_3|14.142135623731 > ! server closed the connection unexpectedly > ! This probably means the server terminated abnormally > ! before or while processing the request. > ! connection to server was lost > }}} > > 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 ''hausdorff'' test {{{ hausdorff. failed (diff expected obtained: /tmp/pgis_reg_25454/test_44_diff) }}} and it looks it crashes the server {{{ $ cat /tmp/pgis_reg_25454/test_44_diff *** hausdorff_expected 2009-07-30 10:28:11.000000000 +0100 --- /tmp/pgis_reg_25454/test_44_out 2009-10-30 12:38:58.000000000 +0000 *************** *** 3,6 **** hausdorff_ls_ls_2|2 hausdorff_ls_mp|1 hausdorff_ls_ls_3|14.142135623731 ! hausdorffdensify_ls_ls|70 --- 3,9 ---- hausdorff_ls_ls_2|2 hausdorff_ls_mp|1 hausdorff_ls_ls_3|14.142135623731 ! server closed the connection unexpectedly ! This probably means the server terminated abnormally ! before or while processing the request. ! connection to server was lost }}} I did full rebuild of both, PostGIS and GEOS. Environment: * Linux 64-bit * GCC 4.4.1 * GEOS (version 3.2.0 from SVN trunk [http://trac.osgeo.org/geos/changeset/2710 2710]) -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/279#comment:1> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #279: hausdorff regression test fails#279: hausdorff regression test fails
----------------------+----------------------------------------------------- Reporter: mloskot | Owner: pramsey Type: defect | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: hausdorff ----------------------+----------------------------------------------------- Comment (by robe): I wonder if this is related to #258 though Mark had fixed this and I believe he is running 64-bit so must have worked for him. Can you check (ST_LineCrossingDirection) http://www.postgis.org/documentation/manual- svn/ST_LineCrossingDirection.html Since that had similar issues too. I haven't tested against the latest GEOS trunk so that might be something else. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/279#comment:2> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #279: hausdorff regression test fails#279: hausdorff regression test fails
----------------------+----------------------------------------------------- Reporter: mloskot | Owner: pramsey Type: defect | Status: new Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: | Keywords: hausdorff ----------------------+----------------------------------------------------- Old description: > Running regression tests against PostGIS from current trunk (r4706) gives > failure for the ''hausdorff'' test > > {{{ > hausdorff. failed (diff expected obtained: > /tmp/pgis_reg_25454/test_44_diff) > }}} > > and it looks it crashes the server > > {{{ > $ cat /tmp/pgis_reg_25454/test_44_diff > *** hausdorff_expected 2009-07-30 10:28:11.000000000 +0100 > --- /tmp/pgis_reg_25454/test_44_out 2009-10-30 12:38:58.000000000 > +0000 > *************** > *** 3,6 **** > hausdorff_ls_ls_2|2 > hausdorff_ls_mp|1 > hausdorff_ls_ls_3|14.142135623731 > ! hausdorffdensify_ls_ls|70 > --- 3,9 ---- > hausdorff_ls_ls_2|2 > hausdorff_ls_mp|1 > hausdorff_ls_ls_3|14.142135623731 > ! server closed the connection unexpectedly > ! This probably means the server terminated abnormally > ! before or while processing the request. > ! connection to server was lost > }}} > > I did full rebuild of both, PostGIS and GEOS. > > 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 ''hausdorff'' test {{{ hausdorff. failed (diff expected obtained: /tmp/pgis_reg_25454/test_44_diff) }}} and it looks it crashes the server {{{ $ cat /tmp/pgis_reg_25454/test_44_diff *** hausdorff_expected 2009-07-30 10:28:11.000000000 +0100 --- /tmp/pgis_reg_25454/test_44_out 2009-10-30 12:38:58.000000000 +0000 *************** *** 3,6 **** hausdorff_ls_ls_2|2 hausdorff_ls_mp|1 hausdorff_ls_ls_3|14.142135623731 ! hausdorffdensify_ls_ls|70 --- 3,9 ---- hausdorff_ls_ls_2|2 hausdorff_ls_mp|1 hausdorff_ls_ls_3|14.142135623731 ! server closed the connection unexpectedly ! This probably means the server terminated abnormally ! before or while processing the request. ! connection to server was lost }}} I did full rebuild of both, PostGIS and GEOS. 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): Updated info about my OS and libxml2 -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/279#comment:3> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #279: hausdorff regression test fails#279: hausdorff regression test fails
----------------------+----------------------------------------------------- Reporter: mloskot | Owner: pramsey Type: defect | Status: closed Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: fixed | Keywords: hausdorff ----------------------+----------------------------------------------------- Changes (by pramsey): * status: new => closed * resolution: => fixed Comment: Fixed in trunk at r4743. -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/279#comment:4> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
|
|
Re: [PostGIS] #279: hausdorff regression test fails#279: hausdorff regression test fails
----------------------+----------------------------------------------------- Reporter: mloskot | Owner: pramsey Type: defect | Status: closed Priority: medium | Milestone: postgis 1.5.0 Component: postgis | Version: trunk Resolution: fixed | Keywords: hausdorff ----------------------+----------------------------------------------------- Comment (by mloskot): Using recent r4749, I've confirmed the fix works well. Thank you Paul! -- Ticket URL: <http://trac.osgeo.org/postgis/ticket/279#comment:5> PostGIS <http://trac.osgeo.org/postgis/> PostGIS _______________________________________________ postgis-devel mailing list postgis-devel@... http://postgis.refractions.net/mailman/listinfo/postgis-devel |
| Free embeddable forum powered by Nabble | Forum Help |