From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13136 invoked by alias); 15 Feb 2007 20:57:50 -0000 Received: (qmail 13096 invoked by uid 48); 15 Feb 2007 20:57:41 -0000 Date: Thu, 15 Feb 2007 20:57:00 -0000 Message-ID: <20070215205741.13095.qmail@sourceware.org> From: "timoore at redhat dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070215201242.4057.mcvet@redhat.com> References: <20070215201242.4057.mcvet@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4057] {frysk.proc.LinuxPtraceTask@39dffd75,pid=2505,tid=2505,state=detached} in state "detached" did not handle handleUnblock X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00412.txt.bz2 List-Id: ------- Additional Comments From timoore at redhat dot com 2007-02-15 20:57 ------- My little test program: int main (int argc, char **argv) { int i = 0; while (1) { if (i > 0) i--; else i++; } return 0; } I use fhpd to attach to this running program: attach test1 0000 break test1.c 10 go Without the call to requestUnblock the process won't continue. -- http://sourceware.org/bugzilla/show_bug.cgi?id=4057 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.