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

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

[Octave-bug-tracker] [bug #40220] Octave crashes when trying to print a


From: anonymous
Subject: [Octave-bug-tracker] [bug #40220] Octave crashes when trying to print a figure to a file using fltk toolkit
Date: Wed, 09 Oct 2013 17:14:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.12 Safari/537.36

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

                 Summary: Octave crashes when trying to print a figure to a
file using fltk toolkit
                 Project: GNU Octave
            Submitted by: None
            Submitted on: mié 09 oct 2013 17:14:01 UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: delkk0
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This happens whenever I try to print a figure to a file, even though is a pdf,
png, jpeg, pdflatex...


octave:1> graphics_toolkit("fltk");
octave:2> t=0:0.001:10;
octave:3> y=sin(2*pi()*0.1*t);
octave:4> plot(t,y);
octave:5> print -dpdf plot_fltk.pdf
panic: Segmentation fault -- stopping myself...
attempting to save variables to 'octave-core'...
save to 'octave-core' complete
Violación de segmento (`core' generado)





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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