Re: [pypy-dev] Memory corruption on socket.gethostbyname_ex

2013-03-22 Thread Amaury Forgeot d'Arc
Hi, 2013/3/22 Vasily Evseenko > Hi, > > There are some memory corruption while calling socket.gethostbyname_ex > from the thread while other thread executes JIT'ed code: > In such case socket.gethostbyname_ex returns random entries from > /etc/hosts instead of DNS lookup. > Please file a bug on

[pypy-dev] Memory corruption on socket.gethostbyname_ex

2013-03-22 Thread Vasily Evseenko
Hi, There are some memory corruption while calling socket.gethostbyname_ex from the thread while other thread executes JIT'ed code: In such case socket.gethostbyname_ex returns random entries from /etc/hosts instead of DNS lookup. -- import sys import socket import threading domain = 'google

Re: [pypy-dev] strange difference between py3k and default on win32 build

2013-03-22 Thread Amaury Forgeot d'Arc
2013/3/22 matti picus > I tried kicking the new windows buildbot on py3k branch, and got a > linking error about missing > zlib in openssl > > http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/897/steps/translate/logs/stdio > but I couldn't find any relevant diff between the two bran

Re: [pypy-dev] why doesn't buildbot master sort (after I told it to)

2013-03-22 Thread Antonio Cuni
On 03/21/2013 11:38 PM, Matti Picus wrote: fijal did restart the buildbot, it didn't help. then I fear that the best is to do some good old debug with print statements and pdb.set_trace(). If you login to cobra, you can do the following: $ ssh buildmas...@cobra.cs.uni-duesseldorf.de $ cd pyp