Advertisement
Guest User

I::P5

a guest
Oct 11th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. $ gdb --args moar --execname="perl6" --libpath=/usr/languages/nqp/lib --libpath=/usr/languages/perl6/lib --libpath=/usr/languages/perl6/runtime /usr/languages/perl6/runtime/perl6.moarvm -I lib t/inherit.t
  2. GNU gdb (GDB) 7.8
  3. Copyright (C) 2014 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 "x86_64-unknown-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from moar...(no debugging symbols found)...done.
  17. (gdb) r
  18. Starting program: /usr/bin/moar --execname=perl6 --libpath=/usr/languages/nqp/lib --libpath=/usr/languages/perl6/lib --libpath=/usr/languages/perl6/runtime /usr/languages/perl6/runtime/perl6.moarvm -I lib t/inherit.t
  19. Got object file from memory but can't read symbols: File truncated.
  20. warning: Could not load shared library symbols for linux-vdso.so.1.
  21. Do you need "set solib-search-path" or "set sysroot"?
  22. [Thread debugging using libthread_db enabled]
  23. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  24. 1..8
  25. ok 1 - # SKIP Perl 5 Moose module not available
  26. ok 2 - # SKIP Perl 5 Moose module not available
  27. ok 3 - # SKIP Perl 5 Moose module not available
  28. ok 4 - # SKIP Perl 5 Moose module not available
  29. ok 5 - # SKIP Perl 5 Moose module not available
  30. # Looks like you planned 8 tests, but ran 5
  31. [Inferior 1 (process 1195) exited with code 0377]
  32. (gdb) bt
  33. No stack.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement