Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Consumes basically all of the virtual memory #7080

Closed Quuxplusone closed 14 years ago

Quuxplusone commented 14 years ago
Bugzilla Link PR6634
Status RESOLVED WORKSFORME
Importance P normal
Reported by Joseph Winston (josephwinston@mac.com)
Reported on 2010-03-17 07:53:56 -0700
Last modified on 2010-04-16 11:53:03 -0700
Version trunk
Hardware PC Linux
CC dgregor@apple.com, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments example1.cpp (220064 bytes, text/x-c++src)
Blocks
Blocked by
See also

/scratch/jody/src/Languages/LLVM/llvm-read-only/x86_64-unknown-linux-gnu-INSTALL/bin/clang-cc1 -triple x86_64-unknown-linux-gnu -S -disable-free -main-file-name DataManager.cpp -pic-level 2 -mdisable-fp-elim -mconstructor-aliases -munwind-tables -target-cpu x86-64 -g -resource-dir /scratch/jody/src/Languages/LLVM/llvm-read-only/x86_64-unknown-linux-gnu-INSTALL/lib/clang/1.1 /tmp/example1.cpp

Quuxplusone commented 14 years ago

Attached example1.cpp (220064 bytes, text/x-c++src): sample code

Quuxplusone commented 14 years ago

This is no longer crashing for me. Please re-open if it's still causing problems for you.