From owner-freebsd-hackers@FreeBSD.ORG Mon Aug 23 19:03:48 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DF4516A4CE for ; Mon, 23 Aug 2004 19:03:48 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0884543D4C for ; Mon, 23 Aug 2004 19:03:42 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [192.168.100.1]) by mindfields.energyhq.es.eu.org (Postfix) with SMTP id ADA6C36857 for ; Mon, 23 Aug 2004 21:03:31 +0200 (CEST) Date: Mon, 23 Aug 2004 21:03:24 +0200 From: Miguel Mendez To: freebsd-hackers@freebsd.org Message-Id: <20040823210324.567ea3a3.flynn@energyhq.es.eu.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.7; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Mon__23_Aug_2004_21_03_24_+0200_NeqW=IrefUM8KTgW" Subject: valgrind on 5.3BETA1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 19:03:48 -0000 --Signature=_Mon__23_Aug_2004_21_03_24_+0200_NeqW=IrefUM8KTgW Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit Hi all, Is anybody using valgrind on 5.3BETA1 or newer? I've been using it for a while on 5.2.1 without any problems, until I upgraded my system to RELENG_5. The program works but it never exits after running your program, it gets stuck into `umtx' state indefinitely. This is happening with both plain jane valgrind and valgrind-snapshot ports. Is this already a known issue? I've tried to attach to the valgrind (built with -g) process with gdb, but the backtrace doesn't give much info... Attaching to program: /usr/local/bin/valgrind, process 24554 0xb803cf79 in ?? () (gdb) bt #0 0xb803cf79 in ?? () #1 0xb803082f in ?? () #2 0xb82e4f78 in ?? () #3 0xb82e4f64 in ?? () [...] #49 0x08048000 in ?? () #50 0x080497d0 in setrlimit () #51 0xb81e1030 in ?? () [...] #56 0xb81df0a0 in ?? () #57 0x08048430 in fix_auxv (v_init_esp=0x1, info=0x1) at stage1.c:124 Previous frame inner to this frame (corrupt stack?) Cheers, -- Miguel Mendez http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 Note: All HTML and non-english mail goes to /dev/null --Signature=_Mon__23_Aug_2004_21_03_24_+0200_NeqW=IrefUM8KTgW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBKj9/nLctrNyFFPERAhkIAKC3MAi6dCcfnnd0IQU+hazO23L4CgCfUAXV zdhI7rDUVi5NYwRgk6PTXU4= =cVs6 -----END PGP SIGNATURE----- --Signature=_Mon__23_Aug_2004_21_03_24_+0200_NeqW=IrefUM8KTgW--