[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.
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, (continued)
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, medhefgo at web dot de, 2023/01/24
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/25
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/25
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, medhefgo at web dot de, 2023/01/25
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/25
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/26
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, medhefgo at web dot de, 2023/01/27
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, cvs-commit at gcc dot gnu.org, 2023/01/27
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/27
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, amodra at gmail dot com, 2023/01/30
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO,
amodra at gmail dot com <=
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, amodra at gmail dot com, 2023/01/31
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/31
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, cvs-commit at gcc dot gnu.org, 2023/01/31
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, amodra at gmail dot com, 2023/01/31
- [Bug ld/29998] ld terminated with signal 11 [Segmentation fault] under mingw with LTO, nickc at redhat dot com, 2023/01/31