[Bug fortran/18312] assumed length character argument utils.c:1062: internal-error: virtual memory exhausted.
tromey at sourceware dot org via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=18312
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
CC| |tromey at sourceware dot org
Status|NEW |RESOLVED
--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
This works now:
Breakpoint 1, testsub (string=..., _string=20) at file_18312.f:9
9 write(*,*) string
(gdb) frame
#0 testsub (string=..., _string=20) at file_18312.f:9
9 write(*,*) string
(gdb) p string
$1 = 'Hello World '
I'm going to close this.
I'm not sure when the fix occurred.
--
You are receiving this mail because:
You are on the CC list for the bug.