[Bug c++/23387] thread.c:93: internal-error: struct thread_info *inferior_thread(): Assertion `tp' failed.

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Mon Jul 9 16:28:00 GMT 2018


https://sourceware.org/bugzilla/show_bug.cgi?id=23387

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Dawson from comment #0)
> Starting program: /Users/dawson/Github/C++/a.out
> Unable to find Mach task port for process-id 6719: (os/kern) failure (0x5).

Is your gdb code-signed?

You can check by running "codesign -d /path/to/gdb".
If it is not signed it will say something like:
/path/to/gdb: code object is not signed at all

But if it is signed it will say something like:
Executable=/path/to/gdb


This is probably a dup of bug#23340.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list