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

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

[Octave-bug-tracker] [bug #46982] Octave crashes when saving a plot to a


From: anonymous
Subject: [Octave-bug-tracker] [bug #46982] Octave crashes when saving a plot to a file with *print*
Date: Tue, 26 Jan 2016 13:50:44 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: Octave crashes when saving a plot to a file with
*print*
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 26 Jan 2016 01:50:43 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Example:


a = zeros(2);
imagesc(a)
print('a.pdf')


returns


octave-gui: ../../../../src/mesa/vbo/vbo_exec_draw.c:278: vbo_exec_vtx_unmap:
Assertion `exec->vtx.buffer_ptr != ((void *)0)' failed.
panic: Aborted -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
octave exited with signal 6


I get the same error for other formats (png, jpg,..) and also for *saveas*. I
can however use *imwrite*.
The error also occurred after updating GNUplot from 4.6 to 5.0.2. I am using
Ubuntu 14.04.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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