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/4856] Rich stack traces (fstack -a) throw a NPE exception


------- Additional Comments From pmuldoon at redhat dot com  2007-07-27 17:32 -------
It fails at frame 2

[pmuldoon@localhost frysk-core]$ ./frysk/bindir/fstack  20214
Task #20214
#0 0x00110402 in __kernel_vsyscall ()
#1 0x43ec2c19 in __waitpid_nocancel ()
#2 0x100f41dd in [unknown]

because the call made to dwfl.getModule() returns null at that address (so
.getName() will cause an NPE)

[pmuldoon@localhost frysk-core]$ ./frysk/bindir/fstack  -a 20214
Subprogram is null. At Adjusted address: 0x110402
Subprogram is null. At Adjusted address: 0x43ec2c18
Subprogram is null. At Adjusted address: 0x100f41dc
dwfl.getModule(0x100f41dc) returns null


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4856

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