hung in read$UNIX2003

2009-04-03 Thread Michael Domino
::threadFunction 223 _pthread_body The code the debugger shows in read$UNIX2003: + mov $0xc0003,%eax +0005 call 0x93d38a14 sysenter_trap +0010 jae 0x93d5beea read$UNIX2003+26 hung here +0012 call 0x93d5bee1 read$UNIX2003+17 +0017 pop %edx +0018 mov 0xcce61df(%edx),%edx +0024 jmp *%edx

Re: hung in read$UNIX2003

2009-04-03 Thread Michael Ash
On Fri, Apr 3, 2009 at 9:36 AM, Michael Domino michael.dom...@identityfinder.com wrote: Hi all, I have a task prepared and launched with the code below, and when it returns (in this situation that status code returned from terminationStatus is 0), it hangs in availableData, never to return.

Re: hung in read$UNIX2003

2009-04-03 Thread Ken Thomases
On Apr 3, 2009, at 11:10 AM, Michael Ash wrote: On Fri, Apr 3, 2009 at 9:36 AM, Michael Domino michael.dom...@identityfinder.com wrote: I have a task prepared and launched with the code below, and when it returns (in this situation that status code returned from terminationStatus is 0),

Re: hung in read$UNIX2003

2009-04-03 Thread Michael Ash
On Fri, Apr 3, 2009 at 2:42 PM, Ken Thomases k...@codeweavers.com wrote: On Apr 3, 2009, at 11:10 AM, Michael Ash wrote: On Fri, Apr 3, 2009 at 9:36 AM, Michael Domino michael.dom...@identityfinder.com wrote: I have a task prepared and launched with the code below, and when it returns (in