From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9458 invoked by alias); 1 Jan 2005 17:29:35 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9394 invoked from network); 1 Jan 2005 17:29:23 -0000 Received: from unknown (HELO smtp814.mail.sc5.yahoo.com) (66.163.170.84) by sourceware.org with SMTP; 1 Jan 2005 17:29:23 -0000 Received: from unknown (HELO pas) (ptfoof@sbcglobal.net@68.73.149.25 with login) by smtp814.mail.sc5.yahoo.com with SMTP; 1 Jan 2005 17:29:22 -0000 From: "Peter Stephens" To: Subject: Fix - remote target: Memory access error while loading section .rom_vectors Date: Sat, 01 Jan 2005 17:29:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00001.txt.bz2 Message-ID: <20050101172900.LgP5HsmyHvsoV_IcbrodCQZjbfOEW5ZL6mjdejMCVT8@z> (bad programmer - spank, spank). If you initialize the 'err' variable it works OK. This is probably why it has been such an intermittent problem. Index: symfile.c =================================================================== RCS file: /cvs/src/src/gdb/symfile.c,v retrieving revision 1.144 diff -r1.144 symfile.c 1408c1408 < int err; --- > int err=0;