From owner-freebsd-hackers Sun Jan 18 11:42:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06925 for hackers-outgoing; Sun, 18 Jan 1998 11:42:37 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06920 for ; Sun, 18 Jan 1998 11:42:23 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id LAA19375; Sun, 18 Jan 1998 11:42:07 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801181942.LAA19375@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: John Polstra cc: hackers@FreeBSD.ORG Subject: Re: dladdr hax In-reply-to: Your message of "Sun, 18 Jan 1998 09:24:53 PST." <199801181724.JAA13957@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 18 Jan 1998 11:42:07 -0800 From: Amancio Hasty Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > > Thats an interesting approach so what happens to a vnode of a > > running executable when is mark for delete? I kind doubt that the > > vnode goes away while the image is still executing 8) > > Of course not. But there is no longer a pathname for it. > > John So whats wrong with just simply calling getwcd in the main of the program? That should get us the current working directory which is what is needed by java to locate its class libraries. Cheers, Amancio