[Qgis-developer] 2.10 segfaults on startup

Radim Blazek radim.blazek at gmail.com
Thu Jul 2 12:50:34 PDT 2015


On Thu, Jul 2, 2015 at 9:18 PM, Richard Duivenvoorde
<rdmailings at duif.net> wrote:
> On 02-07-15 18:42, Radim Blazek wrote:
>> I fixed that in master and 2.10 in GDAL and OGR provider adding mutex
>> in data items on GDALOpen/OGROpen using #ifndef
>> SPATIALITE_VERSION_G_4_1_1 which we had already.
>>
>> Unfortunately I was not able to reproduce the crash with spatialite
>> 4.1.1 before the fix, please test on systems where it was crashing.
>
> Hi Radim,
>
> just fresh compiled your latest commit:
>
> http://i.imgur.com/QqtHvdi.png
>
> but still crashing here on Debian Testing, if opening browsers on files,

Bad, can you post a backtrace? Can you verify if it is really locked?
It should print something like

src/providers/gdal/qgsgdaldataitems.cpp: 48: (QgsGdalLayerItem) [0ms]
[thread:0x7f721802da80] lock
src/providers/gdal/qgsgdaldataitems.cpp: 48: (QgsGdalLayerItem) [0ms]
[thread:0x2a7f310] lock
src/providers/ogr/qgsogrdataitems.cpp: 50: (QgsOgrLayerItem) [0ms]
[thread:0x7f721802da80] lock
src/providers/gdal/qgsgdaldataitems.cpp: 48: (QgsGdalLayerItem) [0ms]
[thread:0x7f721802da80] lock

in debug output when a folder in the browser is expanded.

> or trying 'Save As'. See about box dump above for lib versions

I have not done anything with save as.

Radim

> Anything special I have to try/do to test?
>
> Regards,
>
> Richard Duivenvoorde
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


More information about the Qgis-developer mailing list