Advertisement
Guest User

Untitled

a guest
May 9th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. lasse@lssteady ~/tmp/vl % uname -a
  2. Linux lssteady 4.5.1-1-ARCH #1 SMP PREEMPT Thu Apr 14 19:19:32 CEST 2016 x86_64 GNU/Linux
  3. lasse@lssteady ~/tmp/vl % cat /etc/*release
  4. Antergos Linux release 2015.10 (ISO-Rolling)
  5. NAME="Antergos Linux"
  6. VERSION="2015.10-ISO-Rolling"
  7. ID="antergos"
  8. ID_LIKE="arch"
  9. PRETTY_NAME="Antergos Linux"
  10. CPE_NAME="cpe:/o:antergosproject:antergos:2015.10"
  11. ANSI_COLOR="1;34;40"
  12. HOME_URL="https://www.antergos.com/"
  13. SUPPORT_URL="http://forum.antergos.com/"
  14. BUG_REPORT_URL="http://github.com/antergos"
  15.  
  16. lasse@lssteady ~/tmp/vl % ulimit -c unlimited
  17. lasse@lssteady ~/tmp/vl % verilator --lint-only flipflop.v
  18. %Error: Verilator internal fault, sorry. Consider trying --debug --gdbbt
  19. %Error: Command Failed /usr/bin/verilator_bin --lint-only flipflop.v
  20. 255 lasse@lssteady ~/tmp/vl % gdb /usr/bin/verilator_bin core :(
  21. GNU gdb (GDB) 7.11
  22. Copyright (C) 2016 Free Software Foundation, Inc.
  23. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  24. This is free software: you are free to change and redistribute it.
  25. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  26. and "show warranty" for details.
  27. This GDB was configured as "x86_64-pc-linux-gnu".
  28. Type "show configuration" for configuration details.
  29. For bug reporting instructions, please see:
  30. <http://www.gnu.org/software/gdb/bugs/>.
  31. Find the GDB manual and other documentation resources online at:
  32. <http://www.gnu.org/software/gdb/documentation/>.
  33. For help, type "help".
  34. Type "apropos word" to search for commands related to "word"...
  35. Reading symbols from /usr/bin/verilator_bin...(no debugging symbols found)...done.
  36. /home/lasse/tmp/vl/core: No such file or directory.
  37. (gdb) bt
  38. No stack.
  39. (gdb) q
  40. lasse@lssteady ~/tmp/vl %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement