From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27039 invoked by alias); 15 Aug 2007 16:42:23 -0000 Received: (qmail 26082 invoked by uid 48); 15 Aug 2007 16:42:14 -0000 Date: Wed, 15 Aug 2007 16:42:00 -0000 Message-ID: <20070815164214.26081.qmail@sourceware.org> From: "pmuldoon at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070815142123.4926.rmoseley@redhat.com> References: <20070815142123.4926.rmoseley@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4926] fstack aborts with ArrayOutOfBounds when debugging fhpd core file X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00300.txt.bz2 List-Id: ------- Additional Comments From pmuldoon at redhat dot com 2007-08-15 16:42 ------- Conextually however the should be "available scopes" safety check in this code: DwarfDie[] scopes = bias.die.getScopes(getAdjustedAddress()); for (int i = 0; i < scopes.length; i++) { if (scopes[i].getTag() == DwTagEncodings.DW_TAG_subprogram_) { subprogram = new Subprogram(scopes[i], debugInfo); break; } -- http://sourceware.org/bugzilla/show_bug.cgi?id=4926 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.