bug-binutils
[Top][All Lists]
Advanced

[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.


reply via email to

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