Message200505
> The patch cleans up a lot of the other failures for asyncio on AIX
Great.
> but does not fix the hang.
I was expecting this :-)
Note that the hang is really strange, especially since the first
run_until_complete() succeeds.
Without more information, it'll be really hard to debug.
If you don't have an strace equivalent, then the only option is to add
ad-hoc debug statements to see:
- if the data gets written to the pipe
- if data is read from the pipe
There's something strange in the stack you posted above: there seems
to be a single FD in the poll() set, whereas there should be at least
3 (stdin, stdout and stderr). |
|
Date |
User |
Action |
Args |
2013-10-19 22:09:28 | neologix | set | recipients:
+ neologix, gvanrossum, pitrou, skrah, python-dev, David.Edelsohn |
2013-10-19 22:09:28 | neologix | link | issue19293 messages |
2013-10-19 22:09:28 | neologix | create | |
|