[pypy-issue] [issue1446] translate fail on py3k, windows

mattip tracker at bugs.pypy.org
Wed Apr 10 13:45:44 CEST 2013


New submission from mattip <matti.picus at gmail.com>:

About this failure
http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-
32/builds/929/steps/translate/logs/stdio

The only place WSADuplicateSocket is called is in rsocket.dup
The test_rsoocket.test_dup is skipped in windows.

The function WSADuplicateSocket  is being called with
Unsigned, Unsigned, * Struct WSAPROTOCOL_INFO
instead of Unsigned, Unsigned, * Struct WSAData
Thats as far as I got. I can reach it in a debugger, indeed the graph is for 
WSADuplicateSocket, but why is it being called and how did a WSAPROTOCOL_INFO 
get in there

----------
assignedto: pjenvey
messages: 5553
nosy: mattip, pypy-issue
priority: wish
status: unread
title: translate fail on py3k, windows

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1446>
________________________________________


More information about the pypy-issue mailing list