Ticket #147 (closed task: worksforme)
regress_ogc_prep fails with PostgreSQL crash
| Reported by: | mloskot | Owned by: | |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.4.0 |
| Component: | postgis | Version: | |
| Keywords: | Cc: |
Description (last modified by robe) (diff)
What steps will reproduce the problem?
1. Update/Checkout? Revision 3986 of SVN trunk
2. Configure
./autogen.sh && ./configure
3. (Re)Build
make clean && make && sudo make install && make check
4. Check tests result
...
regress_ogc_cover. ok regress_ogc_prep. failed (diff expected obtained:
/tmp/pgis_reg_32763/test_42_diff)
Run tests: 42 Failed: 1
5. There are many diff lines in file /tmp/pgis_reg_32763/test_42_diff and at the end there is message indicating that PostgreSQL crashed:
! server closed the connection unexpectedly ! This probably means the server terminated abnormally ! before or while processing the request. ! connection to server was lost
Operating system information: Tests run under Linux (Ubuntu 8.10) on 32-bit and 64-bit machines.
Two files attached with test_42_diff output: 32bit-trunk-r3986- regress_ogc_prep-fail-diff.txt 64bit-trunk-r3986- regress_ogc_prep-fail-diff.txt

