Advertisement
Guest User

Untitled

a guest
Nov 29th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /home/sslayer/Proyectos/neo900/eeshow/eeshow -N 20 -d docdb.out neo900.pro
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  5. neo900.pro: The `.git` file at '/home/sslayer/Proyectos/neo900/ee/hw/neo900.pro' is malformed
  6.  
  7. Program received signal SIGSEGV, Segmentation fault.
  8. 0x00000000004200b7 in vcs_git_get_rev (h=0x0) at file/git-hist.c:322
  9. 322 const git_oid *oid = git_commit_id(h->commit);
  10. (gdb) p h
  11. $1 = (struct vcs_hist *) 0x0
  12. (gdb) bt
  13. #0 0x00000000004200b7 in vcs_git_get_rev (h=0x0) at file/git-hist.c:322
  14. #1 0x0000000000412b97 in add_hist (user=0x7fffffffdde0, h=0x0, next=0x0) at gui/gui.c:389
  15. #2 0x0000000000412d37 in get_revisions (gui=0x7fffffffde40, fn=0x7fffffffe0c0, recurse=true, limit=20) at gui/gui.c:422
  16. #3 0x0000000000413000 in run_gui (fn=0x7fffffffe0c0, recurse=true, limit=20, commands=0x0, n_commands=0) at gui/gui.c:516
  17. #4 0x000000000040542d in main (argc=6, argv=0x7fffffffe218) at main/eeshow.c:125
  18. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement