Description of problem: 执行/usr/bin/bonobo-activation-run-query --help命令会产生coredump Version-Release number of selected component (if applicable): uname -r 4.18.0-193.28.1.an7.aarch64 cat /etc/anolis-release Anolis OS release 7.9 cat /etc/os-release NAME="Anolis OS" VERSION="7.9" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="7.9" PRETTY_NAME="Anolis OS 7.9" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugs.openanolis.cn/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" 问题发生概率:必现 How reproducible: 1、安装libbonobo软件包 2、执行/usr/bin/bonobo-activation-run-query --help命令 Steps to Reproduce: # /usr/bin/bonobo-activation-run-query --help A system exception ('IDL:omg.org/CORBA/COMM_FAILURE:1.0') occurred # gdb /usr/bin/bonobo-activation-run-query -c core-pool-31367 GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-120.an7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "aarch64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/bonobo-activation-run-query...Reading symbols from /usr/bin/bonobo-activation-run-query...(no debugging symbols found)...done. (no debugging symbols found)...done. warning: core file may not match specified executable file. [New LWP 31371] [New LWP 31368] [New LWP 31367] [New LWP 31369] [New LWP 31370] Core was generated by `/usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=10'. Program terminated with signal 6, Aborted. #0 0x0000ffff879f5238 in ?? () Missing separate debuginfos, use: debuginfo-install libbonobo-2.32.1-7.an7.aarch64 (gdb) bt #0 0x0000ffff879f5238 in ?? () #1 0x0000ffff879f68b0 in ?? () Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) quit Actual results: 产生coredump Expected results: 不应该coredmp Additional info: 软件包信息: # yum info libbonobo 已加载插件:fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile 已安装的软件包 名称 :libbonobo 架构 :aarch64 版本 :2.32.1 发布 :7.an7 大小 :2.3 M 源 :installed 来自源:os 简介 : Bonobo component system 网址 :http://ftp.gnome.org 协议 : GPLv2+ and LGPLv2+ 描述 : Bonobo is a component system based on CORBA, used by the GNOME desktop. x86有同样的问题
Created attachment 200 [details] centos7.9 test pic centos7.9 x86_64/aarch64存在相同问题 暂时降低优先级
Created attachment 222 [details] centos7.9 test pic centos7.9 x86_64/aarch64存在相同问题 暂时降低优先级
没有/usr/bin/bonobo-activation-run-query --help命令,--help被认为是一个参数,当参数有误时传入IDL:omg.org/CORBA/COMM_FAILURE:1.0中
bonobo-activation-run-query命令没有--help参数请正确使用