This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年12月16日 18:02 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg124141 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年12月16日 18:02 | |
The title says it all. This is related to r87292 (issue8844). |
|||
| msg125493 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年01月06日 00:59 | |
test_threadsignals hang on "x86 FreeBSD 3.x" buildbot since at least the 17th december (build 1030, r87341). What is "FreeBSD 6.4"? Another buildbot? |
|||
| msg125494 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年01月06日 01:03 | |
test_threadsignals hang also on "x86 gentoo 3.x" since at least the 17th december (build 3681, r87348). |
|||
| msg125495 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年01月06日 01:10 | |
"x86 gentoo 3.x" is an old Linux setup, see #4970: glibc 2.3.4, linuxthreads-0.10 and Linux kernel 2.6.9-gentoo-r1. linuxthreads is the old implementation of threads on Linux. It was replaced by NPTL with Linux kernel 2.6 and the GNU libc 2.4. #4970 was fixed by r80108: skip the test if linuxthreads is used. |
|||
| msg125497 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2011年01月06日 01:13 | |
I am unable to reproduce test_threadsignals hang with my FreeBSD 8.0 VM. A bug was maybe fixed between FreeBSD 7.2 and FreeBSD 8.0? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:10 | admin | set | github: 54929 |
| 2011年02月16日 15:40:47 | pitrou | set | status: open -> closed resolution: duplicate superseder: interruption of locks by signals not guaranteed when locks are implemented using POSIX condition variables; add sys.thread_info nosy: db3l, pitrou, vstinner, rnk |
| 2011年01月06日 01:13:06 | vstinner | set | nosy:
db3l, pitrou, vstinner, rnk messages: + msg125497 |
| 2011年01月06日 01:10:06 | vstinner | set | nosy:
db3l, pitrou, vstinner, rnk messages: + msg125495 |
| 2011年01月06日 01:03:19 | vstinner | set | nosy:
db3l, pitrou, vstinner, rnk messages: + msg125494 |
| 2011年01月06日 00:59:51 | vstinner | set | nosy:
+ vstinner messages: + msg125493 |
| 2010年12月16日 18:02:04 | pitrou | create | |