Hello Even and Jürgen, thank you for your quick replies. I'll try to give you more details about the error and my system. My system: Architecture: x86_64 CPU: Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz Disk: ST9500325AS (/dev/sda) Os: OpenSuse 12.3
I'm using GDAL 1.10.1 - 1.37 and QGIS 2.2 and I process GeoTIFFs raster images. The bus error occured for first time, when I executed the *nearblack* gdal command. I typed exactly the following: --> nearblack -of GTiff -setalpha -o Natural_Color_432_2.tif Natural_Color_432.tif After that, the bus error is everywhere on Gdal. I checked the bus error with gdb and I receive the following outputs: On QGIS: Starting program: /usr/bin/qgis Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2 Try: zypper install -C "debuginfo(build-id)=0a23c4e8300b31613d800697d835b384e921407e" Program received signal SIGBUS, Bus error. 0x00007ffff7de5fbc in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2 On Gdal (gdalinfo command): Starting program: /usr/bin/gdalinfo Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2 Try: zypper install -C "debuginfo(build-id)=0a23c4e8300b31613d800697d835b384e921407e" Program received signal SIGBUS, Bus error. 0x00007ffff7de5fbc in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2 (gdb) bt #0 0x00007ffff7de5fbc in _dl_relocate_object () from /lib64/ld-linux-x86-64.so.2 #1 0x00007ffff7ddec52 in dl_main () from /lib64/ld-linux-x86-64.so.2 #2 0x00007ffff7df00be in _dl_sysdep_start () from /lib64/ld-linux-x86-64.so.2 #3 0x00007ffff7ddfd86 in _dl_start () from /lib64/ld-linux-x86-64.so.2 #4 0x00007ffff7ddc528 in _start () from /lib64/ld-linux-x86-64.so.2 #5 0x0000000000000001 in ?? () #6 0x00007fffffffe191 in ?? () #7 0x0000000000000000 in ?? () I think that a C part of code contrasts with a python part of code. Today I realized that my Django's development server which is a python program too, can not start and I receive a bus error again. Any ideas ? Thank you in advance, George -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Bus-Error-memory-error-tp5106728p5106779.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
