Michal Wallace wrote:
And wouldn't you know it... A bug on the parrot
side cropped up out of nowhere to break them!
==17366== valgrind's libpthread.so: IGNORED call to: pthread_attr_destroy
==17366== Invalid read of size 4
==17366== at 0x43D5123E: Parrot_PyTuple_get_iter (in
/home/lt/svn/parrot/leo/runtime/parrot/dynext/python_group.so)
==17366== by 0x8115576: Parrot_iter_p_p (ops/experimental.ops:231)
Unfortunately valgrind doesn't show line numbers from the shared lib,
but PyTuple.get_iter() is short enough so that you should be able to
track down the problem.
leo