Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Debugging with gfortran and libc.so.6

Hello,

I hope this request is being sent to the proper place.  I am trying to use Photran to debug a Fortran 77 code compiled with gfortran and get an error on running in debug that I cannot resolve.

I am compiling with

gfortran -fdefault-real-8 -fcray-pointer -lstdc++ -fbacktrace -Wall -ffpe-trap=invalid,zero,overflow,underflow,precision -g -C

On OpenSUSE 11.2 (x64), and get the following error:

.gdbinit: No such file or directory.

Reading symbols from /mnt/Research/UCBm/UFMAC/cdtm0402...done.

 

Stopped due to shared library event

warning: the debug information found in "/usr/lib/debug//lib64/libc-2.10.1.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch).

 

warning: the debug information found in "/usr/lib/debug/lib64/libc-2.10.1.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch).

 

Missing separate debuginfo for /lib64/libc.so.6

Try: zypper install -C "debuginfo(build-id)=b5ded0f18b9b11c5cd6b26387426ead562c332f8"

Stopped due to shared library event

 

Running the suggested zypper call does not find a package (previous problems were resolved by running the suggested installations).  Is this a problem with OpenSUSE?  Me?

 

Any help would be appreciated,

 

Thank you,

 

Charles


Back to the top