Skip to content

Instantly share code, notes, and snippets.

run doc-crate-core [x86_64-apple-darwin]
task '<main>' has overflowed its stack
/bin/sh: line 1: 11819 Illegal instruction: 4 CFG_LLVM_LINKAGE_FILE=/Users/ted/Developer/OpenSource/Rustlang/rust/build/x86_64-apple-darwin/rt/llvmdeps.rs DYLD_LIBRARY_PATH=/Users/ted/Developer/OpenSource/Rustlang/rust/build/x86_64-apple-darwin/stage2/lib:$DYLD_LIBRARY_PATH x86_64-apple-darwin/stage2/bin/rustdoc --test --cfg dox /Users/ted/Developer/OpenSource/Rustlang/rust/src/libcore/lib.rs --test-args ""
make: *** [tmp/check-stage2-T-x86_64-apple-darwin-H-x86_64-apple-darwin-doc-crate-core.ok] Error 132
@tedhorst
tedhorst / smlm.rs
Created September 27, 2013 20:33
rust parallel mandelbrot
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.