<cfbolz>
arigo_: I have a weird GC bug? memory corruption? I don't know. the symptom is random crashes, but when I turn on PYPY_GC_DEBUG=2, I get an assertion error
<cfbolz>
"black -> white pointer found"
<cfbolz>
would you be up to helping me with it a little bit?
andrewsm1dina has joined #pypy
andrewsmedina has quit [Ping timeout: 268 seconds]
<cfbolz>
arigo_: here's the issue, fwiw: https://github.com/pypy/pypy/issues/4925 (but I'd be happy just to chat about it, you don't necessarily need to run it yourself)
Dejan has joined #pypy
Dejan_ has joined #pypy
Dejan has quit [Ping timeout: 260 seconds]
Dejan_ has quit [Client Quit]
Dejan has joined #pypy
<fijal>
cfbolz: have you tried lldebug pypy version? it might sometimes point to an error earlier
<cfbolz>
I'm using an lldebug version, yes
<cfbolz>
it's all very much a "wtf is even happening" situation :-(