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

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

[Octave-bug-tracker] [bug #60463] Crashes on "Quit Debug Mode" in GUI ap


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #60463] Crashes on "Quit Debug Mode" in GUI apps
Date: Wed, 28 Apr 2021 17:15:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

Update of bug #60463 (project octave):

                Category:                     GUI => Plotting with OpenGL   
                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

I can confirm the bug, even using FLTK in single threaded (--no-gui-libs).
Here is a simplified test, using the attached tst_fun.m callback:


function retval = tst_fun (h, ~)
  keyboard
  disp (get (h, "type"))
endfunction


Run the the following at the prompt:


octave:1> uimenu ("label", "toto", "callback", @tst_fun); ## Click the menu
octave:2> stopped in tst_fun at line 2 [/foo/bar/tst_fun.m] 
2:   keyboard
keyboard> dbquit
terminate called after throwing an instance of 'octave::quit_debug_exception'
fatal: caught signal Abandon -- stopping myself...
## Press the button


I attached the single threaded back trace.


(file #51331, file #51332)
    _______________________________________________________

Additional Item Attachment:

File name: tst_fun.m                      Size:0 KB
    <https://file.savannah.gnu.org/file/tst_fun.m?file_id=51331>

File name: cli_backtrace.txt              Size:11 KB
    <https://file.savannah.gnu.org/file/cli_backtrace.txt?file_id=51332>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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