octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46285] segfault when ploting visible figure


From: Francisco Albani
Subject: [Octave-bug-tracker] [bug #46285] segfault when ploting visible figure
Date: Sun, 25 Oct 2015 00:07:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

URL:
  <http://savannah.gnu.org/bugs/?46285>

                 Summary: segfault when ploting visible figure
                 Project: GNU Octave
            Submitted by: falbani
            Submitted on: Sun 25 Oct 2015 12:07:51 AM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: falbani
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Example:

$ octave-cli -q
octave:1> version 
ans = 4.0.0
octave:2> graphics_toolkit 
ans = fltk
octave:3> plot(1:10,1:10)
octave:4> print('asd.pdf')
warning: print.m: epstool binary is not available.
Some output formats are not available.
warning: called from
    __print_parse_opts__ at line 382 column 9
    print at line 288 column 8
warning: print.m: fig2dev binary is not available.
Some output formats are not available.
warning: print.m: pstoedit binary is not available.
Some output formats are not available.
panic: Segmentation fault -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
ViolaciĆ³n de segmento (`core' generado)
$ 


Workaround:

$ octave-cli -q
octave:1> figure(1, 'visible', 'off')
octave:2> plot(1:10,1:10)
octave:3> print('asd.pdf')
warning: print.m: epstool binary is not available.
Some output formats are not available.
warning: called from
    __print_parse_opts__ at line 382 column 9
    print at line 288 column 8
warning: print.m: fig2dev binary is not available.
Some output formats are not available.
warning: print.m: pstoedit binary is not available.
Some output formats are not available.
octave:4>


Some context:

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated
Graphics (rev 09)
$ uname -a
Linux coal 4.2.3-1-ARCH #1 SMP PREEMPT Sat Oct 3 18:52:50 CEST 2015 x86_64
GNU/Linux


I'm on a up-to-date Arch Linux, with this installed packages:

$ pacman -Qsq octave
octave
octave-communications
octave-control
octave-data-smoothing
octave-general
octave-io
octave-linear-algebra
octave-miscellaneous
octave-optim
octave-signal
octave-statistics
octave-struct
vim-octave





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46285>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]