Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#6270 closed defect (invalid)

core dump due to C++ ABI change

Reported by: saultdon Owned by: tamas
Priority: normal Milestone:
Component: CSharpBindings Version: 2.0.1
Severity: blocker Keywords:
Cc:

Description (last modified by saultdon)

I'm getting a large amount of output and a core dump when trying to run gdal utilities like ogr2ogr (see attached txt file).

This is after re-compiling from https://svn.osgeo.org/gdal/branches/2.0/gdal on Arch Linux 64-bit.

There was a recent change to GCC 5 (announcement, https://www.archlinux.org/news/c-abi-change/) which might be related and all gdal dependencies were rebuilt in light of those changes. Then gdal builds fine too.

The output of ldd /usr/bin/ogr2ogr also shows that there are no "not found" warnings.

Attachments (1)

gdal2_coredump_output_c (23.2 KB ) - added by saultdon 8 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by saultdon, 8 years ago

Description: modified (diff)

by saultdon, 8 years ago

Attachment: gdal2_coredump_output_c added

comment:2 by Even Rouault, 8 years ago

Resolution: invalid
Status: newclosed

I can see a /usr/lib/gdalplugins/gdal_GRASS.so in the backtrace. The GDAL GRASS plugin should be rebuilt too. I guess this must be the reason for the crash. Closing under that assumption

comment:3 by saultdon, 8 years ago

Cool thanks a lot, I uninstalled the gdal-grass plugin (it was a separate package) b/c gdal was compiled --without-grass and now no errors. Then I was able to compile grass and rebuild the gdal-grass plugin.

Note: See TracTickets for help on using tickets.