Guest User

Untitled

a guest
Apr 11th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00000000004095e1 in col (col_num=24, this=0x8000000000000000)
  3. at /usr/include/armadillo_bits/Mat_meat.hpp:2588
  4. 2588 arma_debug_check( col_num >= n_cols, "Mat::col(): index out of bounds");
  5. (gdb) backtrace
  6. #0 0x00000000004095e1 in col (col_num=24, this=0x8000000000000000)
  7. at /usr/include/armadillo_bits/Mat_meat.hpp:2588
  8. #1 MyFunction::Evaluate (this=0x8000000000000000, coordinates=..., i=24)
  9. at find_equ.cpp:40
  10. #2 0x000000000040d56a in mlpack::optimization::SGD<MyFunction>::Optimize (
  11. this=0x7fffffffe2b0, iterate=...)
  12. at /usr/local/include/mlpack/core/optimizers/sgd/sgd_impl.hpp:100
  13. #3 0x8000000000c53134 in ?? ()
  14. #4 0x8000000000000000 in ?? ()
  15. #5 0xbf1e1ddf0f6194c4 in ?? ()
  16. #6 0x800213416a6aaedb in ?? ()
  17. #7 0x8002317e77445ca2 in ?? ()
  18. #8 0x8000000000000000 in ?? ()
  19. #9 0x3eff75104d551d69 in ?? ()
  20. #10 0x0000000000002710 in ?? ()
  21. #11 0x3e112e0be826d695 in ?? ()
  22. #12 0x00007fff00000000 in ?? ()
  23. #13 0x00007ffff7ffe1c8 in _r_debug ()
  24. #14 0x0000003a00000003 in ?? ()
  25. #15 0x00000000000000ae in ?? ()
  26. #16 0x000000000062b460 in ?? ()
  27. #17 0x00000000f63d4e2e in ?? ()
  28. #18 0x0000000000000000 in ?? ()
Add Comment
Please, Sign In to add comment