Bug 1192921 - [abrt] gnuplot-wx: wxVLogFatalError(): gnuplot-wx killed by SIGABRT
Summary: [abrt] gnuplot-wx: wxVLogFatalError(): gnuplot-wx killed by SIGABRT
Keywords:
Status: CLOSED DUPLICATE of bug 1200611
Alias: None
Product: Fedora
Classification: Fedora
Component: wxGTK
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Horák
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:f8b54f9c86842e3563df3442e92...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-16 08:45 UTC by Joachim Frieben
Modified: 2015-03-13 17:46 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-13 16:08:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (14.30 KB, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: cgroup (190 bytes, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: core_backtrace (4.50 KB, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: dso_list (7.91 KB, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: environ (3.41 KB, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: limits (1.29 KB, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: maps (38.26 KB, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: open_fds (138 bytes, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: proc_pid_status (927 bytes, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details
File: var_log_messages (505 bytes, text/plain)
2015-02-16 08:45 UTC, Joachim Frieben
no flags Details

Description Joachim Frieben 2015-02-16 08:45:33 UTC
Description of problem:
Run gnuplot after installing package gnuplot-wx and removing gnuplot instead.

Version-Release number of selected component:
gnuplot-wx-5.0.0-6.fc22

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        gnuplot
crash_function: wxVLogFatalError
executable:     /usr/bin/gnuplot-wx
kernel:         3.19.0-1.fc22.x86_64
runlevel:       N 5
type:           CCpp
uid:            1001

Truncated backtrace:
Thread no. 1 (10 frames)
 #2 wxVLogFatalError at src/common/log.cpp:144
 #3 wxLogFatalError at src/common/log.cpp:152
 #4 wxAppConsole::CheckBuildOptions at src/common/appbase.cpp:427
 #5 wxCreateApp at ../../src/wxterminal/wxt_gui.cpp:256
 #6 wxEntryStart at src/common/init.cpp:273
 #7 wxInitialize at src/common/init.cpp:479
 #8 wxt_init at ../../src/wxterminal/wxt_gui.cpp:1768
 #9 term_initialise at ../../src/term.c:488
 #10 do_plot at ../../src/graphics.c:523
 #11 eval_plots at ../../src/plot2d.c:3361

Comment 1 Joachim Frieben 2015-02-16 08:45:37 UTC
Created attachment 992075 [details]
File: backtrace

Comment 2 Joachim Frieben 2015-02-16 08:45:38 UTC
Created attachment 992076 [details]
File: cgroup

Comment 3 Joachim Frieben 2015-02-16 08:45:40 UTC
Created attachment 992077 [details]
File: core_backtrace

Comment 4 Joachim Frieben 2015-02-16 08:45:41 UTC
Created attachment 992078 [details]
File: dso_list

Comment 5 Joachim Frieben 2015-02-16 08:45:42 UTC
Created attachment 992079 [details]
File: environ

Comment 6 Joachim Frieben 2015-02-16 08:45:43 UTC
Created attachment 992080 [details]
File: limits

Comment 7 Joachim Frieben 2015-02-16 08:45:45 UTC
Created attachment 992081 [details]
File: maps

Comment 8 Joachim Frieben 2015-02-16 08:45:47 UTC
Created attachment 992082 [details]
File: open_fds

Comment 9 Joachim Frieben 2015-02-16 08:45:48 UTC
Created attachment 992083 [details]
File: proc_pid_status

Comment 10 Joachim Frieben 2015-02-16 08:45:49 UTC
Created attachment 992084 [details]
File: var_log_messages

Comment 11 Frantisek Kluknavsky 2015-02-19 14:28:57 UTC
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.

Comment 12 Frantisek Kluknavsky 2015-02-19 14:34:41 UTC
As a workaround, wxGTK3.fc23 is already rebuilt.

Comment 13 Frantisek Kluknavsky 2015-02-19 15:25:01 UTC
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."

Comment 14 Orion Poplawski 2015-02-22 21:37:36 UTC
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.

Comment 15 Dan Horák 2015-03-13 16:08:27 UTC

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

Comment 16 Joachim Frieben 2015-03-13 17:46:35 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.