Re: read hang on datagram socket

2006-01-27 Thread Kurt Miller
On Friday 27 January 2006 10:42 am, Kurt Miller wrote: > On Friday 27 January 2006 9:16 am, Daniel Eischen wrote: > > On Thu, 26 Jan 2006, Kurt Miller wrote: > > > > > On Thursday 26 January 2006 7:26 pm, Daniel Eischen wrote: > > > > > > > > The modified version does not hang on 5.2. Do you have

Re: read hang on datagram socket

2006-01-27 Thread Daniel Eischen
On Thu, 26 Jan 2006, Kurt Miller wrote: > On Thursday 26 January 2006 7:26 pm, Daniel Eischen wrote: > > > > The modified version does not hang on 5.2. Do you have multiple > > interfaces on your 5.4 box? > > No, the 5.4 box is virtually identical to the 6.0 box. I set them both > up at the same

Re: read hang on datagram socket

2006-01-27 Thread Kurt Miller
On Friday 27 January 2006 5:40 am, Fredrik Lindberg wrote: > Kurt Miller wrote: > > netstat output when stopping the program at the sendto call on 5.4 > > looks like this: > > udp4 0 0 localhost.55513172.16.1.36.52099 > > > > on 6.0: > > udp4 0 0 172.16.1.37.53952

Re: read hang on datagram socket

2006-01-27 Thread Kurt Miller
On Friday 27 January 2006 9:16 am, Daniel Eischen wrote: > On Thu, 26 Jan 2006, Kurt Miller wrote: > > > On Thursday 26 January 2006 7:26 pm, Daniel Eischen wrote: > > > > > > The modified version does not hang on 5.2. Do you have multiple > > > interfaces on your 5.4 box? > > > > No, the 5.4 box

Re: read hang on datagram socket

2006-01-27 Thread Fredrik Lindberg
Kurt Miller wrote: On Thursday 26 January 2006 7:26 pm, Daniel Eischen wrote: On Thu, 26 Jan 2006, Kurt Miller wrote: On Thursday 26 January 2006 6:56 pm, Daniel Eischen wrote: On Thu, 26 Jan 2006, Kurt Miller wrote: I'm working on 1.5 jdk certification on 5.4 and 6.0. One of the jck te

Re: read hang on datagram socket

2006-01-26 Thread Kurt Miller
On Thursday 26 January 2006 7:26 pm, Daniel Eischen wrote: > On Thu, 26 Jan 2006, Kurt Miller wrote: > > > On Thursday 26 January 2006 6:56 pm, Daniel Eischen wrote: > > > On Thu, 26 Jan 2006, Kurt Miller wrote: > > > > > > > I'm working on 1.5 jdk certification on 5.4 and 6.0. One of the jck > >

Re: read hang on datagram socket

2006-01-26 Thread Daniel Eischen
On Thu, 26 Jan 2006, Kurt Miller wrote: > On Thursday 26 January 2006 6:56 pm, Daniel Eischen wrote: > > On Thu, 26 Jan 2006, Kurt Miller wrote: > > > > > I'm working on 1.5 jdk certification on 5.4 and 6.0. One of the jck > > > tests hangs on 5.4 but works ok on 6.0. I've reduced the problem > >

Re: read hang on datagram socket

2006-01-26 Thread Kurt Miller
On Thursday 26 January 2006 6:56 pm, Daniel Eischen wrote: > On Thu, 26 Jan 2006, Kurt Miller wrote: > > > I'm working on 1.5 jdk certification on 5.4 and 6.0. One of the jck > > tests hangs on 5.4 but works ok on 6.0. I've reduced the problem > > down to the following C program that hangs on 5.4

Re: read hang on datagram socket

2006-01-26 Thread Daniel Eischen
On Thu, 26 Jan 2006, Kurt Miller wrote: > I'm working on 1.5 jdk certification on 5.4 and 6.0. One of the jck > tests hangs on 5.4 but works ok on 6.0. I've reduced the problem > down to the following C program that hangs on 5.4 but works fine > (finishes) on 6.0 and 4.11. > > I could use some ass

read hang on datagram socket

2006-01-26 Thread Kurt Miller
I'm working on 1.5 jdk certification on 5.4 and 6.0. One of the jck tests hangs on 5.4 but works ok on 6.0. I've reduced the problem down to the following C program that hangs on 5.4 but works fine (finishes) on 6.0 and 4.11. I could use some assistance with finding a work-around to the problem or