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 fortran/11354] error in evaluating variable length fortranstrings causes stalls


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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat
                   |                            |dot com

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2011-04-29 13:47:07 UTC ---
The random reading of memory is a problem but it should be interruptible by
CTRL-C back to the GDB prompt.  I do not have it reproducible with FSF GDB.

It is rather a problem FSF GDB does not support properly the Fortran data
types.
This works with archer-jankratochvil-vla from:
  http://sourceware.org/gdb/wiki/ArcherBranchManagement

Breakpoint 1, print_string (string='hello world', _string=11) at kramer.f90:11

And present also in Fedora (and AFAIK SUSE) GNU/Linux GDBs.

Why it is not in FSF GDB is a longterm issue, it still needs a lot of work:
Re: fortran multidimensional arrays and pointers
http://sourceware.org/ml/gdb/2011-03/msg00021.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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