This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/32752] Segfault on WRITE with modified unix_stream structure
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2007 05:21:49 -0000
- Subject: [Bug libfortran/32752] Segfault on WRITE with modified unix_stream structure
- References: <bug-32752-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-07-13 05:21 -------
(gdb) bt
#0 0x00000035e2a767f8 in memset () from /lib64/libc.so.6
#1 0x00002aaaaab4759c in *_gfortrani_write_i (dtp=0x7fff5aafee10,
f=<value optimized out>, p=<value optimized out>,
len=<value optimized out>) at ../../../gcc43/libgfortran/io/write.c:1150
#2 0x00002aaaaab417d1 in formatted_transfer_scalar (dtp=0x7fff5aafee10,
type=BT_INTEGER, p=0x7fff5aaff0e0, len=4, size=4)
at ../../../gcc43/libgfortran/io/transfer.c:1125
#3 0x00002aaaaab418f5 in formatted_transfer (dtp=0x7fff5aafee10,
type=BT_INTEGER, p=<value optimized out>, kind=4, size=4, nelems=0)
at ../../../gcc43/libgfortran/io/transfer.c:1360
#4 0x00002aaaaab3ee1b in *_gfortran_transfer_array (dtp=0x7fff5aafee10,
desc=<value optimized out>, kind=4, charlen=<value optimized out>)
at ../../../gcc43/libgfortran/io/transfer.c:1512
#5 0x0000000000400c01 in MAIN__ ()
#6 0x0000000000400e5c in main (argc=1, argv=0x7fff5aaff208)
at ../../../gcc43/libgfortran/fmain.c:22
(gdb) c
--
jvdelisle at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-07-13 05:21:48
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32752