[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
0001-mps-aligned.patch
Description: Text Data
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, (continued)
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Gerd Möllmann, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Gerd Möllmann, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Pip Cet, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Gerd Möllmann, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Eli Zaretskii, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Helmut Eller, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Pip Cet, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Helmut Eller, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Pip Cet, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Helmut Eller, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts,
Pip Cet <=
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Helmut Eller, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Pip Cet, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Eli Zaretskii, 2024/07/24
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Gerd Möllmann, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Gerd Möllmann, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Eli Zaretskii, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Gerd Möllmann, 2024/07/23
- Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Pip Cet, 2024/07/23
Re: MPS: unable to build due to assertion violation in igc_dump_check_object_starts, Pip Cet, 2024/07/23