I was able to do a little debugging on this, but I don't have time to
take a deeper look at it right now.  I threw a few printf's in the
server code, then launched it from a command line so I can see the
debugging output.  I found one small bug in the server stream class,
which I've already committed a fix.  However, it appears there's a
problem with the code that's spinning off a new thread to handle
inbound connections.  For debugging output, I see a new connection
received, but no information from the thread that's supposed to be
servicing the connection after it's been received.  This was working,
so I'm not sure what's changed in that area recently.

Rick

On Wed, Aug 27, 2008 at 12:03 PM, David Ashley <[EMAIL PROTECTED]> wrote:
> Well my change is not the problem. I reversed the change and rebuilt. Same
> problem. Only this time rxapi would not even start. Not sure what is going
> on.
>
> Thanks,
> W. David Ashley
> IBM Systems and Technology Group Lab Services
> Open Object Rexx Team
> Mobile Phone: 512-289-7506
>
>
> "Rick McGuire" ---08/27/2008 09:10:29 AM---I was going to suggest it might
> be related to that change. It
>
> "Rick McGuire" <[EMAIL PROTECTED]>
> Sent by: [EMAIL PROTECTED]
>
> 08/27/2008 09:09 AM
>
> Please respond to
> Open Object Rexx Developer Mailing List <[email protected]>
>
> To
> "Open Object Rexx Developer Mailing List"
> <[email protected]>
> cc
>
> Subject
> Re: [Oorexx-devel] Fw: ooRexx 4.0 for Linux Somewhat Broken
> I was going to suggest it might be related to that change.  It
> definitely was working to the extent that rexxtry would work.  Since
> rexxtry uses the PULL instruction, that meant that at least the queue
> stuff was working cleanly.  I'd also run some push/pull tests on the
> side to verify things.
>
> Rick
>
> On Tue, Aug 26, 2008 at 10:20 AM, David Ashley <[EMAIL PROTECTED]> wrote:
>> Oh, one more item. This problem might have to do with the change I made to
>> the socket server code a few days ago. The server will now only accept
>> connections from 127.0.0.1. If that is not the hostname/ip address being
>> passed to the client code to open a connection then that connection will
>> time out or fail, not sure which.
>>
>> Thanks,
>> W. David Ashley
>> IBM Systems and Technology Group Lab Services
>> Open Object Rexx Team
>> Mobile Phone: 512-289-7506
>>
>> ----- Forwarded by David Ashley/Austin/IBM on 08/26/2008 09:17 AM -----
>>
>> David Ashley/Austin/IBM
>>
>> 08/26/2008 09:10 AM
>>
>> To
>> [email protected]
>> cc
>>
>> Subject
>> ooRexx 4.0 for Linux Somewhat Broken
>> All -
>>
>> I did some testing last night with a Linux build I built yesterday from
>> the
>> trunk. The interpreter works just fine until it needs to communicate with
>> the rxapi daemon. At that point the interpreter just hangs. I was not able
>> to dig deeply into the problem but it looks like the socket communications
>> is broken between rxapi and the interpreter. I will not have time today to
>> look into it but I wanted to get this info out in case someone else can
>> determine and fix the problem.
>>
>> Thanks,
>> W. David Ashley
>> IBM Systems and Technology Group Lab Services
>> Open Object Rexx Team
>> Mobile Phone: 512-289-7506
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Oorexx-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>>
>>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to