This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/3981] Nullpointer at StackFrame.getSymbolName


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]