Changes between Initial Version and Version 1 of Ticket #5775


Ignore:
Timestamp:
Dec 16, 2014, 5:17:21 PM (9 years ago)
Author:
juliomalegria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5775 – Description

    initial v1  
    33This is how you can repro this (you need to have LIBKML compiled):
    44
     5{{{
    56$ ogrinfo --version
    67GDAL 1.11.1, released 2014/09/24
     
    2324ogr.RegisterAll()
    2425Segmentation fault
     26}}}
    2527
    2628I works if I skip any other library
    2729
     30{{{
    2831$python
    2932import os
     
    3235ogr.RegisterAll()
    3336ogr.RegisterAll()
    34 # This also works ...
     37# This also works ..
     38}}}