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 08:29:56 +0000

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

--- Comment #29 from Alan Modra <amodra at gmail dot com> ---
It looks like file_chain goes wrong at ldlang.c:8017
*insert = &files.head->input_statement;
insert happens to equal file_chain.tail.  When adding to the end of the list we
ought to update file_chain.tail.

-- 
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]