bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30182: Update


From: martin rudalics
Subject: bug#30182: Update
Date: Mon, 29 Jan 2018 11:04:18 +0100

>> (1) Try with `x-gtk-use-system-tooltips' nil.  This should tell
>>       whether GTK tooltip handling interferes with our routines.
>
> With x-gtk-use-system-tooltips set to nil, the crash happens.

Good to know.

> (gdb) bt full
[...]
>          result_len = 4
[...]
> (gdb) p old_len_0
> $1 = 5
> (gdb) p new_len_0
> $2 = 5

This means that Fmake_list doesn't play a rĂ´le here and a timer is
added in a very constant fashion in between setting result_len to 4 on
line 636 and making the list on line 646 of fns.c.  Crazy.

Thank you very much for testing this, martin






reply via email to

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