Andrea, thanks for including the gdb.txt file as it pointed to the problem.
To fix the problem, at the first gdb prompt, keyin:
handle SIG32 pass nostop noprint
You might also want to keyin next:
set pa off
because then you do not have to keep typing "c" as a page fills up. Next
just type in as Andrew said:
run (or simply r)What GG does is he keeps a .gdbinit file in his home directory so that he does not have to type in the handle and set lines over and over again as he does a lot of debugging. The file, .gdbinit, is a hidden file so starts with the "." and the one he uses is attached here. On Fri, May 15, 2020 at 7:26 AM Andrea paz <[email protected]> wrote: > Thank you for the "run" advice. > The first time I gave "run ..." it started CinGG but opened a window > of the audio format and when I gave OK I crashed and I killed the > application. Other tests of "run ..." no longer work: "No executable > file specified." > -- > Cin mailing list > [email protected] > https://lists.cinelerra-gg.org/mailman/listinfo/cin >
gdbinit
Description: Binary data
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

