Advertisement
Guest User

Untitled

a guest
Apr 11th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. root@spook:~/test/tema2-checker-lin# gdb --args ./mpirun -np 6 _test/bin/test_matrix_multiply
  2. GNU gdb (GDB) 7.2-ubuntu
  3. Copyright (C) 2010 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /root/test/tema2-checker-lin/mpirun...done.
  12. (gdb) set follow-fork-mode child
  13. (gdb) r
  14. Starting program: /root/test/tema2-checker-lin/mpirun -np 6 _test/bin/test_matrix_multiply
  15. [Thread debugging using libthread_db enabled]
  16. [New process 6494]
  17. [Thread debugging using libthread_db enabled]
  18. start: _test/bin/test_matrix_multiply 0 6
  19. process 6494 is executing new program: /root/test/tema2-checker-lin/_test/bin/test_matrix_multiply
  20. start: _test/bin/test_matrix_multiply 5 6
  21. start: _test/bin/test_matrix_multiply 3 6
  22. start: _test/bin/test_matrix_multiply 4 6
  23. start: _test/bin/test_matrix_multiply 2 6
  24. start: _test/bin/test_matrix_multiply 1 6
  25. [Thread debugging using libthread_db enabled]
  26. success
  27. success
  28. success
  29. success
  30. success
  31.  
  32. Program received signal SIGSEGV, Segmentation fault.
  33. [Switching to Thread 0xb7e536c0 (LWP 6494)]
  34. __memcpy_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:160
  35. 160 ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S: No such file or directory.
  36. in ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement