bugGNU Octave - Bugs: bug #53115, "octave exited with signal...

 
 

bug #53115: "octave exited with signal 6" on attempt to stop debugging

Submitter:  Ruslan <l0110111>
Submitted:  Sat 10 Feb 2018 01:30:34 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Works For Me Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 4.2.1 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 31 Dec 2018 12:23:46 AM UTC, comment #2: 

Also unable to reproduce with a current version of Octave.

Mike Miller <mtmiller>
Group Member
Sun 30 Dec 2018 08:36:42 PM UTC, comment #1: 

I can't reproduce this with 4.2.2, 4.4.1 or a current stable build (74368b4f9d8c)

@Ruslan, can you please compile the current stable branch and try again?

Andreas Weber <andy1978>
Group Member
Sat 10 Feb 2018 01:30:34 PM UTC, original submission:  

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.

Ruslan <l0110111>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #43230:  backtrace.log added by l0110111 (10KiB - text/x-log)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -email is unavailable- added by l0110111 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-24 mtmiller Open/ClosedOpen Closed
    2018-12-31 mtmiller StatusNone Works For Me
    2018-02-10 l0110111 Attached File- Added backtrace.log, #43230

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code