From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72235 invoked by alias); 20 Apr 2017 17:17:31 -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 72218 invoked by uid 89); 20 Apr 2017 17:17:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:gdb@sou X-HELO: mail-io0-f170.google.com Received: from mail-io0-f170.google.com (HELO mail-io0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Apr 2017 17:17:29 +0000 Received: by mail-io0-f170.google.com with SMTP id o22so86234394iod.3 for ; Thu, 20 Apr 2017 10:17:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=F4xVwtvWSqd1sBmRHvotrD15hK9m94UBM1eAQu5stQ0=; b=fYUYV3d+CvixRfsU/lyV4h3WxJbnacS+67r1UFHqsvVFuYwzlNB3r2aKRGjJ1VOSZS 3gSFhi9i76TF3HRWgE6M+g72bW1V35re2BuH22h4T8vULiTANh89JaJIQBzjxQYUZrNb TVL7ODH6BWAltr9hrrHwdsZYnbQF6a/082V5MNBNMeXbZ7hBx7GFD453BW9ee9W2phEr 88xC/bi7nF7S4tI1zIkKJRpIKHud8Dr8PX1qxTF4N8+lqpkhYC6786ncFLeFa8qkAX+S MOvJYqkmE94cx670wa7U+z72QRIYSxqPYQ6uv5evTrB773uQCkq2fZZ3OfvHKSNDQlWH u43A== X-Gm-Message-State: AN3rC/6ml/AI6s3S360e+DKMY4En55wY3o1UaMisZRoqR37tv8ly+LgG wVy5o+SVZg/g2w== X-Received: by 10.36.71.74 with SMTP id t71mr5141406itb.87.1492708649240; Thu, 20 Apr 2017 10:17:29 -0700 (PDT) Received: from [192.168.2.9] (108-219-175-115.lightspeed.iplsin.sbcglobal.net. [108.219.175.115]) by smtp.gmail.com with ESMTPSA id 189sm2929719itx.25.2017.04.20.10.17.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Apr 2017 10:17:28 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: internal-error inferior_thread(): Assertion `tp' failed From: Luke Dalessandro In-Reply-To: <4a2461e59c3e7528b9d8cb138829fa5f@polymtl.ca> Date: Thu, 20 Apr 2017 17:17:00 -0000 Cc: gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <9C09E7F9-E934-450A-9EF2-AF0F57FE295B@gmail.com> References: <02849E66-1C91-4453-9C92-5BDF9CC1C0F1@gmail.com> <4a2461e59c3e7528b9d8cb138829fa5f@polymtl.ca> To: Simon Marchi X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00030.txt.bz2 > On Apr 20, 2017, at 1:04 PM, Simon Marchi wrote: >=20 > I have just tried building Valgrind, and it runs fine for me with Valgrin= d-3.13.0.SVN. Some more data points: >=20 > 1. g++/libstdc++/libc version? And which distro/version, that might be e= asier. > 2. Does it still happen if you start gdb with -nx (to avoid loading any c= ustom configuration)? >=20 > Simon I opened a bug for this https://sourceware.org/bugzilla/show_bug.cgi?id=3D2= 1405. 1. gcc is 6.3 2. valgrind is svn(r16308) configured with `--enable-ubsan --with-mpicc=3Dm= picc` 3. distribution is Ubuntu 14.04.5 LTS 4. -nx has no apparent impact $ ldd hello linux-vdso.so.1 =3D> (0x00007ffc6f5db000) libstdc++.so.6 =3D> /u/ldalessa/.local/gcc/gcc-6.3/lib64/libstdc++.so.6 (0= x00007fc89b245000) libm.so.6 =3D> /lib/x86_64-linux-gnu/libm.so.6 (0x00007fc89af3f000) libgcc_s.so.1 =3D> /u/ldalessa/.local/gcc/gcc-6.3/lib64/libgcc_s.so.1 (0x0= 0007fc89ad28000) libpthread.so.0 =3D> /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fc89ab0= a000) libc.so.6 =3D> /lib/x86_64-linux-gnu/libc.so.6 (0x00007fc89a742000) /lib64/ld-linux-x86-64.so.2 (0x00007fc89b5c3000)