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

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

[Octave-bug-tracker] [bug #46023] Octave exits with signal 11 when plott


From: anonymous
Subject: [Octave-bug-tracker] [bug #46023] Octave exits with signal 11 when plotting and interacting with data from a script
Date: Tue, 22 Sep 2015 09:03:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

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

                 Summary: Octave exits with signal 11 when plotting and
interacting with data from a script
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 22 Sep 2015 09:03:05 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Bug_reporter
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Steps to reproduce:

I) Create a file with the following content:


w = -6 + sqrt(10) * (randn(1,10000));

# plot histogram
hist(w, 50);


II) Clicking 2-3 times in the plot (like when you explain someone the plot)
results in Octave crashing with "octave exited with signal 11"

Using:
- Arch Linux x64 (extra/octave 4.0.0-3 [installed])
- Octave 4.0.0




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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