bugGNU Octave - Bugs: bug #57354, Segfault after pressing return...

 
 

bug #57354: Segfault after pressing return while in debug session in graphics callback

Submitter:  Pantxo Diribarne <pantxo>
Submitted:  Tue 03 Dec 2019 10:48:50 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Segfault, Bus Error, etc.
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 04 Dec 2019 11:28:15 AM UTC, comment #3: 

@Gyom: Thanks, this is clearly a duplicate of those bugs. Closing as duplicate.

Pantxo Diribarne <pantxo>
Group Member
Wed 04 Dec 2019 09:41:01 AM UTC, comment #2: 

See also bug #57234 and bug #57244.

Guillaume <gyom>
Tue 03 Dec 2019 10:49:39 PM UTC, comment #1: 

Backtrace now attached.

(file #47988)

Pantxo Diribarne <pantxo>
Group Member
Tue 03 Dec 2019 10:48:50 PM UTC, original submission:  

The crash was reported as part of bug #57350, but it is probably a different bug since there is no need for spurious graphics events to reproduce it. Execute the following script:


hf = figure ();

function updater (h)
  keyboard;
endfunction

addlistener (hf, "color", @updater)
set (hf, "color", "r")


... and then just press return while you first enter the debug session.


Pantxo Diribarne <pantxo>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #47988:  backtrace_57350.txt added by pantxo (13KiB - text/plain)

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gyom (Posted a comment)
  • -email is unavailable- added by pantxo (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-12-04 pantxo StatusConfirmed Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #57234
    2019-12-03 pantxo Attached File- Added backtrace_57350.txt, #47988

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code