public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4222] New: Frysk crashes when trying to open the source window to view a stack trace
@ 2007-03-20 19:11 swagiaal at redhat dot com
2007-03-20 19:19 ` [Bug general/4222] " mcvet at redhat dot com
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: swagiaal at redhat dot com @ 2007-03-20 19:11 UTC (permalink / raw)
To: frysk-bugzilla
Run Frysk Monitor on any program, cause the program to fork, or clone, then
double click on one of the events which has a stack trace symbole next to it.
Here is the error from trying to do this with nautilius:
java.lang.NullPointerException
at lib.dw.DwarfDie.getDecl(FryskGui)
at frysk.cli.hpd.SymTab.setSubprogram(FryskGui)
at frysk.cli.hpd.SymTab.setFrames(FryskGui)
at frysk.gui.srcwin.SourceWindow.generateProcStackTrace(FryskGui)
at frysk.gui.srcwin.SourceWindow.finishSourceWin(FryskGui)
at frysk.gui.srcwin.SourceWindow$LockObserver$31.run(FryskGui)
at org.gnu.glib.CustomEvents.runEvents(libgtkjava-2.8.so)
and here is the stack trace I was trying to view:
cloning 3992: thread called clone and created
{frysk.proc.LinuxPtraceTask@2915230,pid=3161,tid=3992,state=StartClonedTask.blockedOffspring}
#0 0x0055e258 in clone ()
#1 0x00b37aaa in [unknown]
#2 0x006cf192 in g_thread_create_full ()
#3 0x006d09b6 in [unknown]
#4 0x006d0b4b in g_thread_pool_push ()
#5 0x07a42384 in [unknown]
#6 0x07a43639 in [unknown]
#7 0x07a360d0 in gnome_vfs_async_get_file_info ()
#8 0x080e2786 in nautilus_directory_async_state_changed ()
#9 0x080f6b3f in [unknown]
#10 0x080f6ba6 in [unknown]
#11 0x08094015 in [unknown]
#12 0x08096c04 in [unknown]
#13 0x0809a083 in [unknown]
#14 0x08068b7a in [unknown]
#15 0x08096954 in [unknown]
#16 0x08129cee in [unknown]
#17 0x080a6e6a in [unknown]
#18 0x080a9e06 in [unknown]
#19 0x080f6835 in [unknown]
#20 0x080e1ad7 in [unknown]
#21 0x080e3cda in [unknown]
--
Summary: Frysk crashes when trying to open the source window to
view a stack trace
Product: frysk
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: frysk-bugzilla at sourceware dot org
ReportedBy: swagiaal at redhat dot com
CC: mcvet at redhat dot com,rmoseley at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=4222
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug general/4222] Frysk crashes when trying to open the source window to view a stack trace
2007-03-20 19:11 [Bug general/4222] New: Frysk crashes when trying to open the source window to view a stack trace swagiaal at redhat dot com
@ 2007-03-20 19:19 ` mcvet at redhat dot com
2007-03-20 19:21 ` mcvet at redhat dot com
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: mcvet at redhat dot com @ 2007-03-20 19:19 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From mcvet at redhat dot com 2007-03-20 19:18 -------
sami> there is more
<sami> java.lang.NullPointerException
<sami> at frysk.gui.srcwin.SourceWindow.attachEvents(FryskGui)
<sami> at frysk.gui.srcwin.SourceWindow.finishSourceWin(FryskGui)
<sami> at frysk.gui.srcwin.SourceWindow.<init>(FryskGui)
<sami> at frysk.gui.srcwin.SourceWindowFactory.createSourceWindow(FryskGui)
<sami> at
frysk.gui.monitor.eventviewer.TimeLine$TimeLineDrawingArea.mouseEvent(FryskGui)
<sami> at org.gnu.gtk.Widget.fireMouseEvent(libgtkjava-2.8.so)
<sami> at org.gnu.gtk.Widget.handleButtonPressed(libgtkjava-2.8.so)
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4222
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug general/4222] Frysk crashes when trying to open the source window to view a stack trace
2007-03-20 19:11 [Bug general/4222] New: Frysk crashes when trying to open the source window to view a stack trace swagiaal at redhat dot com
2007-03-20 19:19 ` [Bug general/4222] " mcvet at redhat dot com
@ 2007-03-20 19:21 ` mcvet at redhat dot com
2007-03-22 13:35 ` mcvet at redhat dot com
2007-03-22 15:40 ` mcvet at redhat dot com
3 siblings, 0 replies; 5+ messages in thread
From: mcvet at redhat dot com @ 2007-03-20 19:21 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From mcvet at redhat dot com 2007-03-20 19:20 -------
This is a special case because the use StackFrame stack trace is a saved stack
trace from a previous event, and then process is currently running during the
attempted raising of the SourceWindow.
--
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1633, 2935
nThis| |
http://sourceware.org/bugzilla/show_bug.cgi?id=4222
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug general/4222] Frysk crashes when trying to open the source window to view a stack trace
2007-03-20 19:11 [Bug general/4222] New: Frysk crashes when trying to open the source window to view a stack trace swagiaal at redhat dot com
2007-03-20 19:19 ` [Bug general/4222] " mcvet at redhat dot com
2007-03-20 19:21 ` mcvet at redhat dot com
@ 2007-03-22 13:35 ` mcvet at redhat dot com
2007-03-22 15:40 ` mcvet at redhat dot com
3 siblings, 0 replies; 5+ messages in thread
From: mcvet at redhat dot com @ 2007-03-22 13:35 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From mcvet at redhat dot com 2007-03-22 13:34 -------
2007-03-22 Mike Cvet <mcvet@redhat.com>
* SourceWindow.java (generateProcStackTrace): Only set frames for SymTab
if the RunState is stopped. Addresses #4222.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
http://sourceware.org/bugzilla/show_bug.cgi?id=4222
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug general/4222] Frysk crashes when trying to open the source window to view a stack trace
2007-03-20 19:11 [Bug general/4222] New: Frysk crashes when trying to open the source window to view a stack trace swagiaal at redhat dot com
` (2 preceding siblings ...)
2007-03-22 13:35 ` mcvet at redhat dot com
@ 2007-03-22 15:40 ` mcvet at redhat dot com
3 siblings, 0 replies; 5+ messages in thread
From: mcvet at redhat dot com @ 2007-03-22 15:40 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From mcvet at redhat dot com 2007-03-22 15:39 -------
I can't reproduce the lib.dw error, but do still get the SourceWindow
nullpointer.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|frysk-bugzilla at sourceware|mcvet at redhat dot com
|dot org |
Status|WAITING |ASSIGNED
http://sourceware.org/bugzilla/show_bug.cgi?id=4222
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-03-22 15:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20 19:11 [Bug general/4222] New: Frysk crashes when trying to open the source window to view a stack trace swagiaal at redhat dot com
2007-03-20 19:19 ` [Bug general/4222] " mcvet at redhat dot com
2007-03-20 19:21 ` mcvet at redhat dot com
2007-03-22 13:35 ` mcvet at redhat dot com
2007-03-22 15:40 ` mcvet at redhat dot com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).