public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/19314] New: inquire(position=) segfaults at runtime
@ 2005-01-07 15:43 Thomas dot Koenig at online dot de
  2005-01-17  4:39 ` [Bug libfortran/19314] " bdavis at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas dot Koenig at online dot de @ 2005-01-07 15:43 UTC (permalink / raw)
  To: gcc-bugs

Because of the segfault, I assume that this is different from PR 19313.

$ cat inquire-position.f
      character*20 chr
      open(7)
      inquire(7,position=chr)
      print *,chr
      end
$ gfortran inquire-position.f
$ ./a.out
Segmentation fault
$ gfortran -v ; gfortran -dumpmachine
Using built-in specs.
Configured with: ../gcc-4.0-20050102/configure --prefix=/home/zfkts
--enable-languages=c,c++,f95
Thread model: posix
gcc version 4.0.0 20050102 (experimental)
ia64-unknown-linux-gnu

$ gfortran -g inquire-position.f
$ gdb ./a.out
GNU gdb Red Hat Linux (6.1post-1.20040607.52rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ia64-redhat-linux-gnu"...Using host libthread_db
library "/lib/tls/libthread_db.so.1".

(gdb) r
Starting program: /home/zfkts/Krempel/a.out

Program received signal SIGSEGV, Segmentation fault.
0x20000000002cee11 in strlen () from /lib/tls/libc.so.6.1
(gdb) bt
#0  0x20000000002cee11 in strlen () from /lib/tls/libc.so.6.1
#1  0x2000000000052470 in *_gfortrani_cf_strcpy (dest=0x0, dest_len=0, src=0x0)
    at ../../../gcc-4.0-20050102/libgfortran/runtime/string.c:84
#2  0x20000000000a3890 in inquire_via_unit (u=0x600000000000a2e0)
    at ../../../gcc-4.0-20050102/libgfortran/io/inquire.c:166
#3  0x20000000000a48a0 in *_gfortran_st_inquire ()
    at ../../../gcc-4.0-20050102/libgfortran/io/inquire.c:370
#4  0x4000000000000cb0 in MAIN__ () at inquire-position.f:3
#5  0x4000000000000df0 in main (argc=1, argv=0x60000fffffffa108)
    at ../../../gcc-4.0-20050102/libgfortran/fmain.c:18
(gdb)

-- 
           Summary: inquire(position=) segfaults at runtime
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/19314] inquire(position=) segfaults at runtime
  2005-01-07 15:43 [Bug libfortran/19314] New: inquire(position=) segfaults at runtime Thomas dot Koenig at online dot de
@ 2005-01-17  4:39 ` bdavis at gcc dot gnu dot org
  2005-01-17  4:41 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bdavis at gcc dot gnu dot org @ 2005-01-17  4:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bdavis at gcc dot gnu dot org  2005-01-17 04:39 -------
http://gcc.gnu.org/ml/fortran/2005-01/msg00184.html

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/19314] inquire(position=) segfaults at runtime
  2005-01-07 15:43 [Bug libfortran/19314] New: inquire(position=) segfaults at runtime Thomas dot Koenig at online dot de
  2005-01-17  4:39 ` [Bug libfortran/19314] " bdavis at gcc dot gnu dot org
@ 2005-01-17  4:41 ` pinskia at gcc dot gnu dot org
  2005-01-22  3:51 ` cvs-commit at gcc dot gnu dot org
  2005-01-22  7:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17  4:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-17 04:41:10
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/19314] inquire(position=) segfaults at runtime
  2005-01-07 15:43 [Bug libfortran/19314] New: inquire(position=) segfaults at runtime Thomas dot Koenig at online dot de
  2005-01-17  4:39 ` [Bug libfortran/19314] " bdavis at gcc dot gnu dot org
  2005-01-17  4:41 ` pinskia at gcc dot gnu dot org
@ 2005-01-22  3:51 ` cvs-commit at gcc dot gnu dot org
  2005-01-22  7:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-22  3:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-22 03:51 -------
Subject: Bug 19314

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bdavis@gcc.gnu.org	2005-01-22 03:51:13

Modified files:
	gcc/testsuite  : ChangeLog 
	libgfortran    : ChangeLog 
	libgfortran/io : inquire.c rewind.c transfer.c 
Added files:
	gcc/testsuite/gfortran.dg: inquire_5.f90 

Log message:
	2004-01-22  Bud Davis  <bdavis9659@comcast.net>
	
	PR fortran/19314
	* io/inquire.c(inquire_via_unit): implement POSITION=.
	* io/transfer.c(next_record): update position for
	INQUIRE.
	* io/rewind.c(st_rewind): update position for
	INQUIRE.
	
	* gfortran.dg/inquire_5.f90: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4920&r2=1.4921
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/inquire_5.f90.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&r1=1.147&r2=1.148
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/inquire.c.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/rewind.c.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&r1=1.27&r2=1.28



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libfortran/19314] inquire(position=) segfaults at runtime
  2005-01-07 15:43 [Bug libfortran/19314] New: inquire(position=) segfaults at runtime Thomas dot Koenig at online dot de
                   ` (2 preceding siblings ...)
  2005-01-22  3:51 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-22  7:00 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-22  7:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-22 06:59 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19314


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-01-22  7:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 15:43 [Bug libfortran/19314] New: inquire(position=) segfaults at runtime Thomas dot Koenig at online dot de
2005-01-17  4:39 ` [Bug libfortran/19314] " bdavis at gcc dot gnu dot org
2005-01-17  4:41 ` pinskia at gcc dot gnu dot org
2005-01-22  3:51 ` cvs-commit at gcc dot gnu dot org
2005-01-22  7:00 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).