[squeak-dev] Re: Win32 VM 3.11.2 and socket status

Andreas Raab andreas.raab at gmx.de
Thu Apr 2 04:09:59 UTC 2009


Torsten Bergmann wrote:
> A. wrote:
>> Is there a change if you use an older VM?
> 
> Yes - it works with the previous Win32 VM 3.11.1 without any problem.
> So I think it is related to the IPv6 changes.

Well, couple of questions:

1) Are you actually using the IPv6 stuff that Michael posted or is this 
out-of-the-box behavior?

2) Can you try this on 3.10.2 (which I use) to see whether there is an 
image dependency that I am unaware about?

3) Can you print the following:

    NetNameResolver initialize.
    NetNameResolver classPool at: #HaveNetwork.

I'd like to see if the network initialization completes successfully.

4) Can you print the following:

    Socket new.

I'd like to see how a newly created socket looks like.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list