adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has joined #pypy
_whitelogger has joined #pypy
dddddd has quit [Read error: Connection reset by peer]
adamholmberg has joined #pypy
jcea has quit [Quit: jcea]
adamholmberg has quit [Ping timeout: 244 seconds]
micisuta has quit [Ping timeout: 272 seconds]
speeder39_ has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
micisuta has joined #pypy
lritter has quit [Ping timeout: 268 seconds]
lritter has joined #pypy
lritter has quit [Ping timeout: 272 seconds]
xcm has quit [Killed (verne.freenode.net (Nickname regained by services))]
xcm has joined #pypy
lritter has joined #pypy
the_drow has joined #pypy
_whitelogger has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
_whitelogger has joined #pypy
Unode has quit [Ping timeout: 244 seconds]
Unode has joined #pypy
oberstet has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
<
krono>
good morning everybody
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
moei has joined #pypy
<
krono>
i got a problem: my rpython vm crashes with `pypy_g_IncrementalMiniMarkGC_unpin: unpin: object is already not pinned`
<
krono>
and I do not know where to start looking…
<
the_drow>
krono, Start with setting the PYPY_GC_DEBUG environment variable to 1
<
the_drow>
See what happens
themsay has quit [Ping timeout: 246 seconds]
lritter has quit [Ping timeout: 245 seconds]
<
krono>
the_drow: same, no difference
<
krono>
no further output (its a lldebug0 build)
themsay has joined #pypy
<
the_drow>
Then you'll have to wait for arigo or cfbolz to respond
<
cfbolz>
krono: are you using pinning yourself?
<
krono>
cfbolz: no. its rsqueakvm and i just shoved shapes into it
<
cfbolz>
krono: OK. Does it happen without jit?
<
krono>
PYPY_GC_MAX_PINNED=0 helps, tho
adamholmberg has joined #pypy
<
krono>
cfbolz: is it "save" to run w/ max_pinned set to 0? or should I hunt that problem?
<
cfbolz>
krono: sure it's safe if somewhat slower, but it still man's there is a latent bug somewhere
<
krono>
cfbolz: Ok, thought so. anything i can do to help here?
adamholmberg has quit [Ping timeout: 245 seconds]
<
cfbolz>
Note that it's not unlikely that the bug is somewhere in rsqueak
<
krono>
maybe, yes.
<
cfbolz>
phlebas: do you have any memory of pinning being used in there?
<
krono>
grepping for pin yields nothing
<
krono>
I also manage to segfault the VM anyway when acting with my values, so there's that
<
phlebas>
we used to force pinned objects for the C API. krono, is that still included? I thought we removed that entire module
<
krono>
the c-api is gone, afaik
<
cfbolz>
krono: there may be a few APIs that pin but are not called that
<
cfbolz>
What you should do is use gdb to find out who calls the unpin
antocuni has joined #pypy
il_ratto has left #pypy [#pypy]
antocuni has quit [Ping timeout: 244 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Ping timeout: 245 seconds]
dddddd has joined #pypy
adamholmberg has joined #pypy
adamholmberg has quit [Remote host closed the connection]
antocuni has joined #pypy
Rhy0lite has joined #pypy
adamholmberg has joined #pypy
poleaxe has joined #pypy
poleaxe has quit [Client Quit]
joannah has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
antocuni has quit [Ping timeout: 246 seconds]
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
joannah has quit [Ping timeout: 260 seconds]
andi- has quit [Remote host closed the connection]
andi- has joined #pypy
andi- has quit [Remote host closed the connection]
andi- has joined #pypy
joannah has joined #pypy
andi- has quit [Client Quit]
andi- has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
adamholmberg has quit [Remote host closed the connection]
andi- has quit [Remote host closed the connection]
andi- has joined #pypy
andi- has quit [Client Quit]
adamholmberg has joined #pypy
andi- has joined #pypy
andi- has quit [Client Quit]
andi- has joined #pypy
andi- has quit [Changing host]
andi- has joined #pypy
andi- has quit [Client Quit]
andi- has joined #pypy
andi- has quit [Client Quit]
andi- has joined #pypy
andi- has quit [Client Quit]
andi- has joined #pypy
andi- has quit [Client Quit]
adamholmberg has quit [Remote host closed the connection]
andi- has joined #pypy
xcm has quit [Remote host closed the connection]
andi- has quit [Client Quit]
andi- has joined #pypy
andi- has quit [Client Quit]
xcm has joined #pypy
andi- has joined #pypy
adamholmberg has joined #pypy
jcea has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
themsay has quit [Read error: Connection reset by peer]
themsay has joined #pypy
lritter has joined #pypy
themsay has quit [Ping timeout: 268 seconds]
themsay has joined #pypy
themsay has quit [Ping timeout: 248 seconds]
adamholmberg has quit [Remote host closed the connection]
joannah has quit [Remote host closed the connection]
themsay has joined #pypy
adamholmberg has joined #pypy
Rhy0lite has quit [Quit: Leaving]
<
kenaan>
arigo cffi/cffi 158f2ff652b7 /doc/source/whatsnew.rst: improve comment
<
kenaan>
arigo default 3cb9cee3bc8e /lib_pypy/cffi/cparser.py: update to cffi/158f2ff652b7
arigo is now known as arigato
sfan5 has joined #pypy
<
sfan5>
I just stumbled upon something that's broken with pypy3 for seemingly no reason
<
sfan5>
>>>> __import__("ipaddress").ip_network('0.0.0.0/0').subnet_of
<
sfan5>
raises an AttributeError, but works perfectly fine in cpython
jacob22 has quit [Remote host closed the connection]
jacob22 has joined #pypy
adamholmberg has quit [Remote host closed the connection]
moei has quit [Quit: Leaving...]
xcm has quit [Ping timeout: 272 seconds]
<
tos9>
sfan5: that's new in py37, and pypy has no 3.7 release.
<
tos9>
pypy3 assuming you're on the latest release is 3.6.
xcm has joined #pypy