From owner-freebsd-current@FreeBSD.ORG Thu May 24 20:11:06 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88F001065673 for ; Thu, 24 May 2012 20:11:06 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4ACFC8FC15 for ; Thu, 24 May 2012 20:11:06 +0000 (UTC) Received: by obcni5 with SMTP id ni5so243100obc.13 for ; Thu, 24 May 2012 13:11:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hE2NUUdMiTfKptMWCLewUAyPPSlBPf1jrL0WZ7Kz85c=; b=q4ab6JL9PVYqvYTtSJfAjZUlN2henIsnyRg8uTKKDkH9oklDl7V6K+7R6Oot1jC0vg dU5B2nK5ViAtwxULV5NtGQbzLvlK2PmS6nIY95norm356O7ej4EabT+mWw+Z77suZ9aW Z5sP44O8FmrdcAstaN7Chx56cBH4IeBENiW/OcRyOzw9KNfZrsajJzz2BI6ALSdJ5ydw 6kTZ0yv4vGn/I0113SF2ohqq5ePS0qADX69ylYcOWtWbxkMey2K4IO7XjZ3P6P9xjNbZ Bs+2Z24iFnj9OdK4Iw1FgqWiH+L248C7J9B3UQWAhDHpCV4B8pEs6u7jABKk0DQ6f76V JHLA== MIME-Version: 1.0 Received: by 10.182.12.6 with SMTP id u6mr830723obb.12.1337890260083; Thu, 24 May 2012 13:11:00 -0700 (PDT) Received: by 10.76.7.19 with HTTP; Thu, 24 May 2012 13:10:59 -0700 (PDT) In-Reply-To: References: <4FA58672.1040201@FreeBSD.org> <4FA708DA.2010704@gmail.com> Date: Thu, 24 May 2012 23:10:59 +0300 Message-ID: From: Sergey Dyatko To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: ctfmerge core dump X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2012 20:11:06 -0000 2012/5/7 Steve Wills > > On 2012/5/6 5:08, b. f. wrote: > >> On 5/5/12, Steve Wills wrote: > >>> Thanks for the info. I took a look at the dump and see this: > >>> > >>> % sudo gdb /usr/bin/ctfmerge ctfmerge.core > >>> [GDB will not be able to debug user-mode threads: Undefined symbol > >>> "td_thr_getxmmregs"] > > > > Hmm, is the thread debugging broken on amd64 now ? td_thr_getxmmregs > > resides > > in libthread_db and /usr/src/gnu/usr.bin/gdb/libgdb is complaining about > > the missing > > symbol. > > > > Maybe or maybe I have done something wrong on my system. FWIW, I do all my > builds with debugging enabled. > > BTW, just to confirm, I was able to work around the original issue once I > updated past r235068. I had to disable DTrace build and build and install > a new libthr, then was able to re-enable DTrace and everything was fine. > > Thanks, > Steve > > > hm.. looks like problem is still here. I'm trying update my r234992 to r235887 http://pastebin.com/stm7b8hQ