From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1244 invoked by alias); 28 Aug 2007 14:44:57 -0000 Received: (qmail 32392 invoked by uid 48); 28 Aug 2007 14:44:35 -0000 Date: Tue, 28 Aug 2007 14:44:00 -0000 From: "pmuldoon at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20070828144434.4967.pmuldoon@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4967] New: Some elided segments in fcore should not be (elided) 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/msg00349.txt.bz2 List-Id: There needs to be a dwfl -> module -> getElf() check. If Elf == null, do not elide. Something like dwfl = DwflCache.getDwfl(process.getMainTask()); if (!writeMap) { DwflModule module = null; if (dwfl != null) { module = dwfl.getModule(addressLow); if (module != null) if (module.getElf() == null) writeMap = true; } -- Summary: Some elided segments in fcore should not be (elided) Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: pmuldoon at redhat dot com OtherBugsDependingO 2243 nThis: http://sourceware.org/bugzilla/show_bug.cgi?id=4967 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.