From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13697 invoked by alias); 6 Feb 2007 21:31:02 -0000 Received: (qmail 13662 invoked by uid 48); 6 Feb 2007 21:30:53 -0000 Date: Tue, 06 Feb 2007 21:31:00 -0000 Message-ID: <20070206213053.13661.qmail@sourceware.org> From: "mcvet at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070206211309.3981.mcvet@redhat.com> References: <20070206211309.3981.mcvet@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3981] Nullpointer at StackFrame.getSymbolName 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-q1/txt/msg00288.txt.bz2 List-Id: ------- Additional Comments From mcvet at redhat dot com 2007-02-06 21:30 ------- public String getSymbolName() { Dwfl dwfl = new Dwfl(task.getTid()); return dwfl.getModule(getAddress()).getAddressName(getAddress()); } This code makes the assumption that the DwflModule will never be null. I'll fix it up in a sec -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|frysk-bugzilla at sourceware|mcvet at redhat dot com |dot org | Status|NEW |ASSIGNED http://sourceware.org/bugzilla/show_bug.cgi?id=3981 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.