public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4960] New: focus command does not work for live or core processes
@ 2007-08-24 18:56 pmuldoon at redhat dot com
2007-09-07 1:25 ` [Bug general/4960] " pmuldoon at redhat dot com
2007-10-15 9:32 ` pmuldoon at redhat dot com
0 siblings, 2 replies; 3+ messages in thread
From: pmuldoon at redhat dot com @ 2007-08-24 18:56 UTC (permalink / raw)
To: frysk-bugzilla
Though the results are different:
Corefile case:
[pmuldoon@localhost bindir]$ ./fcore 3532
[pmuldoon@localhost bindir]$ ./fhpd core.3532
Attached to core file: /home/pmuldoon/frysk_bin/frysk-core/frysk/bindir/core.3532
(fhpd) where
#0 0x00110402 in __kernel_vsyscall () from
#1 0x00000000 in [unknown] from Unknown
(fhpd) viewset
Set includes:
[0.0]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.5]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.5]
Set includes:
[0.6]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.5]
Set includes:
[0.6]
Set includes:
[0.7]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.5]
Set includes:
[0.6]
Set includes:
[0.7]
Set includes:
[0.8]
(fhpd) focus [0.1]
Creating new HPD notation set.
(fhpd) where
(fhpd) quit
Quitting...
Live Case:
[pmuldoon@localhost bindir]$ ./fhpd 3532
Attached to process 3532
(fhpd) where
#0 0x00110402 in __kernel_vsyscall () from [vdso]
#1 0x43ef9a43 in __libc_poll () from /lib/libc-2.6.so
#2 0x04e1ebe3 in [unknown] from Unknown
#3 0x0270fb79 in g_main_loop_run () from /lib/libglib-2.0.so.0.1200.13
#4 0x00555f44 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0.1000.14
#5 0x01316cd9 in [unknown] from /usr/lib/firefox-2.0.0.5/components/libgklayout.so
#6 0x013c250c in [unknown] from /usr/lib/firefox-2.0.0.5/components/libgklayout.so
#7 0x1009c6eb in [unknown] from Unknown
#8 0x0804aebc in [unknown] from /usr/lib/firefox-2.0.0.5/firefox-bin
#9 0x43e48f70 in __libc_start_main () from /lib/libc-2.6.so
#10 0x0804ab41 in __gxx_personality_v0 () from /usr/lib/firefox-2.0.0.5/firefox-bin
(fhpd) viewsets
Error: Unrecognized command: viewsets.
(fhpd) viewset
procs 1 tasks 7
Set includes:
[0.0]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.5]
Set includes:
[0.0]
Set includes:
[0.1]
Set includes:
[0.2]
Set includes:
[0.3]
Set includes:
[0.4]
Set includes:
[0.5]
Set includes:
[0.6]
(fhpd) focus [0.1]
Creating new HPD notation set.
(fhpd) where
java.lang.ClassCastException: frysk.rt.ProcTaskIDManager$ProcEntry cannot be
cast to frysk.proc.Proc
at frysk.rt.ProcTaskIDManager.getProc(fhpd)
at frysk.hpd.AllPTSet.getProc(fhpd)
at frysk.hpd.AllPTSet.addTasksFromReg(fhpd)
at frysk.hpd.AllPTSet.getSubset(fhpd)
at frysk.hpd.DynamicPTSet.getTasks(fhpd)
at frysk.hpd.WhereCommand.handle(fhpd)
at frysk.hpd.CLI.execCommand(fhpd)
at frysk.bindir.fhpd.main(fhpd)
Internal debugger error: frysk.rt.ProcTaskIDManager$ProcEntry cannot be cast to
frysk.proc.Proc
--
Summary: focus command does not work for live or core processes
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
http://sourceware.org/bugzilla/show_bug.cgi?id=4960
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug general/4960] focus command does not work for live or core processes
2007-08-24 18:56 [Bug general/4960] New: focus command does not work for live or core processes pmuldoon at redhat dot com
@ 2007-09-07 1:25 ` pmuldoon at redhat dot com
2007-10-15 9:32 ` pmuldoon at redhat dot com
1 sibling, 0 replies; 3+ messages in thread
From: pmuldoon at redhat dot com @ 2007-09-07 1:25 UTC (permalink / raw)
To: frysk-bugzilla
------- Additional Comments From pmuldoon at redhat dot com 2007-09-07 01:25 -------
2007-09-06 Phil Muldoon <pmuldoon@redhat.com>
* FocusCommand.java (handle): Build debug, stack-trace and frame
info for newly focused set.
* CoreCommand.java (handle): Add coreProc to idManager.
* CoreComamnd. java (handle): Simplify. Let manageProc build
set. Do not use StaticPTSet. Find main task, and generate
stack-trace.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4960
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Bug general/4960] focus command does not work for live or core processes
2007-08-24 18:56 [Bug general/4960] New: focus command does not work for live or core processes pmuldoon at redhat dot com
2007-09-07 1:25 ` [Bug general/4960] " pmuldoon at redhat dot com
@ 2007-10-15 9:32 ` pmuldoon at redhat dot com
1 sibling, 0 replies; 3+ messages in thread
From: pmuldoon at redhat dot com @ 2007-10-15 9:32 UTC (permalink / raw)
To: frysk-bugzilla
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|frysk-bugzilla at sourceware|pmuldoon at redhat dot com
|dot org |
Status|NEW |ASSIGNED
http://sourceware.org/bugzilla/show_bug.cgi?id=4960
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-15 9:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-24 18:56 [Bug general/4960] New: focus command does not work for live or core processes pmuldoon at redhat dot com
2007-09-07 1:25 ` [Bug general/4960] " pmuldoon at redhat dot com
2007-10-15 9:32 ` pmuldoon 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).