emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: Please check if scratch/igc builds with native compilation


From: Andrea Corallo
Subject: Re: MPS: Please check if scratch/igc builds with native compilation
Date: Tue, 21 May 2024 14:46:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Helmut Eller <eller.helmut@gmail.com> writes:

>> And if I run it under gdb I see we get a SIGSEGV in
>> 'maybe_resize_hash_table' at fns.c:4987
>>
>> memcpy (key, h->key, old_size * sizeof *key);
>
> Yes, this probably a memory barrier triggered by an allocation.  In
> gdb you need to say: signal SIGSEGV nostop print pass
> so that it can continue.  Or noprint, what you prefer.

Thanks Helmut,

(for the record if someone else see this, it was 'handle SIGSEGV nostop
print pass')

Anyway yes, to confirm that at least here looks reproducible.

  Andrea



reply via email to

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