Bug 1221117 - zypper hardlocks.
Summary: zypper hardlocks.
Status: RESOLVED DUPLICATE of bug 1221114
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-07 12:13 UTC by Carlos Robinson
Modified: 2024-03-08 07:56 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
zypper log of crashed zypper session (122.71 KB, text/x-log)
2024-03-07 12:13 UTC, Carlos Robinson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Robinson 2024-03-07 12:13:06 UTC
Created attachment 873298 [details]
zypper log of crashed zypper session

"zypper install" hard locks, kill 9 fails. Ctrl c acknowledges, does not exit.

"ip addr", same thing.

Might be related to Bug 1221114 - Kernel oopses when trying to connect via WiFi
Comment 1 Stefan Hundhammer 2024-03-07 14:03:49 UTC
Zypper is not YaST. There is a separate Bugzilla component for it: libzypp.

Reassigning.

It might still be a kernel problem, though. But let's have the libzypp / zypper maintainers have a look at this first.
Comment 2 Carlos Robinson 2024-03-07 21:36:57 UTC
Sorry, I looked for zypper under "zypper", starting with letter "z". The component list combo could be improved to have a search feature, and then I would have been able to find "libzypp". Searching visually on a long list is limited, as you have experienced.
Comment 3 Michael Andres 2024-03-08 07:55:49 UTC
Likely the kernel issue. The log shows nothing suspicious, but the commands stop immediately after having entered curl.
> MediaCurl.cc(doGetFileCopyFile):1200 URL: http...
> [END]

One could try
> ZYPP_MEDIA_CURL_DEBUG=3 zypper ...

This would increase the verbosity of libcurl. It will show the connect, SSL handshakes and the exchange of headers. It might give a hint when the OOps occurs, but I somewhat doubt that this can be solved inside libzypp/libcurl.

I'd close it as duplicate/followup of bug#1221114.
Comment 4 Michael Andres 2024-03-08 07:56:23 UTC
.

*** This bug has been marked as a duplicate of bug 1221114 ***