Bug 2256083
Summary: | Sporadic segv in imapd after upgrading to FC39 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Palmer <chris.palmer> |
Component: | cyrus-imapd | Assignee: | Martin Osvald 🛹 <mosvald> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 39 | CC: | jorton, j, mosvald, pavel, zdohnal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | cyrus-imapd-3.8.1-11.fc41 cyrus-imapd-3.8.1-11.fc39 cyrus-imapd-3.8.1-11.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-03-02 08:05:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Chris Palmer
2023-12-28 12:12:23 UTC
And very occasionally there is a General Protection Fault in a slightly different place in the same libc unlink_chunk_isra method, with a different stacktrace: Stack trace of thread 39075: #0 0x00007f6e32ab912d unlink_chunk.isra.0 (libc.so.6 + 0x9b12d) #1 0x00007f6e32abc0ad _int_malloc (libc.so.6 + 0x9e0ad) #2 0x00007f6e32abc755 _int_realloc (libc.so.6 + 0x9e755) #3 0x00007f6e32abd815 realloc (libc.so.6 + 0x9f815) #4 0x00007f6e333dbbb2 xrealloc (libcyrus_min.so.0 + 0x14bb2) #5 0x00007f6e3332ae41 seqset_add (libcyrus.so.0 + 0x9ae41) #6 0x00007f6e3353b32f search_folder_get_seqset (libcyrus_imap.so.0 + 0xc332f) #7 0x00007f6e334e5bb6 index_search (libcyrus_imap.so.0 + 0x6dbb6) #8 0x000055914ac5f462 cmd_search.lto_priv.0 (imapd + 0x25462) #9 0x000055914ac5843d cmdloop.lto_priv.0 (imapd + 0x1e43d) #10 0x000055914ac87455 service_main.isra.0 (imapd + 0x4d455) #11 0x000055914ac4c5ee main (imapd + 0x125ee) #12 0x00007f6e32a4614a __libc_start_call_main (libc.so.6 + 0x2814a) #13 0x00007f6e32a4620b __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2820b) Thank you for reporting this issue. This looks very similar to this TLS upstream issue: https://github.com/cyrusimap/cyrus-imapd/issues/4785 The second backtrace in comment 1 looks like a different issue though. I can see the upstream has merged the fix for these TLS shutdown crashes, I will be backporting this commit soon: https://github.com/cyrusimap/cyrus-imapd/commit/30eec6e793d8dd85e3ef8cb744ccfdfe2ba90513 FEDORA-2024-db42e37012 (cyrus-imapd-3.8.1-11.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-db42e37012 FEDORA-2024-3f18b03659 (cyrus-imapd-3.8.1-11.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-3f18b03659 FEDORA-2024-7a959bc16d (cyrus-imapd-3.8.1-11.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-7a959bc16d FEDORA-2024-db42e37012 (cyrus-imapd-3.8.1-11.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-7a959bc16d has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-7a959bc16d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-7a959bc16d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-3f18b03659 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-3f18b03659` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-3f18b03659 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-7a959bc16d (cyrus-imapd-3.8.1-11.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-3f18b03659 (cyrus-imapd-3.8.1-11.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |