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

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

[Octave-bug-tracker] [bug #57354] Segfault after pressing return while i


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #57354] Segfault after pressing return while in debug session in graphics callback
Date: Tue, 3 Dec 2019 17:48:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

URL:
  <https://savannah.gnu.org/bugs/?57354>

                 Summary: Segfault after pressing return while in debug
session in graphics callback
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 03 déc. 2019 22:48:50 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Segfault, Bus Error, etc.
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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. 






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57354>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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