[Llvm-bgq-discuss] a simple crashing program

Geoffrey Irving irving at naml.us
Tue Feb 5 22:14:11 CST 2013


Here's a simple program which crashes on the login nodes with shared linking:

vesta:pentago% cat crash.cpp
int main() {
  return 0;
}
vesta:pentago% /home/projects/llvm/r174287-20130203/bin/clang++ -o
crash crash.cpp
vesta:pentago% ./crash
vesta:pentago% /home/projects/llvm/r174287-20130203/bin/clang++ -o
crash -shared crash.cpp
vesta:pentago% ./crash
Segmentation fault (core dumped)


More information about the llvm-bgq-discuss mailing list