emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: Crash while completing symbol with corfu


From: Gerd Möllmann
Subject: Re: MPS: Crash while completing symbol with corfu
Date: Mon, 01 Jul 2024 17:09:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

>   static gboolean
>   qttip_cb (GtkWidget  *widget,
>           gint        xpos,
>           gint        ypos,
>           gboolean    keyboard_mode,
>           GtkTooltip *tooltip,
>           gpointer    user_data)
>   {
>     struct frame *f = user_data;
>     xp_output *x = f->output_data.xp;
>     if (x->ttip_widget == NULL)  <<<<<<<<<<<<<<<<<<<<< line 855 of gtkutil.c
>
> I'm guessing that user_data was moved meanwhile or something.

100% 👍



reply via email to

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