From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46140 invoked by alias); 20 Apr 2017 17:04:38 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 46097 invoked by uid 89); 20 Apr 2017 17:04:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Apr 2017 17:04:35 +0000 Received: by simark.ca (Postfix, from userid 33) id A62AC1E48E; Thu, 20 Apr 2017 13:04:35 -0400 (EDT) To: Luke Dalessandro Subject: Re: internal-error inferior_thread(): Assertion `tp' failed X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 20 Apr 2017 17:04:00 -0000 From: Simon Marchi Cc: gdb@sourceware.org In-Reply-To: References: <02849E66-1C91-4453-9C92-5BDF9CC1C0F1@gmail.com> Message-ID: <4a2461e59c3e7528b9d8cb138829fa5f@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.4 X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00029.txt.bz2 I have just tried building Valgrind, and it runs fine for me with Valgrind-3.13.0.SVN. Some more data points: 1. g++/libstdc++/libc version? And which distro/version, that might be easier. 2. Does it still happen if you start gdb with -nx (to avoid loading any custom configuration)? Simon