[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-30 Thread REIX Tony
REIX Tony added the comment: Yes. I'm on my own for AIX debugging. I'm afraid too. ;) OK. What I need is build more skills about how to get into deep details when things run badly. Lot of fun. ;) Thx -- ___ Python tracker

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-30 Thread R. David Murray
R. David Murray added the comment: You are on your own for AIX debugging, I'm afraid. You can try the #python-dev channel on freenode for questions about how things work in general. If you find real problems with the python code you can open new issues (we have accepted patches for AIX when

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-30 Thread REIX Tony
REIX Tony added the comment: About test_io, when running it alone by: ./python ./Lib/test/test_io.py > /tmp/test_io.res I got NO error ! Done 2 times on each of my 2 AIX machines. Hu Why these tests do block in the middle ? -- ___ Python tra

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-30 Thread REIX Tony
REIX Tony added the comment: I got strange things: Tests blocked in: [300/400/22] test_signal and: # ps -edf | grep python root 7405612 12320954 0 14:52:04 pts/2 0:00 ./python -m -c -l -x test_io root 7929900 34209932 0 14:52:04 pts/2 0:00 ./python -m -c -l -x test_io r

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-30 Thread REIX Tony
REIX Tony added the comment: Hum I'm now building Python 2.7.10 RPMs on AIX. The .spec file works fine. However, when adding make test in the .spec file, I've got the tests blocked in test_io. The same with 2.7.6 . Going into the directory and trying "make quicktest", it is now blocked afte

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-30 Thread REIX Tony
REIX Tony added the comment: Thnaks for the information. I'm surprised that: $ make test > Go.res3 2>&1 & makes issues that do not appear with: $ nohup make test > Go.res3 2>&1 & Anyway, we know the root cause now, and there is a work-around. So, closing the defect is OK for me. About the co

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-29 Thread R. David Murray
R. David Murray added the comment: Let's close it, since we've identified the problem and it is not something we currently support. If someone finds this and wants to work on it they can open a new issue. (It reopened because I had it set to pending...I didn't close it because I thought some

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-29 Thread Stefan Krah
Stefan Krah added the comment: Personally I'm happy to run the tests in the foreground. :) BTW, I didn't intend to reopen this one. Shall we close it or do you want to keep it open for improving the test suite? -- ___ Python tracker

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-29 Thread R. David Murray
R. David Murray added the comment: We certainly don't regularly test running them that way :) It might be interesting to make it possible, if it doesn't require too many changes to the tests. Excessive swapping seems like an odd symptom; I'm sure the explanation will be interesting if someone

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-29 Thread Stefan Krah
Stefan Krah added the comment: > $ make test > Go.res3 2>&1 & The test suite does seem to behave poorly when run in the background: I'm getting constant swapping, excessive kworker activity, and indeed, one hang. With nohup prepended at least the tests have finished now. I'm not sure if the te

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-28 Thread R. David Murray
R. David Murray added the comment: Since Ubuntu is one of the platforms that gets thoroughly tested and neither the buildbots nor other users have reported issues, your best source for help on this is probably either the python-list mailing list, or an Ubuntu forum. FYI the 3.4 buildbots are c

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-28 Thread REIX Tony
REIX Tony added the comment: run on Ubuntu/i586 : $ make test > Go.res3 2>&1 & $ tail -f Go.res [164/390] test_cgi Silent ! ^C [1]+ Stoppedmake test > Go.res3 2>&1 reixt@b017569-ux:~/FromOldPC/FromOldPC/Projets/ToolBox/PYTHON-3/Python-3.4.3$ reixt@b017569-ux:~/FromOl

[issue24741] Hangs and errors while testing on Ubuntu/Intel

2015-07-28 Thread REIX Tony
New submission from REIX Tony: I'm now porting Python (2.7.10 and 3.4.3) on AIX. Before that, I wanted to build and test on reference machines in order to see what is expected during building and testing. However, on Ubuntu/i586 and Ubuntu/x86_64, I face hangs and errors during test phase on