Changes between Initial Version and Version 2 of Ticket #219


Ignore:
Timestamp:
Mar 18, 2009, 8:26:10 AM (15 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #219

    • Property Owner changed from geos-devel@… to pramsey
    • Property Version3.0.3
    • Property Milestone3.0.4
  • Ticket #219 – Description

    initial v2  
    22
    33What steps will reproduce the problem?
     4
    451. Run the attached script
    5 2.
    6 3.
    76
    87What is the expected output? What do you see instead?
    9 
     8{{{
    109server closed the connection unexpectedly
    1110        This probably means the server terminated abnormally
    1211        before or while processing the request.
    1312connection to server was lost
    14 
     13}}}
    1514
    1615What version of the product are you using? On what operating system?
    17 
     16{{{
    1817psql 8.3.5
    1918postgis_version: 1.3 USE_GEOS=1 USE_PROJ=1 USE_STATS=1
    2019postgis_geos_version: 3.0.1-CAPI-1.4.2
    2120Fedora 10
     21}}}
    2222
    2323Please provide any additional information below.
     
    2525The following is written to the log file:
    2626
    27 bufferOriginalPrecision failed (TopologyException: unable to assign hole to
    28 a shell), trying with reduced precision
    29 recomputing with precision scale factor = 1e+09
     27{{{
     28bufferOriginalPrecision failed (TopologyException: unable to assign hole to a shell), trying with reduced precision recomputing with precision scale factor = 1e+09
    3029Scaler: offsetX,Y: 0,0 scaleFactor: 1e+09
    3130 dstahlke svdev [local] SELECT:
    32 ../../source/headers/geos/noding/SegmentString.h:175: void
    33 geos::noding::SegmentString::testInvariant() const: Assertion `pts->size()
    34 > 1' failed.
     31../../source/headers/geos/noding/SegmentString.h:175: void geos::noding::SegmentString::testInvariant() const: Assertion `pts->size() > 1' failed.
    3532LOG:  server process (PID 863) was terminated by signal 6: Aborted
    3633LOG:  terminating any other active server processes
    3734LOG:  all server processes terminated; reinitializing
    38 LOG:  database system was interrupted; last known up at 2008-12-05 14:16:19
    39 AKST
    40 LOG:  database system was not properly shut down; automatic recovery in
    41 progress
     35LOG:  database system was interrupted; last known up at 2008-12-05 14:16:19 AKST
     36LOG:  database system was not properly shut down; automatic recovery in progress
    4237LOG:  record with zero length at 0/3C5BC340
    4338LOG:  redo is not required
    4439LOG:  database system is ready to accept connections
    4540LOG:  autovacuum launcher started
     41}}}