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