Helmut Kudrnovsky wrote:

> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff4418090 in vtable for __cxxabiv1::__si_class_type_info ()
>    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> 
> (gdb) bt
> #0  0x00007ffff4418090 in vtable for __cxxabiv1::__si_class_type_info ()
>    from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> #1  0x00007fffed6778e3 in GDALRegister_VICAR () at vicardataset.cpp:824
> #2  0x00007fffed494ded in GDALAllRegister () at gdalallregister.cpp:234

This may be an issue with GDAL itself, e.g. an external library having
been updated without rebuilding GDAL. If that's the case, any program
which calls GDALAllRegister() (e.g. "gdalinfo --formats") would
exhibit the same issue.

Alternatively, it may be an issue with GDAL and GRASS using different
versions of a common library (e.g. libstdc++). If you've updated any
system libraries, perform a full re-compile of GRASS (after "make
clean") and ensure that GRASS isn't built against a "private" version
of any system library used by GDAL.

-- 
Glynn Clements <gl...@gclements.plus.com>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to