Bug 1192921
| Summary: | [abrt] gnuplot-wx: wxVLogFatalError(): gnuplot-wx killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joachim Frieben <jfrieben> | ||||||||||||||||||||||
| Component: | wxGTK | Assignee: | Dan Horák <dan> | ||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 22 | CC: | dan, fkluknav, jfrieben, orion, pertusus | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/bece239db8bfb5875ef4f7421b179ad48076430e | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:f8b54f9c86842e3563df3442e9201b8d697b5740 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2015-03-13 16:08:27 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
Joachim Frieben
2015-02-16 08:45:33 UTC
Created attachment 992075 [details]
File: backtrace
Created attachment 992076 [details]
File: cgroup
Created attachment 992077 [details]
File: core_backtrace
Created attachment 992078 [details]
File: dso_list
Created attachment 992079 [details]
File: environ
Created attachment 992080 [details]
File: limits
Created attachment 992081 [details]
File: maps
Created attachment 992082 [details]
File: open_fds
Created attachment 992083 [details]
File: proc_pid_status
Created attachment 992084 [details]
File: var_log_messages
Thanks for your report. It is the same issue as https://bugzilla.redhat.com/show_bug.cgi?id=1190971 . Caused by gcc-5. WxGTK needs to be rebuilt in Fedora 22. As a workaround, wxGTK3.fc23 is already rebuilt. https://lists.fedoraproject.org/pipermail/devel/2015-February/208044.html "That is a WxGTK bug. __GXX_ABI_VERSION can change, but usually the result is still ABI compatible, g++ emits just some aliases when mangling has changed." So, can we get this check removed from wxGTK? Did this signature change once again? I'm seeing: 106: Fatal Error: Mismatch between the program and library build versions detected. 106: The library used 2.8 (no debug,Unicode,compiler with C++ ABI 999999,wx containers,compatible with 2.4,compatible with 2.6), 106: and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.4,compatible with 2.6). with wxGTK-devel-2.8.12-14.fc23.x86_64 which was built on the 12th. *** This bug has been marked as a duplicate of bug 1200611 *** Update wxGTK-2.8.12-16.fc22 fixes bug 1192921 but now a warning is issued by gnuplot, namely: "Warning: Mismatch between the program and library build versions detected. The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1008,wx containers,compatible with 2.4,compatible with 2.6), and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 999999,wx containers,compatible with 2.4,compatible with 2.6). Maybe a matter of simply rebuilding the gnuplot package. |