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

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

[Octave-bug-tracker] [bug #65468] fatal: caught signal Trace/BPT trap: 5


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #65468] fatal: caught signal Trace/BPT trap: 5 -- stopping myself...
Date: Tue, 19 Mar 2024 13:06:51 -0400 (EDT)

Update of bug #65468 (group octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #3:

Can you please try starting Octave and then executing


__debug_octave__


in the command window?  I expect this to start gdb in a separate terminal
window.  If that works, then at the "(gdb)" prompt in that window, type the
following commands:


catch signal 5
continue


Then execute "quit" at the Octave prompt.  I expect gdb to catch the
"Trace/BPT trap" signal (signal 5) and return to the "(gdb)" prompt.  If that
happens, then execute


set pagination off
thread apply all bt


at the "(gdb)" prompt and post the output here so maybe we can guess where and
why the problem happens.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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