Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Version-Release number of selected component (if applicable):
lldpad-1.1.0-4.git85e5583.el9.x86_64
How reproducible:
* always
Steps to Reproduce:
1. get a RHEL-9.3 machine
2. start the lldpad service
3. run the lldptool program
4. write the quit word and hit the enter key
Actual results:
# service lldpad start
Redirecting to /bin/systemctl start lldpad.service
# service lldpad status
Redirecting to /bin/systemctl status lldpad.service
● lldpad.service - Link Layer Discovery Protocol Agent Daemon.
Loaded: loaded (/usr/lib/systemd/system/lldpad.service; disabled; preset: disabled)
Active: active (running) since Tue 2023-06-20 04:33:29 EDT; 2s ago
TriggeredBy: ● lldpad.socket
Main PID: 6532 (lldpad)
Tasks: 1 (limit: 11103)
Memory: 260.0K
CPU: 3ms
CGroup: /system.slice/lldpad.service
└─6532 /usr/sbin/lldpad -t
Jun 20 04:33:29 localhost systemd[1]: Started Link Layer Discovery Protocol Agent Daemon..
# lldptool
lldptool v1.1.0
Copyright (c) 2007-2010, Intel Corporation
Substantially modified from: hostapd_cli v 0.5.7
Copyright (c) 2004-2007, Jouni Malinen <j> and contributors
This program is free software. You can distribute it and/or modify it
under the terms of the GNU General Public License version 2.
Interactive mode
> quit
Segmentation fault (core dumped)
# echo $?
139
# coredumpctl info -1
PID: 6541 (lldptool)
UID: 0 (root)
GID: 0 (root)
Signal: 11 (SEGV)
Timestamp: Tue 2023-06-20 04:33:53 EDT (19s ago)
Command Line: lldptool
Executable: /usr/sbin/lldptool
Control Group: /user.slice/user-0.slice/session-4.scope
Unit: session-4.scope
Slice: user-0.slice
Session: 4
Owner UID: 0 (root)
Boot ID: 91c337f8e9d84076b6c161b945a84099
Machine ID: 75adac55e63d405788054ece8700e152
Hostname: localhost
Storage: /var/lib/systemd/coredump/core.lldptool.0.91c337f8e9d84076b6c161b945a84099.6541.1687250033000000.zst (present)
Size on Disk: 29.7K
Message: Process 6541 (lldptool) of user 0 dumped core.
Stack trace of thread 6541:
#0 0x00007f81a05be2ae _dl_close (ld-linux-x86-64.so.2 + 0x82ae)
#1 0x00007f81a0395fd8 _dl_catch_exception (libc.so.6 + 0x195fd8)
#2 0x00007f81a03960a3 _dl_catch_error (libc.so.6 + 0x1960a3)
#3 0x00007f81a029b36e _dlerror_run (libc.so.6 + 0x9b36e)
#4 0x00007f81a029b0d6 dlclose.5 (libc.so.6 + 0x9b0d6)
#5 0x0000555bf06dba92 main (lldptool + 0x3a92)
#6 0x00007f81a023feb0 __libc_start_call_main (libc.so.6 + 0x3feb0)
#7 0x00007f81a023ff60 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x3ff60)
#8 0x0000555bf06dbae5 _start (lldptool + 0x3ae5)
ELF object binary architecture: AMD x86-64
#
Expected results:
* no segfaults
Comment 1RHEL Program Management
2023-09-21 10:16:03 UTC
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug.
Comment 2RHEL Program Management
2023-09-21 10:16:16 UTC
This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there.
Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information.
To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like:
"Bugzilla Bug" = 1234567
In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information.
Description of problem: Version-Release number of selected component (if applicable): lldpad-1.1.0-4.git85e5583.el9.x86_64 How reproducible: * always Steps to Reproduce: 1. get a RHEL-9.3 machine 2. start the lldpad service 3. run the lldptool program 4. write the quit word and hit the enter key Actual results: # service lldpad start Redirecting to /bin/systemctl start lldpad.service # service lldpad status Redirecting to /bin/systemctl status lldpad.service ● lldpad.service - Link Layer Discovery Protocol Agent Daemon. Loaded: loaded (/usr/lib/systemd/system/lldpad.service; disabled; preset: disabled) Active: active (running) since Tue 2023-06-20 04:33:29 EDT; 2s ago TriggeredBy: ● lldpad.socket Main PID: 6532 (lldpad) Tasks: 1 (limit: 11103) Memory: 260.0K CPU: 3ms CGroup: /system.slice/lldpad.service └─6532 /usr/sbin/lldpad -t Jun 20 04:33:29 localhost systemd[1]: Started Link Layer Discovery Protocol Agent Daemon.. # lldptool lldptool v1.1.0 Copyright (c) 2007-2010, Intel Corporation Substantially modified from: hostapd_cli v 0.5.7 Copyright (c) 2004-2007, Jouni Malinen <j> and contributors This program is free software. You can distribute it and/or modify it under the terms of the GNU General Public License version 2. Interactive mode > quit Segmentation fault (core dumped) # echo $? 139 # coredumpctl info -1 PID: 6541 (lldptool) UID: 0 (root) GID: 0 (root) Signal: 11 (SEGV) Timestamp: Tue 2023-06-20 04:33:53 EDT (19s ago) Command Line: lldptool Executable: /usr/sbin/lldptool Control Group: /user.slice/user-0.slice/session-4.scope Unit: session-4.scope Slice: user-0.slice Session: 4 Owner UID: 0 (root) Boot ID: 91c337f8e9d84076b6c161b945a84099 Machine ID: 75adac55e63d405788054ece8700e152 Hostname: localhost Storage: /var/lib/systemd/coredump/core.lldptool.0.91c337f8e9d84076b6c161b945a84099.6541.1687250033000000.zst (present) Size on Disk: 29.7K Message: Process 6541 (lldptool) of user 0 dumped core. Stack trace of thread 6541: #0 0x00007f81a05be2ae _dl_close (ld-linux-x86-64.so.2 + 0x82ae) #1 0x00007f81a0395fd8 _dl_catch_exception (libc.so.6 + 0x195fd8) #2 0x00007f81a03960a3 _dl_catch_error (libc.so.6 + 0x1960a3) #3 0x00007f81a029b36e _dlerror_run (libc.so.6 + 0x9b36e) #4 0x00007f81a029b0d6 dlclose.5 (libc.so.6 + 0x9b0d6) #5 0x0000555bf06dba92 main (lldptool + 0x3a92) #6 0x00007f81a023feb0 __libc_start_call_main (libc.so.6 + 0x3feb0) #7 0x00007f81a023ff60 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x3ff60) #8 0x0000555bf06dbae5 _start (lldptool + 0x3ae5) ELF object binary architecture: AMD x86-64 # Expected results: * no segfaults