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 fortran strings causes stalls


------- Additional Comments From stephan dot kramer at imperial dot ac dot uk  2010-09-14 19:21 -------
Hello. Has anyone had a chance to look at this? This really makes gdb quite
frustrating to work with on any fortran code.

Could we have a safety cap (till one day "modern" fortran data structures are
supported) - something like:

if length>1024 {length=1024;}

Just made up the number 1024 here of course!

Please let me know if anything is unclear in my bug-report.

-- 


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

------- 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]