public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/3910] New: Under 2.6.18-1.3002.el5 ProcBlockAction stalls (forever) with a proc object that has had assertSendStop() called
@ 2007-01-23 22:44 pmuldoon at redhat dot com
  2007-01-25 22:21 ` [Bug general/3910] " pmuldoon at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pmuldoon at redhat dot com @ 2007-01-23 22:44 UTC (permalink / raw)
  To: frysk-bugzilla

Basically

...
...
// Get a Proc
    AckProcess ackProc = new DetachedAckProcess();
    ackProc.assertSendStop();

...
...

In a class that extends ProcBlockAction, the constructor is called, but the the
overriden existingTask() method never gets called. It seems hang somewere. 

Like

Class Foo extends ProcBlockAction

public Foo(Proc proc)
{
   super(proc)
   ..
   // do constructor stuff
   ..
}

public void existingTask (Task task)
{
...
// This never gets called. No tasks are collected?
}

Apologies at the lack of initial data, just wanted to get the bug filed, and add
data later

-- 
           Summary: Under 2.6.18-1.3002.el5 ProcBlockAction stalls (forever)
                    with a proc object that has had assertSendStop() called
           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=3910

------- 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-01-29 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-23 22:44 [Bug general/3910] New: Under 2.6.18-1.3002.el5 ProcBlockAction stalls (forever) with a proc object that has had assertSendStop() called pmuldoon at redhat dot com
2007-01-25 22:21 ` [Bug general/3910] " pmuldoon at redhat dot com
2007-01-25 22:25 ` pmuldoon at redhat dot com
2007-01-26 22:51 ` cagney at redhat dot com
2007-01-29 15:46 ` 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).