Re: how to report crash recorded with gdb

2023-02-25 Thread Richard Kimberly Heck
On 2/25/23 09:01, Wolfgang Engelmann wrote: I ran a lyx document under 2.4 which was started with gdb. It crashed and I do not know how to report it to the maintainers. You can either email the lyx-devel list or file a bug here: https://www.lyx.org/trac/newticket Riki -- lyx-users mailing

Re: how to report crash recorded with gdb

2023-02-25 Thread Neal Becker
"where" should give a traceback On Sat, Feb 25, 2023, 9:01 AM Wolfgang Engelmann wrote: > I ran a lyx document under 2.4 which was started with gdb. It crashed > and I do not know how to report it to the maintainers. This is the > terminal > > > text-user-interface -- TUI is the GDB text based

how to report crash recorded with gdb

2023-02-25 Thread Wolfgang Engelmann
I ran a lyx document under 2.4 which was started with gdb. It crashed and I do not know how to report it to the maintainers. This is the terminal > text-user-interface -- TUI is the GDB text based interface. tracepoints -- Tracing of program execution without stopping the program. user-defined