From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 26 12:46:11 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B56F016A41B for ; Mon, 26 Nov 2007 12:46:11 +0000 (UTC) (envelope-from vasanth.raonaik@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id 7184513C465 for ; Mon, 26 Nov 2007 12:46:11 +0000 (UTC) (envelope-from vasanth.raonaik@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so388488wra for ; Mon, 26 Nov 2007 04:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=B/WlifHkaZa0Twz9bqTKfbKJ9CusJIYnd91slawOpyg=; b=kTE6C8EkSUJzkfylOAmcZTKiaF+/DAhdYpDnQeUO7XEqMQNLZtzWxwZN7ma71g6qmr5Ms+IYwyQwHc3JEfoWQyBSNfuhv5FW8hrWgy24SfCOj3BHwzvNLyPttsvop7qIfpx38axyk+EPSeWZA481B3YhdQFm7AwT0Nb/nMMQpEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AubjZvJ27sw6bsfzTABLDX1vJfSOrzHy0QR5q2AYzGDKdX6Xclp9WP83SuQlzbQ2UPVACzFKfGAZt85lWAvgkGJKzqlXJr7WFpUuorLOLT4dxhGnh1ehsF2Gpxabro1eWUckLgj5LWQQC5Fiyx8ixW/loD36Tu3CdmFrcDDKJ+4= Received: by 10.142.253.21 with SMTP id a21mr235849wfi.1196079654604; Mon, 26 Nov 2007 04:20:54 -0800 (PST) Received: by 10.142.87.15 with HTTP; Mon, 26 Nov 2007 04:20:54 -0800 (PST) Message-ID: Date: Mon, 26 Nov 2007 17:50:54 +0530 From: "vasanth raonaik" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: find_symdef() returns invalid value. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 12:46:11 -0000 Hello Hackers, find_symdef() sometimes returns invalid value in def and a null in defobjout. This causes any binary to recieve a segmentation fault and cores. I have recieved a core for rcp because of this issue. This issue was also been raised by someothers in the list. http://lists.freebsd.org/pipermail/freebsd-current/2004-February/021698.html I would like to know if anyone has debugged this issue. This doesnt happen always. There is definetely a bug which needs to be fixed. Please mail in your messages about the issue and how to fix it. Thanks, vasanth