2012/2/18 Stefan Behnel <stefan...@behnel.de>

> And now the question is: how do I debug into PyPy? From the nightly build,
> I don't get any debugging symbols in gdb, just a useless list of call
> addresses (running the ref-counting related "arg_incref" test here):
>
> """
> #0  0x0000000000ef93ef in ?? ()
> #1  0x0000000000fca0cb in PyDict_Next ()
>

This one I know:
It's a bug in our implementation of PyDict_Next() that I fixed
today with 568fc4237bf8:
http://mail.python.org/pipermail/pypy-commit/2012-February/059826.html

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to