[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#54814: 29.0.50; symbol visibility in modules may cause emacs crash i
From: |
Andrea Corallo |
Subject: |
bug#54814: 29.0.50; symbol visibility in modules may cause emacs crash in nativ-compilation emacs |
Date: |
Mon, 11 Apr 2022 08:42:48 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: joakim@verona.se
>> Cc: 54814@debbugs.gnu.org, akrl@sdf.org
>> Date: Sat, 09 Apr 2022 20:30:51 +0200
>>
>> Well, I dont really know, but maybe having symbols in modules trigger a
>> crash in native compilation emacs? Wouldn't then removing the symbols
>> from the module remove the crash?
>>
>> I attach a gdb bt below, but I really didnt do anything except load the
>> module, the crash happens immediately.
>>
>> The crash does happen inside the module, but for me, only in native
>> compilation emacs.
>
> Andrea, any ideas how native-compilation could have triggered these
> crashes?
Not at the moment, so far I'm of your same opinion that this is not
strictly related to native compilation but accidentally triggered by it.
Andrea