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.
Bug 2079140 - ppc64le: lldb loses connection with lldbserver [rhel-9.0.0.z]
Summary: ppc64le: lldb loses connection with lldbserver [rhel-9.0.0.z]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: lldb
Version: 9.0
Hardware: ppc64le
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Timm Bäder
QA Contact: Jesus Checa
URL:
Whiteboard:
Depends On: 2052982
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-04-27 05:25 UTC by RHEL Program Management Team
Modified: 2022-06-28 16:06 UTC (History)
7 users (show)

Fixed In Version: lldb-13.0.1-3.el9_0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2052982
Environment:
Last Closed: 2022-06-28 16:06:11 UTC
Type: ---
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-120055 0 None None None 2022-04-27 05:38:26 UTC
Red Hat Product Errata RHBA-2022:5262 0 None None None 2022-06-28 16:06:13 UTC

Comment 1 Jesus Checa 2022-05-27 16:51:27 UTC
@tbaeder I tested build lldb-13.0.1-2.el9_0 using compose RHEL-9.0.0-updates-20220526.0. The issue still persists:

// -- test.cpp --
#include <stdio.h>
#include <vector>
int
main ()
{
  std::vector<int> v (1, 2);
  std::vector<int>::iterator it(v.begin());
  return 0;
}
// --------------

+ g++ -g test.cpp
+ lldb -b -o 'breakpoint set --file test.cpp --line 7' -o run -o 'p v' -- a.out
+ tee lldb.log
(lldb) target create "a.out"
Current executable set to '/var/tmp/tmt/run-231/tests/build-gating/discover/lldb-tests/tests/tests/python-embedded-interpreter/a.out' (powerpc64le).
(lldb) breakpoint set --file test.cpp --line 7
Breakpoint 1: where = a.out`main + 108 at test.cpp:7:40, address = 0x0000000010000a38
(lldb) run
Process 22558 exited with status = -1 (0xffffffff) lost connection
Process 22558 launched: '/var/tmp/tmt/run-231/tests/build-gating/discover/lldb-tests/tests/tests/python-embedded-interpreter/a.out' (powerpc64le)

Comment 2 Jesus Checa 2022-05-30 14:44:49 UTC
Build lldb-13.0.1-3.el9_0 now fixes the issue. Verified that lldb now runs as intended in ppc64le.

No regressions observed in any supported arch.

Comment 8 errata-xmlrpc 2022-06-28 16:06:11 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (lldb bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:5262


Note You need to log in before you can comment on or make changes to this bug.