Message128681
test_socket didnot lock this time (I will retry next).
But test_subprocess.ProcessTestCasePOSIXPurePython.test_leaking_fds_on_error did.
Looping forever on the following syscall:
pipe(0x2FF1FD88) = 0
kfcntl(15, F_GETFD, 0x00000000) = 0
kfcntl(15, F_SETFD, 0x00000001) = 0
kfcntl(17, F_GETFD, 0x00000000) = 0
kfcntl(17, F_SETFD, 0x00000001) = 0
pipe(0x2FF1FD88) = 0
kfcntl(18, F_GETFD, 0x00000000) = 0
kfcntl(18, F_SETFD, 0x00000001) = 0
kfcntl(19, F_GETFD, 0x00000000) = 0
kfcntl(19, F_SETFD, 0x00000001) = 0
fstatx(15, 0x2FF1FAEC, 76, 0) = 0
kioctl(15, 22528, 0x00000000, 0x00000000) Err#25 ENOTTY
fstatx(15, 0x2FF1FD7C, 76, 0) = 0
lseek(15, 0, 1) Err#29 ESPIPE
fstatx(18, 0x2FF1FAEC, 76, 0) = 0
kioctl(18, 22528, 0x00000000, 0x00000000) Err#25 ENOTTY
fstatx(18, 0x2FF1FD7C, 76, 0) = 0
lseek(18, 0, 1) Err#29 ESPIPE
pipe(0x2FF1FD08) = 0
kfcntl(20, F_GETFD, 0x00000000) = 0
kfcntl(20, F_SETFD, 0x00000001) = 0
kfcntl(21, F_GETFD, 0x00000000) = 0
kfcntl(21, F_SETFD, 0x00000001) = 0
sigprocmask(0, 0xF029C148, 0xF029C150) = 0
kfork() = 2011158
thread_setmymask_fast(0x00000000, 0x00000000, 0x00000000, 0xD0504100, 0x00000000, 0x1216F00B, 0x1216F00B, 0x00000000) = 0x00000000
close(21) = 0
close(17) = 0
close(19) = 0
kread(20, " O S E r r o r : 2 :\0 i".., 50000) = 10
kread(20, 0x33041C38, 50000) = 0
close(20) = 0
kwaitpid(0x2FF1FB50, 2011158, 4, 0x00000000, 0x00000000) = 2011158
close(15) = 0
close(18) = 0
close(15) Err#9 EBADF
close(18) Err#9 EBADF
pipe(0x2FF1FD88) = 0 |
|
Date |
User |
Action |
Args |
2011-02-16 16:55:37 | sable | set | recipients:
+ sable, gregory.p.smith, db3l, pitrou, vstinner, rnk |
2011-02-16 16:55:37 | sable | set | messageid: <1297875337.09.0.164618601315.issue11223@psf.upfronthosting.co.za> |
2011-02-16 16:55:34 | sable | link | issue11223 messages |
2011-02-16 16:55:34 | sable | create | |
|