Bug 6392 - cannot connect to a running process
Summary: cannot connect to a running process
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 14:51 UTC by Matìj Cepl
Modified: 2008-04-10 15:59 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matìj Cepl 2008-04-10 14:51:58 UTC
I would like to use frysk GUI for debugging already running bitlbee daemon
(bitlbee is a inetd-initiated irc2im gateway; http://www.bitlbee.org; packaged
in fedora). However, when I start frysk gui (as user root) and want to make new
session, I cannot find it in the list.

Needless to say

gdb --pid=$(pidof bitlbee)

works like a charm ;-).
Comment 1 Sami Wagiaalla 2008-04-10 15:59:22 UTC
commit 935aa9bdc30ce8d177ee9439931bf941e30b6d1a
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Thu Apr 10 11:46:02 2008 -0400

    swagiaal: root can debug all processes fix for bz 6392.
    
    frysk-gui/frysk/gui/monitor/ChangeLog
    +2008-04-10  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* GuiProc.java: updated isOwned() to allow all processes
    +	for root.
    +