登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
8
Star
2
Fork
89
src-openEuler
/
python3
代码
Issues
7
Pull Requests
2
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
python3-3.9.9 版本运行iotop检测到内存异常
已完成
#I4V6CB
缺陷
markeryang
创建于
2022-02-24 20:39
【标题描述】python3-3.9.9 版本运行iotop检测到内存异常 【环境信息】 使用软件包python3-3.9.9,iotop-0.6-23 【问题复现步骤】 具体操作步骤 安装python3-3.9.9,iotop-0.6-23,glic-debuginfo 执行iotop -b -n 10 & 另起会话执行valgrind /usr/sbin/iotop -b -n 5 > iotop_test 经验证最新版本python3-3.9.10也存在此问题 【预期结果】 无异常 【实际结果】 工具检测出可能有内存异常 【附件信息】 比如系统message日志/组件日志、dump信息、图片等 [root@openEuler ~]# valgrind /usr/sbin/iotop -b -n 5 > iotop_test ==13750== Memcheck, a memory error detector ==13750== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13750== Using Valgrind-3.16.0 and LibVEX; rerun with -h for copyright info ==13750== Command: /usr/sbin/iotop -b -n 5 ==13750== ==13750== Conditional jump or move depends on uninitialised value(s) ==13750== at 0x49B2C40: PyUnicode_Decode (unicodeobject.c:3488) ==13750== by 0x49B335B: unicode_new (unicodeobject.c:15465) ==13750== by 0x4982C07: type_call (typeobject.c:1014) ==13750== by 0x492CA17: _PyObject_MakeTpCall (call.c:191) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:116) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:103) ==13750== by 0x48F1863: PyObject_Vectorcall (abstract.h:127) ==13750== by 0x48F1863: call_function (ceval.c:5075) ==13750== by 0x48F1863: _PyEval_EvalFrameDefault (ceval.c:3518) ==13750== by 0x48EAEE7: _PyEval_EvalFrame (pycore_ceval.h:40) ==13750== by 0x48EAEE7: function_code_fastcall (call.c:330) ==13750== by 0x492CBE7: _PyObject_FastCallDictTstate (call.c:118) ==13750== by 0x492CEEB: _PyObject_Call_Prepend (call.c:489) ==13750== by 0x498A007: slot_tp_init (typeobject.c:6964) ==13750== by 0x4982C4F: type_call (typeobject.c:1026) ==13750== by 0x492CA17: _PyObject_MakeTpCall (call.c:191) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:116) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:103) ==13750== by 0x48F1863: PyObject_Vectorcall (abstract.h:127) ==13750== by 0x48F1863: call_function (ceval.c:5075) ==13750== by 0x48F1863: _PyEval_EvalFrameDefault (ceval.c:3518) ==13750== ==13751== Warning: invalid file descriptor 1024 in syscall close() ==13751== Warning: invalid file descriptor 1025 in syscall close() ==13751== Warning: invalid file descriptor 1026 in syscall close() ==13751== Warning: invalid file descriptor 1027 in syscall close() ==13751== Use --log-fd=<number> to select an alternative log fd. ==13751== Warning: invalid file descriptor 1028 in syscall close() ==13751== Warning: invalid file descriptor 1029 in syscall close() ==13752== Warning: invalid file descriptor 1024 in syscall close() ==13752== Warning: invalid file descriptor 1025 in syscall close() ==13752== Warning: invalid file descriptor 1026 in syscall close() ==13752== Warning: invalid file descriptor 1027 in syscall close() ==13752== Use --log-fd=<number> to select an alternative log fd. ==13752== Warning: invalid file descriptor 1028 in syscall close() ==13752== Warning: invalid file descriptor 1029 in syscall close() ==13750== ==13750== HEAP SUMMARY: ==13750== in use at exit: 1,069,715 bytes in 10,017 blocks ==13750== total heap usage: 589,638 allocs, 579,621 frees, 128,672,782 bytes allocated ==13750== ==13750== LEAK SUMMARY: ==13750== definitely lost: 0 bytes in 0 blocks ==13750== indirectly lost: 0 bytes in 0 blocks ==13750== possibly lost: 1,042,483 bytes in 9,894 blocks ==13750== still reachable: 27,232 bytes in 123 blocks ==13750== suppressed: 0 bytes in 0 blocks ==13750== Rerun with --leak-check=full to see details of leaked memory ==13750== ==13750== Use --track-origins=yes to see where uninitialised values come from ==13750== For lists of detected and suppressed errors, rerun with: -s ==13750== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
【标题描述】python3-3.9.9 版本运行iotop检测到内存异常 【环境信息】 使用软件包python3-3.9.9,iotop-0.6-23 【问题复现步骤】 具体操作步骤 安装python3-3.9.9,iotop-0.6-23,glic-debuginfo 执行iotop -b -n 10 & 另起会话执行valgrind /usr/sbin/iotop -b -n 5 > iotop_test 经验证最新版本python3-3.9.10也存在此问题 【预期结果】 无异常 【实际结果】 工具检测出可能有内存异常 【附件信息】 比如系统message日志/组件日志、dump信息、图片等 [root@openEuler ~]# valgrind /usr/sbin/iotop -b -n 5 > iotop_test ==13750== Memcheck, a memory error detector ==13750== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==13750== Using Valgrind-3.16.0 and LibVEX; rerun with -h for copyright info ==13750== Command: /usr/sbin/iotop -b -n 5 ==13750== ==13750== Conditional jump or move depends on uninitialised value(s) ==13750== at 0x49B2C40: PyUnicode_Decode (unicodeobject.c:3488) ==13750== by 0x49B335B: unicode_new (unicodeobject.c:15465) ==13750== by 0x4982C07: type_call (typeobject.c:1014) ==13750== by 0x492CA17: _PyObject_MakeTpCall (call.c:191) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:116) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:103) ==13750== by 0x48F1863: PyObject_Vectorcall (abstract.h:127) ==13750== by 0x48F1863: call_function (ceval.c:5075) ==13750== by 0x48F1863: _PyEval_EvalFrameDefault (ceval.c:3518) ==13750== by 0x48EAEE7: _PyEval_EvalFrame (pycore_ceval.h:40) ==13750== by 0x48EAEE7: function_code_fastcall (call.c:330) ==13750== by 0x492CBE7: _PyObject_FastCallDictTstate (call.c:118) ==13750== by 0x492CEEB: _PyObject_Call_Prepend (call.c:489) ==13750== by 0x498A007: slot_tp_init (typeobject.c:6964) ==13750== by 0x4982C4F: type_call (typeobject.c:1026) ==13750== by 0x492CA17: _PyObject_MakeTpCall (call.c:191) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:116) ==13750== by 0x48F1863: _PyObject_VectorcallTstate (abstract.h:103) ==13750== by 0x48F1863: PyObject_Vectorcall (abstract.h:127) ==13750== by 0x48F1863: call_function (ceval.c:5075) ==13750== by 0x48F1863: _PyEval_EvalFrameDefault (ceval.c:3518) ==13750== ==13751== Warning: invalid file descriptor 1024 in syscall close() ==13751== Warning: invalid file descriptor 1025 in syscall close() ==13751== Warning: invalid file descriptor 1026 in syscall close() ==13751== Warning: invalid file descriptor 1027 in syscall close() ==13751== Use --log-fd=<number> to select an alternative log fd. ==13751== Warning: invalid file descriptor 1028 in syscall close() ==13751== Warning: invalid file descriptor 1029 in syscall close() ==13752== Warning: invalid file descriptor 1024 in syscall close() ==13752== Warning: invalid file descriptor 1025 in syscall close() ==13752== Warning: invalid file descriptor 1026 in syscall close() ==13752== Warning: invalid file descriptor 1027 in syscall close() ==13752== Use --log-fd=<number> to select an alternative log fd. ==13752== Warning: invalid file descriptor 1028 in syscall close() ==13752== Warning: invalid file descriptor 1029 in syscall close() ==13750== ==13750== HEAP SUMMARY: ==13750== in use at exit: 1,069,715 bytes in 10,017 blocks ==13750== total heap usage: 589,638 allocs, 579,621 frees, 128,672,782 bytes allocated ==13750== ==13750== LEAK SUMMARY: ==13750== definitely lost: 0 bytes in 0 blocks ==13750== indirectly lost: 0 bytes in 0 blocks ==13750== possibly lost: 1,042,483 bytes in 9,894 blocks ==13750== still reachable: 27,232 bytes in 123 blocks ==13750== suppressed: 0 bytes in 0 blocks ==13750== Rerun with --leak-check=full to see details of leaked memory ==13750== ==13750== Use --track-origins=yes to see where uninitialised values come from ==13750== For lists of detected and suppressed errors, rerun with: -s ==13750== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
附件
stack-information_python3.9.9.txt
(3.52 MB)
预览
下载
桐小哥
2022-02-27 19:20
stack-information_python3.11.0a5.txt
(247.94 KB)
预览
下载
桐小哥
2022-02-27 19:21
评论 (
5
)
登录
后才可以发表评论
状态
已完成
待办的
已挂起
修复中
已确认
已完成
已验收
已取消
负责人
未设置
桐小哥
tong_1001
负责人
协作者
+负责人
+协作者
标签
sig/Base-service
未设置
项目
未立项任务
未立项任务
里程碑
openEuler-22.03-LTS-round-2
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (33)
标签 (63)
master
openEuler-24.03-LTS-Next
sync-pr460-master-to-openEuler-25.09
openEuler-25.09
openEuler-22.03-LTS-LoongArch
openEuler-25.03
openEuler-24.03-LTS
openEuler-24.03-LTS-SP1
openEuler-22.03-LTS-SP3
openEuler-22.03-LTS-SP4
openEuler-20.03-LTS-SP4
openEuler-24.03-LTS-SP3
openEuler-24.03-LTS-SP2
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-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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册