Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 03:36:43 +0000 (GMT)
From:      jenkins-admin@freebsd.org
To:        jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org,  freebsd-i386@FreeBSD.org
Subject:   $PROJECT_NAME - Build #$BUILD_NUMBER - $BUILD_STATUS
Message-ID:  <1019783521.21.1434425803822.JavaMail.jenkins@jenkins-9.freebsd.org>
In-Reply-To: <1830947334.12.1434404212057.JavaMail.jenkins@jenkins-9.freebsd.org>
References:  <1830947334.12.1434404212057.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
$PROJECT_NAME - Build #$BUILD_NUMBER - $BUILD_STATUS:

Check console output at $BUILD_URL to view the results.
From owner-freebsd-stable@FreeBSD.ORG  Tue Jun 16 07:14:47 2015
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
Delivered-To: freebsd-stable@hub.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 9FE77C08
 for <freebsd-stable@hub.freebsd.org>; Tue, 16 Jun 2015 07:14:47 +0000 (UTC)
 (envelope-from ortadur@web.de)
Received: from mout.web.de (mout.web.de [212.227.17.11])
 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mout.web.de", Issuer "TeleSec ServerPass DE-1" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 397F81D0
 for <freebsd-stable@freebsd.org>; Tue, 16 Jun 2015 07:14:46 +0000 (UTC)
 (envelope-from ortadur@web.de)
Received: from [31.16.117.145] by 3capp-webde-bs53.server.lan (via HTTP);
 Tue, 16 Jun 2015 09:09:25 +0200
MIME-Version: 1.0
Message-ID: <trinity-e44527ae-e511-4ff3-bcdf-ee8426fc8a94-1434438565708@3capp-webde-bs53>
From: "Andre Meiser" <ortadur@web.de>
To: freebsd-stable@freebsd.org
Subject: Re: Many core dumps in pthread_getspecific.
Content-Type: text/plain; charset=UTF-8
Date: Tue, 16 Jun 2015 09:09:25 +0200
Importance: normal
Sensitivity: Normal
In-Reply-To: <20150614190504.GT2080@kib.kiev.ua>
References: <trinity-d3a62468-a8fd-44c3-ab9c-8b177ca8a366-1433331244003@3capp-webde-bs60>
 <20150603145838.GX2499@kib.kiev.ua>
 <trinity-15fcacbd-871c-4ea8-9257-5d11e7862ec0-1434103396559@3capp-webde-bs41>, 
 <20150614190504.GT2080@kib.kiev.ua>
X-UI-Message-Type: mail
X-Priority: 3
X-Provags-ID: V03:K0:XBIp6OVEuonrI2zPlKx2fyuWi54GOb6hec3t2W4N0P6
 t9SJCCX79nPSiDmGCw3GQiBDLL4JDeizPjE+9sMRcE4gkjtep4
 asjeVSxo9YQtdeYDd4in5QNZu7mfe2IwX8LaQwonE4uc/3SSyQ
 QjrckvG2Rnf9a9Pd9eb+eIjIoimzzYx3p9aa5GZztz4Jdcavop
 YTuh6ZxLyWw8uNg4E223rBmR2axyeGj3tiJa9xpZu7RtjBLcG/
 GucS074PWtS2TiDiP0j5pJmQWubNTWHLpA4z0BGz7GNx5Frlyj CIC0zg=
X-UI-Out-Filterresults: notjunk:1;
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable/>;
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Jun 2015 07:14:47 -0000

On Sun, Jun 14, 2015 at 21:05 +0200, Konstantin Belousov wrote:
> Show me the 'ldd vim' output and output from the
> readelf -d vim | grep NEEDED.

% ldd /usr/local/bin/vim
/usr/local/bin/vim:
	libm.so.5 => /lib/libm.so.5 (0x800a55000)
	libncurses.so.8 => /lib/libncurses.so.8 (0x800c7d000)
	libintl.so.8 => /usr/local/lib/libintl.so.8 (0x800eca000)
	libpython2.7.so.1 => /usr/local/lib/libpython2.7.so.1 (0x8010d5000)
	libthr.so.3 => /lib/libthr.so.3 (0x801490000)
	libc.so.7 => /lib/libc.so.7 (0x8016b5000)
	libutil.so.9 => /lib/libutil.so.9 (0x801a5e000)

% readelf -d /usr/local/bin/vim | grep NEEDED
 0x0000000000000001 (NEEDED)             Shared library: [libm.so.5]
 0x0000000000000001 (NEEDED)             Shared library: [libncurses.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libintl.so.8]
 0x0000000000000001 (NEEDED)             Shared library: [libpython2.7.so.1]
 0x0000000000000001 (NEEDED)             Shared library: [libthr.so.3]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so.7]

Vim is compiled with CSCOPE, DEFAULT_VIMRC, EXUBERANT_CTAGS, NLS, PYTHON and CONSOLE.

This vim core dump remains the only one since the recompilation of libc and libthr with debug flag.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1019783521.21.1434425803822.JavaMail.jenkins>