cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
jcea has quit [Ping timeout: 244 seconds]
forgottenone has joined #pypy
Gustavo6046 has quit [Ping timeout: 240 seconds]
forgottenone has quit [Quit: Konversation terminated!]
lritter has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/404 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/432 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-win-x86-32/builds/375 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/7459 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8606 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-aarch64/builds/837 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6280 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7549 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5484 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/147 [mattip: Forced by command line script, release-pypy3.7-v7.x]
forgottenone has joined #pypy
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-64/builds/223 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-win-x86-32/builds/375 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/404 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/7459 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/5484 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-64/builds/432 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/8606 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/6280 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/7549 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<mattip> shows a call
<mattip> Py_FileSystemDefaultEncoding () from /home/***/pypy/bin/libpypy-c.so
<mattip> but that is not a function, it is a constant
<mattip> PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding;
<mattip> why would it show up in the stack trace?
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/906 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/147 [mattip: Forced by command line script, release-pypy3.7-v7.x]
rubdos has quit [Quit: WeeChat 2.8]
rubdos has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-64/builds/223 [mattip: Forced by command line script, release-pypy3.7-v7.x]
otisolsen70 has joined #pypy
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 244 seconds]
Dejan has joined #pypy
Dejan has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-aarch64/builds/837 [mattip: Forced by command line script, release-pypy3.7-v7.x]
<cfbolz> so the open-ended-traces numbers look reasonable. now I need to see whether I can debug the segfault that Adrian is reporting somehow :-(
Gustavo6046 has joined #pypy
Gustavo6046 has quit [Ping timeout: 256 seconds]
jcea has joined #pypy
<fijal> mattip: that typically means there is garbage on the stack
<fijal> or reading the stack does not work
<mattip> fijal: ahh. So bascially the stack trace is useless in this case.
<fijal> maybe? I don't know, sometimes you find garbage in there and the rest is fine
<fijal> but sometimes it's just garbage and that's it
<fijal> reconstructing C stack is not an exact science, turns out
<mattip> thanks
<mattip> cfbolz: is it significant that all the pypy.module.pypyjit tests are failing on that branch?
<cfbolz> mattip: definitely needs to be looked at. But they don't show me the segfault, and the segfault is a pretty serious merge blocker...
<cfbolz> ah, they fail for a superficial reason
Gustavo6046 has joined #pypy
jcea has quit [Ping timeout: 240 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/906 [mattip: Forced by command line script, release-pypy3.7-v7.x]
lritter has quit [Ping timeout: 245 seconds]
lritter has joined #pypy
lritter has quit [Ping timeout: 260 seconds]
tsaka__ has joined #pypy
<antocuni> I know it's OT, but does anybody have any experience with gdb's python API? In particular, I'd like to do the equivalent of "info sharedlibrary" from a python/gdb script
<antocuni> but I can't find a way
jcea has joined #pypy
otisolsen70 has quit [Quit: Leaving]
forgottenone has quit [Remote host closed the connection]
forgottenone has joined #pypy
forgottenone has quit [Client Quit]
tsaka__ has quit [Ping timeout: 246 seconds]
tsaka__ has joined #pypy
xcm_ has joined #pypy
xcm has quit [Killed (barjavel.freenode.net (Nickname regained by services))]
xcm_ is now known as xcm
lazka has quit [Read error: Connection reset by peer]
Dejan_ has joined #pypy
kbtr has quit [Ping timeout: 246 seconds]
kbtr_ has joined #pypy
Dejan has quit [Ping timeout: 264 seconds]