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

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

[Octave-bug-tracker] [bug #53115] "octave exited with signal 6" on attem


From: Ruslan
Subject: [Octave-bug-tracker] [bug #53115] "octave exited with signal 6" on attempt to stop debugging
Date: Sat, 10 Feb 2018 08:30:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.33 (KHTML, like Gecko) Chrome/27.0.1433.0 Safari/537.33

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

                 Summary: "octave exited with signal 6" on attempt to stop
debugging
                 Project: GNU Octave
            Submitted by: l0110111
            Submitted on: Sat 10 Feb 2018 01:30:34 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Consider the following code


% start code
function octave_test1()
x=5;
y=6;
z=x*y;
w=z+x;
end
% end code


To reproduce:
1. Make a breakpoint at `y=6;` line
2. Press F5 to run
3. On breakpoint, press red square in the toolbar (Quit Debug Mode button)
4. See GUI exit after having printed "octave exited with signal 6" to the
terminal
5. If you have core dumps enabled, find a core dump from
`/usr/libexec/octave/4.2.1/exec/i686-pc-linux-gnu/octave-gui`

Backtrace from the aborted `octave-gui` is attached.
Tested on manually-compiled Octave 4.2.1 from the official source tarball.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 10 Feb 2018 01:30:34 PM UTC  Name: backtrace.log  Size: 10KiB   By:
l0110111

<http://savannah.gnu.org/bugs/download.php?file_id=43230>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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