denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Darwin crash


From: Richard Shann
Subject: Re: [Denemo-devel] Darwin crash
Date: Wed, 21 Oct 2015 21:48:06 +0100

On Wed, 2015-10-21 at 15:32 -0500, Jeremiah Benham wrote:
> Denemo crashes on startup if I have custom key bindings set. Should I
> recompile with debug symbols and run in gdb? Do you have an idea what
> is causing it. It will launch if I delete my ~/.denemo* folder. 
> 
> Denemo:ERROR:/home/jjbenham/public_html/gub/target/darwin-x86/src/denemo-git.savannah.gnu.org--denemo.git-stable-2.0.0/src/ui/mousing.c:278:assign_cursor:
>  assertion failed: (cursor)
> 
> 
> Why is assertion failing in mousing.c line 278? 

Presumably there is something (I would guess in
~/.denemo-2.0.0/actions/Default.shortcuts) that is trying to set a
cursor number out of range.
I think it is very bad for programs to call assert() in a way that can
lose the user's data - I didn't realize that these asserts had been
introduced into the code and I'll set about removing them. Of course,
there are circumstances where no sort of recovery is possible, but
clearly this is not one. The assert() is only a help to the developer,
not to the user.

You could send me your Default.shortcuts and/or the value of cursor_num
on entry to the function assign_cursor().

Richard

> 
> 
> 
> 
> Jeremiah
> 
> _______________________________________________
> Denemo-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

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