Bug 5400 - [Anolis23 GA][x86_64/aarch64]pcp-gui软件包执行/usr/bin/pmtime产生coredump
Summary: [Anolis23 GA][x86_64/aarch64]pcp-gui软件包执行/usr/bin/pmtime产生coredump
Status: CLOSED WONTFIX
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-05 15:16 UTC by gitpush
Modified: 2023-06-27 11:26 UTC (History)
1 user (show)

See Also:


Attachments
桌面环境下执行结果 (82.26 KB, image/jpeg)
2023-06-12 17:51 UTC, 任博
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gitpush alibaba_cloud_group 2023-06-05 15:16:53 UTC
问题描述]:
pcp-gui软件包命令执行产生coredump
具体执行过程:
1、yum install pcp-gui
Last metadata expiration check: 4:08:48 ago on Mon Jun  5 11:05:41 2023.
Package pcp-gui-6.0.3-2.an23.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

2、以下命令均产生coredump
/usr/bin/pmchart 
/usr/bin/pmconfirm 
/usr/bin/pmmessage 
/usr/bin/pmquery 
/usr/bin/pmtime

举例:
/usr/bin/pmtime
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted (core dumped)





[环境信息]:
内核信息:
# uname -r
5.10.134-14.an23.x86_64

操作系统信息:
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"




[问题发生概率]:必现

[期望结果]:
正常执行


[实际结果]:
执行失败


[复现步骤]:	
1、yum install pcp-gui
2、/usr/bin/pmtime
Comment 1 任博 alibaba_cloud_group 2023-06-12 17:51:53 UTC
Created attachment 768 [details]
桌面环境下执行结果

需要在桌面环境下使用,结果见附件
Comment 2 happy_orange alibaba_cloud_group 2023-06-12 19:05:33 UTC
pcp-gui 的使用场景是在 gui 环境下。
pmchart 是用于生成带状图表的工具,所以在基础 linux 环境下会 coredump,其他命令行类似。