登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
2025 Gitee 年度开源项目评选投票进行中,快为你的心仪项目助力!
代码拉取完成,页面将自动刷新
仓库状态说明
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
8
Star
2
Fork
89
src-openEuler
/
python3
关闭
代码
Issues
5
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
Fatal Python error: Py_EndInterpreter: not the last thread
已完成
#I397BK
缺陷
ltx
创建于
2021-02-26 15:50
[root@openEuler ~]# python3 -m test -v test_threading -m test_threads_join_2 -F ``` == CPython 3.7.9 (default, Feb 23 2021, 07:56:27) [GCC 7.3.0] == Linux-4.19.90-2102.2.0.0057.oe1.aarch64-aarch64-with-openEuler-20.03-LTS-SP1 little-endian == cwd: /tmp/test_python_9094 == CPU count: 4 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 0.00 Run tests sequentially 0:00:00 load avg: 0.00 [ 1] test_threading test_threads_join_2 (test.test_threading.SubinterpThreadingTests) ... Fatal Python error: Py_EndInterpreter: not the last thread Current thread 0x0000fffe29034db0 (most recent call first): File "/usr/lib64/python3.7/test/support/__init__.py", line 2755 in run_in_subinterp File "/usr/lib64/python3.7/test/test_threading.py", line 1001 in test_threads_join_2 File "/usr/lib64/python3.7/unittest/case.py", line 645 in run File "/usr/lib64/python3.7/unittest/case.py", line 693 in __call__ File "/usr/lib64/python3.7/unittest/suite.py", line 122 in run File "/usr/lib64/python3.7/unittest/suite.py", line 84 in __call__ File "/usr/lib64/python3.7/unittest/suite.py", line 122 in run File "/usr/lib64/python3.7/unittest/suite.py", line 84 in __call__ File "/usr/lib64/python3.7/unittest/suite.py", line 122 in run File "/usr/lib64/python3.7/unittest/suite.py", line 84 in __call__ File "/usr/lib64/python3.7/unittest/runner.py", line 176 in run File "/usr/lib64/python3.7/test/support/__init__.py", line 1919 in _run_suite File "/usr/lib64/python3.7/test/support/__init__.py", line 2041 in run_unittest File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 209 in _test_module File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 154 in _runtest File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 193 in runtest File "/usr/lib64/python3.7/test/libregrtest/main.py", line 415 in run_tests_sequential File "/usr/lib64/python3.7/test/libregrtest/main.py", line 513 in run_tests File "/usr/lib64/python3.7/test/libregrtest/main.py", line 684 in _main File "/usr/lib64/python3.7/test/libregrtest/main.py", line 632 in main File "/usr/lib64/python3.7/test/libregrtest/main.py", line 709 in main File "/usr/lib64/python3.7/test/__main__.py", line 2 in <module> File "/usr/lib64/python3.7/runpy.py", line 85 in _run_code File "/usr/lib64/python3.7/runpy.py", line 193 in _run_module_as_main Aborted (core dumped) ```
[root@openEuler ~]# python3 -m test -v test_threading -m test_threads_join_2 -F ``` == CPython 3.7.9 (default, Feb 23 2021, 07:56:27) [GCC 7.3.0] == Linux-4.19.90-2102.2.0.0057.oe1.aarch64-aarch64-with-openEuler-20.03-LTS-SP1 little-endian == cwd: /tmp/test_python_9094 == CPU count: 4 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 0.00 Run tests sequentially 0:00:00 load avg: 0.00 [ 1] test_threading test_threads_join_2 (test.test_threading.SubinterpThreadingTests) ... Fatal Python error: Py_EndInterpreter: not the last thread Current thread 0x0000fffe29034db0 (most recent call first): File "/usr/lib64/python3.7/test/support/__init__.py", line 2755 in run_in_subinterp File "/usr/lib64/python3.7/test/test_threading.py", line 1001 in test_threads_join_2 File "/usr/lib64/python3.7/unittest/case.py", line 645 in run File "/usr/lib64/python3.7/unittest/case.py", line 693 in __call__ File "/usr/lib64/python3.7/unittest/suite.py", line 122 in run File "/usr/lib64/python3.7/unittest/suite.py", line 84 in __call__ File "/usr/lib64/python3.7/unittest/suite.py", line 122 in run File "/usr/lib64/python3.7/unittest/suite.py", line 84 in __call__ File "/usr/lib64/python3.7/unittest/suite.py", line 122 in run File "/usr/lib64/python3.7/unittest/suite.py", line 84 in __call__ File "/usr/lib64/python3.7/unittest/runner.py", line 176 in run File "/usr/lib64/python3.7/test/support/__init__.py", line 1919 in _run_suite File "/usr/lib64/python3.7/test/support/__init__.py", line 2041 in run_unittest File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 209 in _test_module File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 154 in _runtest File "/usr/lib64/python3.7/test/libregrtest/runtest.py", line 193 in runtest File "/usr/lib64/python3.7/test/libregrtest/main.py", line 415 in run_tests_sequential File "/usr/lib64/python3.7/test/libregrtest/main.py", line 513 in run_tests File "/usr/lib64/python3.7/test/libregrtest/main.py", line 684 in _main File "/usr/lib64/python3.7/test/libregrtest/main.py", line 632 in main File "/usr/lib64/python3.7/test/libregrtest/main.py", line 709 in main File "/usr/lib64/python3.7/test/__main__.py", line 2 in <module> File "/usr/lib64/python3.7/runpy.py", line 85 in _run_code File "/usr/lib64/python3.7/runpy.py", line 193 in _run_module_as_main Aborted (core dumped) ```
评论 (
3
)
登录
后才可以发表评论
状态
已完成
待办的
已挂起
修复中
已确认
已完成
已验收
已取消
负责人
未设置
桐小哥
tong_1001
负责人
协作者
+负责人
+协作者
标签
未设置
项目
未立项任务
未立项任务
里程碑
openEuler 20.03LTS SP1 update2102
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (32)
标签 (64)
master
openEuler-24.03-LTS-SP3
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS-SP3
openEuler-20.03-LTS-SP4
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-Next
openEuler-24.03-LTS
openEuler-24.03-LTS-SP1
openEuler-25.09
openEuler-22.03-LTS-LoongArch
openEuler-25.03
sync-pr410-master-to-openEuler-25.03
sync-pr411-openEuler-24.03-LTS-Next-to-openEuler-24.03-LTS-SP1
openEuler-22.03-LTS-SP1
openEuler-24.09
openEuler-22.03-LTS-Next
openEuler-22.03-LTS
openEuler-20.03-LTS-SP3
openEuler-22.03-LTS-SP2
openEuler-20.03-LTS-SP1
openEuler-23.09
openEuler-23.03
openEuler-22.09
openEuler-20.03-LTS-SP2
openEuler-20.03-LTS-Next
openEuler-20.03-LTS
openEuler-21.03
openEuler-21.09
openEuler-20.09
openEuler1.0
openEuler1.0-base
openEuler-20.03-LTS-SP4-update-20251024
openEuler-25.09-release
openEuler-24.03-LTS-update-20250926
openEuler-22.03-LTS-SP3-update-20250926
openEuler-22.03-LTS-SP4-update-20250926
openEuler-24.03-LTS-SP1-update-20250926
openEuler-24.03-LTS-SP2-update-20250926
openEuler-22.03-LTS-SP3-update-20250919
openEuler-20.03-LTS-SP4-update-20250919
openEuler-22.03-LTS-SP4-update-20250919
openEuler-24.03-LTS-SP1-update-20250919
openEuler-24.03-LTS-SP2-update-20250919
openEuler-22.03-LTS-SP4-update-20250912
openEuler-24.03-LTS-update-20250912
openEuler-22.03-LTS-SP3-update-20250912
openEuler-24.03-LTS-SP1-update-20250911
openEuler-24.03-LTS-SP2-update-20250905
openEuler-22.03-LTS-SP3-update-20250905
openEuler-22.03-LTS-SP4-update-20250905
openEuler-24.03-LTS-SP1-update-20250905
openEuler-24.03-LTS-SP1-update-20250711
openEuler-24.03-LTS-update-20250711
openEuler-24.03-LTS-SP2-update-20250711
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-SP1-update-20250221
openEuler-24.03-LTS-update-20250221
openEuler-22.03-LTS-SP4-update-20250221
openEuler-22.03-LTS-SP3-update-20250221
openEuler-22.03-LTS-SP1-update-20250110
openEuler-22.03-LTS-SP3-update-20250110
openEuler-22.03-LTS-SP4-update-20250110
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP1-update-20241129
openEuler-22.03-LTS-SP3-update-20241129
openEuler-22.03-LTS-SP4-update-20241129
openEuler-24.03-LTS-update-20241129
openEuler-22.03-LTS-SP1-update-20241115
openEuler-22.03-LTS-SP3-update-20241115
openEuler-24.03-LTS-update-20241108
openEuler-22.03-LTS-SP4-update-before-20241025
openEuler-22.03-LTS-SP4-before-20241025
openEuler-24.03-LTS-update-before-20241025
openEuler-20.03-LTS-SP4-update-20241101
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
openEuler-20.09-20200929
openEuler-20.03-LTS-20200606
openEuler-20.03-LTS-tag
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/python3.git
git@gitee.com:src-openeuler/python3.git
src-openeuler
python3
python3
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册