Bugzilla – Bug 1221117
zypper hardlocks.
Last modified: 2024-03-08 07:56:23 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
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.
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.
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.
. *** This bug has been marked as a duplicate of bug 1221114 ***