From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4342 invoked by alias); 26 Jun 2009 15:50:58 -0000 Received: (qmail 4306 invoked by uid 48); 26 Jun 2009 15:50:48 -0000 Date: Fri, 26 Jun 2009 15:50:00 -0000 Message-ID: <20090626155048.4304.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/40330] [4.5 Regression] incorrect IO In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jvdelisle at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg01924.txt.bz2 ------- Comment #31 from jvdelisle at gcc dot gnu dot org 2009-06-26 15:50 ------- I am working on some ideas here. We are getting double free or corruption related to free_format_data. I think it is because we have two pointers to pay attention to. The one in the hash table and dtp->u.p.fmt which is copied. My biggest issue is time to do this, so patience please. -- jvdelisle at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |jvdelisle at gcc dot gnu dot |dot org |org Status|REOPENED |ASSIGNED Last reconfirmed|2009-06-03 17:39:10 |2009-06-26 15:50:47 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40330