This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

            Bug ID: 23330
           Summary: thread.c:93: internal-error: struct thread_info
                    *inferior_thread(): Assertion `tp' failed
           Product: gdb
           Version: 8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: m.gh0stzer0 at gmail dot com
  Target Milestone: ---

Created attachment 11094
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11094&action=edit
file that triggers this bug

Type "apropos word" to search for commands related to "word"...
Reading symbols from example3_10...(no debugging symbols found)...done.
(gdb) file example3_10
Reading symbols from example3_10...(no debugging symbols found)...done.
(gdb) r
Starting program: /Users/username/codes/c/cs_app/chapter3/example3_10 
Unable to find Mach task port for process-id 772: (os/kern) failure (0x5).
 (please check gdb is codesigned - see taskgated(8))
(gdb) s
The program is not being run.
(gdb) r
thread.c:93: internal-error: struct thread_info *inferior_thread(): Assertion
`tp' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.

thread.c:93: internal-error: struct thread_info *inferior_thread(): Assertion
`tp' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]