We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've been trying to disassemble the hpcdg binary produced by @efocht from here https://github.com/efocht/hpcg-ve-bin/releases/download/v3.1.10ef/hpcg-ve-v3.1.10ef.tgz running /usr/local/ve/llvm-ve-rv-2.2.0/bin/llvm-objdump -D ~/Downloads/hpcg-ve-v3.1.10ef/xhpcg_v3.1.10ef using the llvm from the rpm repo results in this crash
/usr/local/ve/llvm-ve-rv-2.2.0/bin/llvm-objdump -D ~/Downloads/hpcg-ve-v3.1.10ef/xhpcg_v3.1.10ef
60000478d6e2: 16 <unknown> PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. Stack dump: 0. Program arguments: /usr/local/ve/llvm-ve-rv-2.2.0/bin/llvm-objdump -D /home/joto/Downloads/hpcg-ve-v3.1.10ef/xhpcg_v3.1.10ef #0 0x00007f2932acdb0d llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/ve/llvm-ve-rv-2.2.0/bin/../lib/libLLVM-14git.so+0x7aab0d) #1 0x00007f2932acbcb4 llvm::sys::RunSignalHandlers() (/usr/local/ve/llvm-ve-rv-2.2.0/bin/../lib/libLLVM-14git.so+0x7a8cb4) #2 0x00007f2932acbe2e SignalHandler(int) Signals.cpp:0:0 #3 0x00007f2932115cf0 __restore_rt (/lib64/libpthread.so.0+0x12cf0) #4 0x00007f293290c82a llvm::LLParser::parseValID(llvm::ValID&, llvm::LLParser::PerFunctionState*, llvm::Type*) (.cold) LLParser.cpp:0:0 Segmentation fault (Speicherabzug geschrieben)
Here is a zipped core dump: dump.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been trying to disassemble the hpcdg binary produced by @efocht from here https://github.com/efocht/hpcg-ve-bin/releases/download/v3.1.10ef/hpcg-ve-v3.1.10ef.tgz
running
/usr/local/ve/llvm-ve-rv-2.2.0/bin/llvm-objdump -D ~/Downloads/hpcg-ve-v3.1.10ef/xhpcg_v3.1.10ef
using the llvm from the rpm repo results in this crashHere is a zipped core dump: dump.zip
The text was updated successfully, but these errors were encountered: