Summary: | Hang when joining thread with gdb 7.8 | ||
---|---|---|---|
Product: | gdb | Reporter: | Ross Lagerwall <rosslagerwall> |
Component: | threads | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | dje, xdje42 |
Priority: | P2 | ||
Version: | 7.8 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Attachments: | program to reproduce the problem |
Description
Ross Lagerwall
2014-08-24 21:49:22 UTC
Marking as duplicate... *** This bug has been marked as a duplicate of bug 17185 *** For reference sake, there is also pr 17247 which is still open. btw, I'm curious why you're getting the following: Exception caught while booting Guile. Error in function "open-file": No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm" Can you tell me how you configured, built, and installed gdb? (In reply to dje from comment #3) > btw, I'm curious why you're getting the following: > > Exception caught while booting Guile. > Error in function "open-file": > No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm" > > Can you tell me how you configured, built, and installed gdb? Well I just cloned the git repo, ran: $ ./configure --prefix=/usr --disable-nls \ --with-system-readline \ --with-python=/usr/bin/python2 \ --with-system-gdbinit=/etc/gdb/gdbinit $ make -j4 $ gdb/gdb ... It probably got that error because I hadn't installed it. (In reply to Ross Lagerwall from comment #4) > (In reply to dje from comment #3) > > btw, I'm curious why you're getting the following: > > > > Exception caught while booting Guile. > > Error in function "open-file": > > No such file or directory: "/usr/share/gdb/guile/gdb/boot.scm" > > > > Can you tell me how you configured, built, and installed gdb? > > Well I just cloned the git repo, ran: > $ ./configure --prefix=/usr --disable-nls \ > --with-system-readline \ > --with-python=/usr/bin/python2 \ > --with-system-gdbinit=/etc/gdb/gdbinit > $ make -j4 > $ gdb/gdb ... > > It probably got that error because I hadn't installed it. Ok, thanks! |