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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Torsten Bergmann
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.

Bye
T.
--
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a

Reply | Threaded
Open this post in threaded view
|

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

Andreas.Raab
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