GOODS freezes my squeak

Brian Brown rbb at techgame.net
Tue Nov 11 17:02:15 UTC 2003


On Nov 11, 2003, at 5:51 AM, Pablo Iaría wrote:

> Hi all,
>
> I downloaded the GOODS package Avi wrote form squeakmap and compiled
> the GOODS binaries for win32. I could get the server up and running.
> I could connect from squeak, store the root object and some others,
> but EVERY time I do a commit, squeak hangs up and the only way I
> found to get it back to life was stopping the GOODS server (the
> objects are, in fact, being stored).
>
> |db|
> db := KKDatabase onHost: 'localhost' port: 6100.
> db root: Dictionary new.
> db root at: 'Testing' put: #(1 2 3 4 5 6).
> db commit <- here hangs up

This looks fine.
>
> I put a "halt" to see what is going on and I found the problem in:
>
> KKConnection>>receiveFullyInto: aBuffer
>
>
> Im using squeak 3.6, the last GOODS package placed in squeakmap, and
> compiled the last version of GOODS.
>
> Can anyone bring me some light here ? Did this happend to you ?
>
I haven't tried it on Win32, but are you using goods 2.72? I haven't 
had that issue at all. I'll see if I can try on Windows today.


>
> Best regards,
> Pablo
>
>
>




More information about the Squeak-dev mailing list