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

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

[Octave-bug-tracker] [bug #63700] Octave GUI (8.0.90) freezes during uni


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #63700] Octave GUI (8.0.90) freezes during unit test "jupyter-notebook.tst"
Date: Wed, 25 Jan 2023 09:44:27 -0500 (EST)

Follow-up Comment #6, bug #63700 (project octave):

There are some instructions on the Wiki:
https://wiki.octave.org/Debugging_Octave

In this case, it might be best to attach to the hanging Octave using its PID.

For this, start Octave and execute `getpid()` to display the PID of the Octave
process.
Then, run whatever commands it takes to get Octave "stuck".
When it is stuck, open the bash, e.g., using the "Bash Shell" shortcut in the
Start menu group for Octave, and attach gdb to the hanging process with `gdb
-p *PID*` (using the *PID* from before).
On the `(gdb)` prompt execute `thread apply all bt` and copy its entire output
to a file.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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