From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88623 invoked by alias); 27 Feb 2015 10:08:09 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 88587 invoked by uid 48); 27 Feb 2015 10:08:08 -0000 From: "palves at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug remote/17397] i686-w64-mingw32 remote multiprocess debugging: thread.c:1002: internal-error: switch_to_thread: Assertion `inf != NULL' failed. Date: Fri, 27 Feb 2015 11:45:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Version: 7.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: palves at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00318.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17397 Pedro Alves changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |palves at redhat dot com --- Comment #4 from Pedro Alves --- I suspect this is fixed in more recent GDB. Could you try mainline? Also, can you debug GDB a little? What was the ptid of the thread that GDB was expecting to find in the thread list, but isn't there? And why isn't it there anymore? The ptid is unfortunately not visible here (frame #6): ... #4 0x00000000006336b9 in internal_verror (file=, line=, fmt=, ap=ap@entry=0x7fff7cd84ac8) at utils.c:803 #5 0x0000000000633762 in internal_error (file=file@entry=0x771a62 "thread.c", line=line@entry=1002, string=) at utils.c:813 #6 0x000000000056a6df in switch_to_thread (ptid=...) at thread.c:1002 #7 0x000000000056b607 in print_thread_info (uiout=0x2233590, requested_threads=0x226f8e0 "1", pid=-1) at thread.c:928 #8 0x00000000004aa601 in mi_cmd_execute (parse=0x2228820) at ./mi/mi-main.c:2253 #9 captured_mi_execute_command (context=0x2228820, uiout=0x2233590) at ./mi/mi-main.c:1988 #10 mi_execute_command (cmd=0x22701c0 "23-thread-info 1", from_tty=) at ./mi/mi-main.c:2116 ... Please get a backtrace with "set print frame-arguments all". -- You are receiving this mail because: You are on the CC list for the bug.