Changes between Initial Version and Version 1 of Ticket #2868
- Timestamp:
- 01/15/16 03:05:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2868
- Property Component Default → Vector
- Property Keywords v.in.ogr added
- Property Version unspecified → svn-releasebranch70
-
Ticket #2868 – Description
initial v1 1 1 I got segmentation fault in `v.in.ogr` module with `-t` flag. To reproduce it, type the next lines (in Lat-Lon location): 2 3 {{{ 2 4 3 5 > g.version -r … … 27 29 28 30 Segmentation fault (core dumped) 31 }}} 29 32 30 33 But the map is created: 34 35 {{{ 31 36 > v.out.ascii tmp format=wkt 32 37 POLYGON((41.16783751 49.18823660, 41.17928406 49.19697812, 41.18910196 49.18532947, 41.20430612 49.16872545, 41.19158202 49.16598205, 41.18895894 49.16549866, 41.18763569 49.16499059, 41.16783751 49.18823660)) 38 }}} 39 33 40 34 41 PS If I don't use `-t` flag the error doesn't appear.