From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 18 14:50:26 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C7416A403 for ; Mon, 18 Sep 2006 14:50:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08E743D46 for ; Mon, 18 Sep 2006 14:50:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IEoPmE065513 for ; Mon, 18 Sep 2006 14:50:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IEoP9S065512; Mon, 18 Sep 2006 14:50:25 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 14:50:25 GMT Message-Id: <200609181450.k8IEoP9S065512@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dmitry Karasik Cc: Subject: Re: kern/103312: dlsym(NULL,) doesn't work properly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Karasik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:50:26 -0000 The following reply was made to PR kern/103312; it has been noted by GNATS. From: Dmitry Karasik To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/103312: dlsym(NULL,) doesn't work properly Date: Mon, 18 Sep 2006 16:45:53 +0200 I've been digging myself for a workaround and realized that the problem is based on my assumption that for the main executable, results of dlsym(NULL,...) and dlsym(dlopen(NULL),...) should be identical. Now, I'm not that sure if this should actually be true. If it should, please let me know so I can try to fix this myself; otherwise please close the PR. -- Sincerely, Dmitry Karasik