GNU bug report logs -
#46256
[feature/native-comp] AOT eln files ignored if run from build tree
Previous Next
Full log
Message #301 received at 46256 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> writes:
>> From: Andrea Corallo <akrl <at> sdf.org>
>> Cc: 46256 <at> debbugs.gnu.org, andrewjmoreton <at> gmail.com
>> Date: Sat, 06 Mar 2021 18:31:05 +0000
>>
>> > ;;; subr-x.el --- extra Lisp functions -*- lexical-binding:t -*-
>> >
>> > (defun internal--build-bindings (bindings)
>> > "Check and build conditional value forms for BINDINGS."
>> > (let ((prev-var t))
>> > (mapcar (lambda (binding)
>> > (let ((binding (internal--build-binding binding prev-var)))
>> > (setq prev-var (car binding))
>> > binding))
>> > bindings)))
>> >
>> > Interestingly, if I remove the first line, there's no crash. So
>> > lexical-binding has something to do with this.
>> >
>> > I cannot see what could trigger the crash. The fact that 'binding' is
>> > used both as an argument and as the variable which is bound to the
>> > return value, perhaps?
>> >
>> > Let me know if you want the C reproducer for this minimal file.
>>
>> Yes please.
>
> Attached below.
>
> When compiled with -O2 and linked against libgccjit, it crashes with
> the following backtrace:
Okay I believe this is clearly a libgccjit bug. The attached reproducer
is not crashing on my 32bit setup based on a recent GCC trunk.
Could you remind me exactly which libgccjit version are you using?
Thanks
Andrea
This bug report was last modified 4 years and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.