Bug 1232447
| Summary: | [abrt] claws-mail: claws-mail killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | satellitgo | ||||||||||||||||||||||||||
| Component: | gnutls | Assignee: | Nikos Mavrogiannopoulos <nmavrogi> | ||||||||||||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | rawhide | CC: | andreas.bierfert, bugs.michael, kupo, nmavrogi, satellitgo, ssorce, tmraz | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/859abf98bc7396f0ae613f1c1404ef2ee13ff321 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:c4318ea0806de7e87222a39015cec6eef9646549 | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2015-06-18 14:24:07 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: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
satellitgo
2015-06-16 18:55:30 UTC
Created attachment 1039615 [details]
File: backtrace
Created attachment 1039616 [details]
File: cgroup
Created attachment 1039617 [details]
File: core_backtrace
Created attachment 1039618 [details]
File: dso_list
Created attachment 1039619 [details]
File: environ
Created attachment 1039620 [details]
File: limits
Created attachment 1039621 [details]
File: maps
Created attachment 1039622 [details]
File: mountinfo
Created attachment 1039623 [details]
File: namespaces
Created attachment 1039624 [details]
File: open_fds
Created attachment 1039625 [details]
File: proc_pid_status
Created attachment 1039626 [details]
File: var_log_messages
Is it reproducible? (JFYI, gnutls has been upgraded recently, and it crashes in gnutls) So, tried out Rawhide GNOME Workstation 20150617 Live image, and it is fully reproducible. As gnome-terminal also crashes with gnutls in the backtrace, this is reason enough to believe the new gnutls has changed something in bad ways. Was that image made after the mass rebuild? I do not think the mass rebuild is complete yet. What is the mass rebuild supposed to fix here anyway? Isn't it done primarily for the GCC 5 C++ ABI issues? Today's Rawhide builds have not arrived yet. Else the installation is up-to-date. Yes, the mass rebuild will fix these issues. The issue is in the programs which are linked both with the new and old gnutls library. You can test that using ldd: $ ldd /usr/bin/vinagre |grep gnutls libgnutls.so.30 => /lib64/libgnutls.so.30 (0x00007fddc00c1000) libgnutls.so.28 => /lib64/libgnutls.so.28 (0x00007fddb6be2000) What may be true for vinagre does not apply always: $ ldd /usr/bin/gnome-terminal|grep gnutls libgnutls.so.30 => /lib64/libgnutls.so.30 (0x00007f1096a1a000) $ ldd /usr/bin/claws-mail |grep gnutls libgnutls.so.30 => /lib64/libgnutls.so.30 (0x00007f64a8d81000) What package(s) will need to be rebuilt? Could it be that the old gnutls is pulled in as some dlopened library dependency? And if you remove (or move away) the old libgnutls from the system, does it still crash? These specific crashes should be solved by gnutls-3.4.2-2.fc23 build. Please reopen if they don't. |