On Wed, 2018-12-05 at 21:33 +0100, Andreas Schneider wrote: > Hi, > > after updating to the newest version from git, Denemo crashes with a > segmentation fault on startup (after having said No to the question > whether to re-use existing commands, shortcuts, etc.), see the > traceback > below. Do you have an idea what might cause that?
As a first step could you break on inner_main in gdb, that is b inner_main and then run r and see if it crashes before that, if it does stop on inner_main can you keep pressing next n until it does crash. Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
