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

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

[Octave-bug-tracker] [bug #40308] segfault on plot with colorbar


From: Stefan Mahr
Subject: [Octave-bug-tracker] [bug #40308] segfault on plot with colorbar
Date: Sat, 19 Oct 2013 23:35:51 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0

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

                 Summary: segfault on plot with colorbar
                 Project: GNU Octave
            Submitted by: dac922
            Submitted on: Sat 19 Oct 2013 11:35:50 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Changeset http://hg.octave.org/octave/rev/38cf56b77274 introduces segfaults on
following code:

plot(1); colorbar; plot(1);


It crashes with fltk and gnuplot. If all graphic handles are closed with
'close all' each time before the new plot is executed, there's no segfault.

Also, the title position for this code is incorrect:


plot(1); colorbar; title("The title should be centered");


If the changeset above is backed out, there are no segfault and the tilte is
centered.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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