[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/32467] nm write memory caught segmentation fault
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/32467] nm write memory caught segmentation fault |
Date: |
Mon, 16 Dec 2024 16:30:16 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32467
--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
The problem is the one of the symbols contains an @ character:
_ZN1@SerialFOTBuilder12endExtensionERKN10FOTBuilder24CompoundExtensionFlowObjE
Because nm is being run with the --without-symbol-versions option it is
(temporarily) trying to replace the @ character with a NUL. But since the
symbol table has been mmap()ed from the file it is in read-only memory, and so
a write fault occurs.
I have a local patch to fix this which I am testing now.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/32467] New: nm write memory caught segmentation fault, swj22 at mails dot tsinghua.edu.cn, 2024/12/16
- [Bug binutils/32467] nm write memory caught segmentation fault, nickc at redhat dot com, 2024/12/16
- [Bug binutils/32467] nm write memory caught segmentation fault,
nickc at redhat dot com <=
- [Bug binutils/32467] nm write memory caught segmentation fault, swj22 at mails dot tsinghua.edu.cn, 2024/12/16
- [Bug binutils/32467] nm write memory caught segmentation fault, cvs-commit at gcc dot gnu.org, 2024/12/17
- [Bug binutils/32467] nm write memory caught segmentation fault, cvs-commit at gcc dot gnu.org, 2024/12/17
- [Bug binutils/32467] nm write memory caught segmentation fault, nickc at redhat dot com, 2024/12/17