From owner-freebsd-current@FreeBSD.ORG Tue Nov 20 06:38:08 2007 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 A665D16A418 for ; Tue, 20 Nov 2007 06:38:08 +0000 (UTC) (envelope-from vasanth.raonaik@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4502013C458 for ; Tue, 20 Nov 2007 06:38:06 +0000 (UTC) (envelope-from vasanth.raonaik@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6639096pyb for ; Mon, 19 Nov 2007 22:37:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=wjI9OVHcCUUEHLjNF3uG6DNgj83yehCC30QTaNh4wXE=; b=ZQrD2sca+qd4A2IHHpHSZ0P7LIm6l6npvD/1otaHM5+DaelyTB0fxe7zZTpFcqwkFbGWS3rjfFiBvx0Wlvz0YvQzX29iFYIGmRdGUAX5vjkicCA0ZU/GBVNFaoeO/YzFMJkRJQdrZ2adZbWoj0m39tZh2VZ+xm+6p9UVuDwVpAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OFuGAnckdwfGhyp+qwi/5oeJ+jS7P1YayowwO53EpVOIG6j0fmsgHxl1fvXrqeSmBeD0AusSkkfGIchfv+ut9eKeEql6VD91pR8Lq7oIW7p4roQgoUE7hl8SAil/QR8OuKrnWqlQeibpzVc53wMPimNJ/zurlydAogOrU9+D0fw= Received: by 10.142.113.17 with SMTP id l17mr1398368wfc.1195538957707; Mon, 19 Nov 2007 22:09:17 -0800 (PST) Received: by 10.142.87.15 with HTTP; Mon, 19 Nov 2007 22:09:17 -0800 (PST) Message-ID: Date: Tue, 20 Nov 2007 11:39:17 +0530 From: "vasanth raonaik" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: problem with ld-elf.so.1 install 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: Tue, 20 Nov 2007 06:38:08 -0000 Hello People, I have come accross the same issue as our friend Kenneth Merry about which he specified in his previous mail in this thread. Kenneth Merry Wrote: >So, it looks like find_symdef() is returning a bogus value for def, and >NULL for defobj, which causes a NULL pointer deference at line 197. I got the core in rcp with the same segmentation fault. I wanted to know if this problem is fixed. If yes could some one please mail me the link for the fix. I would be highly grateful to everyone. -- -- Vasanth