Changes between Initial Version and Version 1 of Ticket #152, comment 7
- Timestamp:
- Dec 14, 2015, 3:43:33 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #152, comment 7
initial v1 8 8 > 9 9 > I suppose you have the new python installed after this failure anyway. Can you check if it works per se, by starting some simple python script with `C:\usr\bin\python2.7.exe`? 10 11 Yes, all my python scripts works fine and all packages seems updated 12 10 13 > 11 14 > The `Interrupted system call` thingy actually looks like a rare and old LIBC bug which isn't completely fixed ATM (see http://trac.netlabs.org/libc/ticket/256), but it's a completely wild guess so far. It could be the case if python were using multiple threads for something and were trying to kill one of them for some reason but I have no knowledge about how and when python uses threads.