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

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

bug#31996: 27.0.50; [w32] while dumping: assertion failed: specpdl_ptr->


From: Noam Postavsky
Subject: bug#31996: 27.0.50; [w32] while dumping: assertion failed: specpdl_ptr->kind == SPECPDL_UNWIND_PTR && specpdl_ptr->unwind_ptr.func == xfree
Date: Thu, 28 Jun 2018 17:05:37 -0400

On 28 June 2018 at 16:55, Paul Eggert <eggert@cs.ucla.edu> wrote:
> Thanks for reporting that. I didn't observe the problem on Fedora 28.
> Anyway, I installed the attached patch, which should fix it.

Thanks, works for me.

> Move array after nelts, as this is likely to generate more efficient
> code in safe_free, which can call xfree with the same value either
> way.

Maybe that kind of trick deserves a code comment?





reply via email to

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