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

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

bug#76427: 31.0.50; feature/igc: terminate_due_to_signal (sig=sig@entry=


From: Gregor Zattler
Subject: bug#76427: 31.0.50; feature/igc: terminate_due_to_signal (sig=sig@entry=6, backtrace_limit=backtrace_limit@entry=2147483647) at ./src/emacs.c:425
Date: Thu, 20 Feb 2025 09:36:46 +0100

Hi Eli, Emacs developers,
* Eli Zaretskii <eliz@gnu.org> [2025-02-20; 09:05 +02]:
>> Date: Thu, 20 Feb 2025 00:18:54 +0100
>> From:  Gregor Zattler via "Bug reports for GNU Emacs,
>>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> Dear Emacs developers, while working
>> with org-noter and pdf-tools, Emacs
>> crashed.
>
> It isn't a crash, it's an assertion violation, here:
>
>       FOR_EACH_FRAME (tail, frame)
>       {
>         struct frame *f = XFRAME (frame);
>         struct window *w = XWINDOW (FRAME_SELECTED_WINDOW (f));
>         if (some_windows
>             && !f->redisplay
>             && !w->redisplay
>             && !XBUFFER (w->contents)->text->redisplay) <<<<<<<<<<<<<<<<
>           continue;
>
>> I would not know how to reproduce.
>
> Like so:
[...]

Thanks for your detailed explanations.
Sadly the Laptop turned off, therefore
the GDB session is no more.

I'm sorry to have caused extra work.

Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-





reply via email to

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