--- Mesa-9.2.0/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp.orig 2013-09-28 14:49:58.673062926 +0200 +++ Mesa-9.2.0/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp 2013-09-28 14:50:58.194064981 +0200 @@ -85,6 +85,7 @@ class LLVMEnsureMultithreaded { public: LLVMEnsureMultithreaded() { + llvm::DisablePrettyStackTrace = true; #if HAVE_LLVM < 0x0303 if (!llvm::llvm_is_multithreaded()) { llvm::llvm_start_multithreaded();