[BUG] Loading JMMExternalTableByIndex.1.cs expects ExternalSemaphoreTable

Rob Withers slosher2 at home.com
Wed Jul 19 01:02:24 UTC 2000


John M McIntosh wrote:
> 
> on 7/17/00 11:57 PM, Rob Withers at slosher2 at home.com wrote:
> 
> > Rob Withers wrote:
> >>
> >> I downloaded the Craig Latta's correspondents port from John's site and
> >> I am trying to get them running in a rebuilt Linux VM with a 2.8 image.
> >> When running the tests, without flow and correspondents, I am getting
> >> errors in the Resolver Tests (and the Socket tests, but I haven't
> >> drilled deeper there yet).  At first I had a configuration problem with
> >
> > Ok, I am seeing four different classes of failures/errors in the
> > NetworkSocketOpenTest.  Most of the failures are the error code problem
> > from the Resolver tests.  The other failures are occuring because the
> > Socket>>remotePort call is returning 0 rather than the remote port that
> > the test thinks it has.
> 
> Should return the port.
> 
> >
> > There are two errors:
> >
> > NetworkSocketOpenTest>>testCheckSocketUtilities is an error on a ping:
> > It looks like the the otherEnd closed, and there is a send data timeout
> > exception on sendData: in the ping: method.  It hasn't even gotten to
> > the waitForDataUntil: yet.
> >
> > NetworkSocketOpenTest>>testSocketListenAccept is a primative error on
> > #primAcceptFrom:receiveBufferSize:sendBufSize:semaIndex:
> >
> > I'm not sure how to continue testing these errors...
> >
> > Rob
> >
> 
> Hi, great someone is running the tests! I believe last week there was some
> discussion about shutdown versus close on the unix sockets and how that was
> wrong and it might cause a flush to occur versus completing the send of the
> data.

John,

When loading this changeset, it tries to extend the
ExternalSemaphoreTable, but my 2.8 image doesn't have one.  Where can I
get one? ;)

cheers,
Rob





More information about the Squeak-dev mailing list