Re: [gdal-dev] postgis OGRFeature crash QGIS

2015-10-07 Thread Even Rouault
Le mercredi 07 octobre 2015 12:51:05, Luca Delucchi a écrit : > Hi everybody, > > I'm fixing some problem with a QGIS plugin, and I'm fighting with a > problem with postgis OGRFeature that it crash QGIS for a > __GI___libc_free problem. The log of gdb is available here [0]. > > The error appear

[gdal-dev] postgis OGRFeature crash QGIS

2015-10-07 Thread Luca Delucchi
Hi everybody, I'm fixing some problem with a QGIS plugin, and I'm fighting with a problem with postgis OGRFeature that it crash QGIS for a __GI___libc_free problem. The log of gdb is available here [0]. The error appear at the end of write_layer_single function (line 204) during the return of

Re: [gdal-dev] postgis OGRFeature crash QGIS

2015-10-07 Thread Luca Delucchi
On 7 October 2015 at 13:18, Even Rouault wrote: > > Luca, > Hi Even, > I'm not completely sure if this is the reason, but there's at least something > to correct related to the use of: > > self.feat_defn.AddFieldDefn(style_field) > > Quoting