[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% 👍
- MPS: Crash while completing symbol with corfu, Ihor Radchenko, 2024/07/01
- Re: MPS: Crash while completing symbol with corfu, Gerd Möllmann, 2024/07/01
- Re: MPS: Crash while completing symbol with corfu, Eli Zaretskii, 2024/07/01
- Re: MPS: Crash while completing symbol with corfu, Gerd Möllmann, 2024/07/01
- Re: MPS: Crash while completing symbol with corfu, Ihor Radchenko, 2024/07/01
- Re: MPS: Crash while completing symbol with corfu, Pip Cet, 2024/07/01
- Re: MPS: Crash while completing symbol with corfu, Ihor Radchenko, 2024/07/02
- Re: MPS: Crash while completing symbol with corfu, Pip Cet, 2024/07/02
- Re: MPS: Crash while completing symbol with corfu, Ihor Radchenko, 2024/07/02
- Re: MPS: Crash while completing symbol with corfu, Pip Cet, 2024/07/03
- Re: MPS: Crash while completing symbol with corfu, Eli Zaretskii, 2024/07/03
- Re: MPS: Crash while completing symbol with corfu, Eli Zaretskii, 2024/07/03
- Re: MPS: Crash while completing symbol with corfu, Ihor Radchenko, 2024/07/03