Advertisement
Guest User

Untitled

a guest
Mar 7th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. $ make RUST_BACKTRACE=1
  2. cfg: version 1.0.0-dev (36cd65f78 2015-03-07) (built 2015-03-07)
  3. cfg: build triple x86_64-unknown-linux-gnu
  4. cfg: host triples x86_64-unknown-linux-gnu
  5. cfg: target triples x86_64-unknown-linux-gnu
  6. cfg: enabling more debugging (CFG_ENABLE_DEBUG)
  7. cfg: host for x86_64-unknown-linux-gnu is x86_64
  8. cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu
  9. cfg: good valgrind for x86_64-unknown-linux-gnu is 1
  10. cfg: using CC=gcc (CFG_CC)
  11. cfg: no xelatex found, disabling LaTeX docs
  12. cfg: no pandoc found, omitting PDF and EPUB docs
  13. rustc: x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
  14. thread '<main>' panicked at 'arithmetic operation overflowed', /home/user/rust/rust/src/libcore/num/wrapping.rs:79
  15. stack backtrace:
  16. 1: 0x7f9ad4ff3cd2 - sys::backtrace::write::h9e965d8be9b2b550QBA
  17. 2: 0x7f9ad5013e8e - panicking::on_panic::h51fc3f9862106e43jHJ
  18. 3: 0x7f9ad4f779ab - rt::unwind::begin_unwind_inner::hc32c38959726123emnJ
  19. 4: 0x7f9ad4f77bf2 - rt::unwind::begin_unwind_fmt::h2ef00b7193aff76eXlJ
  20. 5: 0x7f9ad5013777 - rust_begin_unwind
  21. 6: 0x7f9ad505fc44 - panicking::panic_fmt::h853cbdbe1217d817HXs
  22. 7: 0x7f9ad505bc4d - panicking::panic::ha4fd99f3e70045e3TVs
  23. 8: 0x7f9ad5026b72 - isaac::Isaac64Rng::init::hf83a40450fe4db3bjQb
  24. 9: 0x7f9ad4feada1 - rand::StdRng::new::h2514ecba1532943dktt
  25. 10: 0x7f9ad4feb33e - rand::thread_rng::THREAD_RNG_KEY::__init::h0eee36982b05a9baqyt
  26. 11: 0x7f9ad4f88387 - rand::thread_rng::h90015ba0c9c7acadAxt
  27. 12: 0x7f9ace3c9760 - collections::hash::map::RandomState.Default::default::h25eefa1b57bdf771A0v
  28. 13: 0x7f9ace3c58c7 - terminfo::parser::compiled::parse::h11ff739f201b4042Tya
  29. 14: 0x7f9ace3d3ebd - terminfo::TerminfoTerminal<T>::new::h7917623852747615108
  30. 15: 0x7f9ace3d8338 - stderr::h051750687ebc4643cbc
  31. 16: 0x7f9ad2832482 - diagnostic::EmitterWriter::stderr::h14c78e21bed1aa61exE
  32. 17: 0x7f9ad568b9f7 - run::h8b17fa571f74ea25m6b
  33. 18: 0x7f9ad569d148 - main::hc27fdc8056149569bcd
  34. 19: 0x7f9ad5084a98 - rust_try_inner
  35. 20: 0x7f9ad5084a85 - rust_try
  36. 21: 0x7f9ad5015593 - rt::lang_start::ha0e5132422a05a6ezBJ
  37. 22: 0x7f9ad4b15d64 - __libc_start_main
  38. 23: 0x7f9ad5ae8848 - <unknown>
  39. 24: 0x0 - <unknown>
  40. make: *** [x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/stamp.core] Error 101
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement