Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnuplot killed by SIGABRT?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
deltamalloc
Apprentice
Apprentice


Joined: 18 Jan 2013
Posts: 279

PostPosted: Sun Apr 17, 2016 4:39 pm    Post subject: Gnuplot killed by SIGABRT? Reply with quote

Gnuplot has completely stopped working, this happens with the following versions:

Version 5.0 patchlevel 3 (Gentoo revision r0)
Version 5.0 patchlevel 1 (Gentoo revision r1)

This is what happens:

Code:

$ gnuplot

     G N U P L O T
     Version 5.0 patchlevel 1 (Gentoo revision r1)    last modified 2015-06-07

     Copyright (C) 1986-1993, 1998, 2004, 2007-2015
     Thomas Williams, Colin Kelley and many others

     gnuplot home:     http://www.gnuplot.info
     faq, bugs, etc:   type "help FAQ"
     immediate help:   type "help"  (plot window: hit 'h')

Terminal type set to 'wxt'
gnuplot> set yrange[0:2]
gnuplot> f(x) = 1
gnuplot> plot f(x)
Aborted


There are no errors or warnings, dmesg shows nothing abnormal, no segfault.

Strace shows:

Code:

rt_sigaction(SIGINT, {0x5089c0, [INT], SA_RESTORER|SA_RESTART, 0x7fbda1f29390}, {0x4706c0, [INT], SA_RESTORER|SA_RESTART, 0x7fbda22a2cb0}, 8) = 0
open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26244, ...}) = 0
mmap(NULL, 26244, PROT_READ, MAP_SHARED, 3, 0) = 0x7fbda2bc7000
close(3)                                = 0
futex(0x7fbda228d8e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib64/gconv/ISO8859-1.so", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\6\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=10184, ...}) = 0
mmap(NULL, 2105424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbda15d0000
mprotect(0x7fbda15d2000, 2093056, PROT_NONE) = 0
mmap(0x7fbda17d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7fbda17d1000
close(3)                                = 0
mprotect(0x7fbda17d1000, 4096, PROT_READ) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(11431, 11431, SIGABRT)           = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=11431, si_uid=1000} ---
+++ killed by SIGABRT +++
Aborted
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum