René's URL Explorer Experiment


Title: Issue 25122: test_eintr randomly fails on FreeBSD - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/69309 https://github.com/python/cpython/issues/69309
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
eintr_bug.tar.gzhttps://bugs.python.org/file40485/eintr_bug.tar.gz
msg250753https://bugs.python.org/issue25122#msg250753
(view)https://bugs.python.org/msg250753
ebccac60b9e7https://hg.python.org/lookup/ebccac60b9e7
ed0e6a9c11afhttps://hg.python.org/lookup/ed0e6a9c11af
Lib/test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/master/Lib/test/eintrdata/eintr_tester.py
Lib/test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/master/Lib/test/eintrdata/eintr_tester.py
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/3337/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/3337/steps/test/logs/stdio
selectors.pyhttps://github.com/python/cpython/blob/main/Lib/selectors.py#L375
subprocess.pyhttps://github.com/python/cpython/blob/main/Lib/subprocess.py#L1698
subprocess.pyhttps://github.com/python/cpython/blob/main/Lib/subprocess.py#L1068
test/support/script_helper.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/script_helper.py#L86
test/support/script_helper.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/script_helper.py#L96
test/support/script_helper.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/script_helper.py#L135
test/test_eintr.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_eintr.py#L17
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L600
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L648
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1775
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1809
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1280
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1281
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L968
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L532
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1565
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1590
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L85
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L170
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L170
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L85
test/__main__.pyhttps://github.com/python/cpython/blob/main/Lib/test/__main__.py#L3
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1565
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L738
msg250754https://bugs.python.org/issue25122#msg250754
(view)https://bugs.python.org/msg250754
3d9164aecc6fhttps://hg.python.org/lookup/3d9164aecc6f
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/3d9164aecc6fhttps://hg.python.org/cpython/rev/3d9164aecc6f
msg250804https://bugs.python.org/issue25122#msg250804
(view)https://bugs.python.org/msg250804
edbc35d8babbhttps://hg.python.org/lookup/edbc35d8babb
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/edbc35d8babbhttps://hg.python.org/cpython/rev/edbc35d8babb
msg250809https://bugs.python.org/issue25122#msg250809
(view)https://bugs.python.org/msg250809
24dbca4e746chttps://hg.python.org/lookup/24dbca4e746c
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/24dbca4e746chttps://hg.python.org/cpython/rev/24dbca4e746c
msg250810https://bugs.python.org/issue25122#msg250810
(view)https://bugs.python.org/msg250810
5388fa98f7a3https://hg.python.org/lookup/5388fa98f7a3
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/5388fa98f7a3https://hg.python.org/cpython/rev/5388fa98f7a3
msg250818https://bugs.python.org/issue25122#msg250818
(view)https://bugs.python.org/msg250818
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L340
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L334
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L340
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L600
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L648
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1775
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1809
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L461
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L465
test/test_eintr.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_eintr.py#L25
msg250822https://bugs.python.org/issue25122#msg250822
(view)https://bugs.python.org/msg250822
30bc256f2346https://hg.python.org/lookup/30bc256f2346
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/30bc256f2346https://hg.python.org/cpython/rev/30bc256f2346
msg250828https://bugs.python.org/issue25122#msg250828
(view)https://bugs.python.org/msg250828
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L354
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L345
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L354
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L600
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L648
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L122
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L84
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L176
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1775
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1809
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L475
test/eintrdata/eintr_tester.pyhttps://github.com/python/cpython/blob/main/Lib/test/eintrdata/eintr_tester.py#L479
msg250831https://bugs.python.org/issue25122#msg250831
(view)https://bugs.python.org/msg250831
msg250865https://bugs.python.org/issue25122#msg250865
(view)https://bugs.python.org/msg250865
msg250867https://bugs.python.org/issue25122#msg250867
(view)https://bugs.python.org/msg250867
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203162https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203162
msg250958https://bugs.python.org/issue25122#msg250958
(view)https://bugs.python.org/msg250958
90722634f211https://hg.python.org/lookup/90722634f211
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/90722634f211https://hg.python.org/cpython/rev/90722634f211
f347ea4391f3https://hg.python.org/lookup/f347ea4391f3
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/f347ea4391f3https://hg.python.org/cpython/rev/f347ea4391f3
msg250979https://bugs.python.org/issue25122#msg250979
(view)https://bugs.python.org/msg250979
msg251219https://bugs.python.org/issue25122#msg251219
(view)https://bugs.python.org/msg251219
3184c43627f5https://hg.python.org/lookup/3184c43627f5
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/3184c43627f5https://hg.python.org/cpython/rev/3184c43627f5
msg251764https://bugs.python.org/issue25122#msg251764
(view)https://bugs.python.org/msg251764
e48ec5f5b82bhttps://hg.python.org/lookup/e48ec5f5b82b
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/e48ec5f5b82bhttps://hg.python.org/cpython/rev/e48ec5f5b82b
msg252797https://bugs.python.org/issue25122#msg252797
(view)https://bugs.python.org/msg252797
e48ec5f5b82bhttps://hg.python.org/lookup/e48ec5f5b82b
#25122https://bugs.python.org/issue25122
https://hg.python.org/cpython/rev/e48ec5f5b82bhttps://hg.python.org/cpython/rev/e48ec5f5b82b
msg252824https://bugs.python.org/issue25122#msg252824
(view)https://bugs.python.org/msg252824
msg252824https://bugs.python.org/msg252824
Arfreverhttps://bugs.python.org/user9138
msg252797https://bugs.python.org/msg252797
msg251764https://bugs.python.org/msg251764
msg251219https://bugs.python.org/msg251219
msg250979https://bugs.python.org/msg250979
msg250958https://bugs.python.org/msg250958
cemhttps://bugs.python.org/user22480
msg250867https://bugs.python.org/msg250867
eintr_bug.tar.gzhttps://bugs.python.org/file40485
msg250865https://bugs.python.org/msg250865
msg250831https://bugs.python.org/msg250831
msg250828https://bugs.python.org/msg250828
msg250822https://bugs.python.org/msg250822
msg250818https://bugs.python.org/msg250818
msg250810https://bugs.python.org/msg250810
msg250809https://bugs.python.org/msg250809
msg250804https://bugs.python.org/msg250804
python-devhttps://bugs.python.org/user13902
msg250754https://bugs.python.org/msg250754
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.