[Vm-dev] unix nameToAddr() function appears to not work on Raspbian?

Bert Freudenberg bert at freudenbergs.de
Wed Sep 23 14:35:34 UTC 2015


On 23.09.2015, at 15:31, Bert Freudenberg <bert at freudenbergs.de> wrote:
> 
> On 23.09.2015, at 04:22, David T. Lewis <lewis at mail.msen.com> wrote:
>> 
>> But if it works in Python, then it should work in Squeak.
> 
> Yep.

Debugged the VM with Tobias and found the problem: the “connectTo” primitive explicitly ignores UDP sockets and does not call the OS’s “connect” function.

IMHO that’s a VM bug. Even if normal UDP code uses “sendTo” directly and does not need a “connectTo”, *if* I try to connect a UDP socket, it should still do it.

- Bert -


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4115 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20150923/61f939d6/smime.bin


More information about the Vm-dev mailing list