[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Denemo crash on startup
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] Denemo crash on startup |
Date: |
Wed, 05 Dec 2018 22:10:48 +0000 |
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