This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11166] New: GDB complains of not finding files.


I compile my fortran program using GNU G95 compiler with the -g 
option.  The following happens when I try to use gdb:
gdb (fortranprogramname)
GNU gdb (GDB) 7.0.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i386-apple-darwin9.8.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /Users/benkov/Documents/mom/newbnlcode/aero...
warning: section __DATA.__common not found in
/Users/benkov/Documents/mom/newbnlcode/TRAMP_isofwd.o

warning: section __DATA.__common not found in
/Users/benkov/Documents/mom/newbnlcode/TRAMP_isorev.o
(no debugging symbols found)...done.
(gdb) break aero_driver.f:101
Breakpoint 1 at 0x2bb98: file aero_driver.f, line 101.
(gdb) run
`fmain.o' has disappeared; keeping its symbols.
Starting program: /Users/benkov/Documents/mom/newbnlcode/aero 
warning:
`/Users/gkhanna/build/i386-apple-darwin9.5.0/libgfortran/.libs/backtrace.o':
can't open to read symbols: No such file or directory.
warning:
`/Users/gkhanna/build/i386-apple-darwin9.5.0/libgfortran/.libs/compile_options.o':
can't open to read symbols: No such file or directory.
.
.
.
A long list of similar messages results.  Cannot use gdb.

-- 
           Summary: GDB complains of not finding files.
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: cmb at bnl dot gov
                CC: gdb-prs at sourceware dot org
  GCC host triplet: MacBook Pro running Mac OS X 10.5.8


http://sourceware.org/bugzilla/show_bug.cgi?id=11166

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]