Changes between Initial Version and Version 4 of Ticket #1674


Ignore:
Timestamp:
Aug 16, 2007, 8:41:12 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1674

    • Property Status newclosed
    • Property Cc hobu added
    • Property Component defaultOGR_SF
    • Property Milestone1.4.2
    • Property Keywords mem added
    • Property Resolutionfixed
  • Ticket #1674 – Description

    initial v4  
    1 {{{
    21Code like:
    32
     3{{{
    44use Geo::GDAL;
    55
     
    1010
    1111$datasource->GetDriver;
     12}}}
    1213
    1314causes a segafault:
     
    1516with Memory driver:
    1617
     18{{{
    1719#0  0x001aa473 in strlen () from /lib/libc.so.6
    1820#1  0x0105b3f8 in CPLStat () from /usr/local/lib/libgdal.so.1
     
    2426#6  0x00720f8c in _wrap_DataSource_GetDriver (my_perl=0x9167008, cv=0x9284930)
    2527    at ogr_wrap.cpp:1788
    26 
     28}}}
    2729
    2830with Shapefile driver:
    2931
     32{{{
    3033#0  0x01025562 in OGRSFDriverRegistrar::ReleaseDataSource ()
    3134   from /usr/local/lib/libgdal.so.1
     
    3336#2  0x00884f94 in _wrap_DataSource_GetDriver (my_perl=0x9eb6008, cv=0x9fd3930)
    3437    at ogr_wrap.cpp:1789
     38}}}
    3539
    36 The problem does not appear if the datasource is opened, not created
    37 }}}
     40The problem does not appear if the datasource is opened, not created.