bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under m


From: amodra at gmail dot com
Subject: [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO
Date: Tue, 31 Jan 2023 04:44:14 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29998

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #28 from Alan Modra <amodra at gmail dot com> ---
Why I happen to be looking at commit 1c66b8a03989 is that asan is complaining
rather a lot about "member access within null pointer" on pe targets, which can
be fixed by testing *file_chain.tail != NULL rather than file_chain.tail !=
NULL, but I think the patch is just hiding a bug elsewhere so I don't want to
make that change..

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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