emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: unable to build due to assertion violation in igc_dump_check_ob


From: Pip Cet
Subject: Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts
Date: Wed, 24 Jul 2024 09:54:11 +0000

On Wednesday, July 24th, 2024 at 09:39, Helmut Eller <eller.helmut@gmail.com> 
wrote:
> On Wed, Jul 24 2024, Pip Cet wrote:
> 
> > Is alignof(struct Lisp_Vector) == 4 for you?
> 
> No, it's 8. Because of the GCALIGNED_STRUCT attribute.

Thanks for letting me know.  Is this in gdb or lldb?  lldb shows me 
alignof(struct Lisp_Vector) == 4 on a similar Debian system, which looks wrong 
to me.  I've fixed things on that system for now (it was building without mps, 
because that requires -pthread in the CFLAGS to link on that machine...)

Can you try the attached patch?

Pip

Attachment: 0001-mps-aligned.patch
Description: Text Data


reply via email to

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