https://sourceware.org/bugzilla/show_bug.cgi?id=32467
--- Comment #2 from 孙文举 <swj22 at mails dot tsinghua.edu.cn> --- (In reply to Nick Clifton from comment #1) > The problem is the one of the symbols contains an @ character: > > > _ZN1@SerialFOTBuilder12endExtensionERKN10FOTBuilder24CompoundExtensionFlowObj > E > > 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. Got it, thanks for your fixing! -- You are receiving this mail because: You are on the CC list for the bug.