Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 09:35:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG
Message-ID:  <bug-193009-8522-vmbd1NaOLt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193009-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193009-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009

--- Comment #12 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Jung-uk Kim from comment #9)
The patch looks good, although I am curious how the symlink survived the whole
path from the execve to obj->path.  Could you build your rtld as

(cd libexec/rtld-elf && make DEBUG_FLAGS=-g DEBUG=-DDDEBUG clean all install)

and show the LD_DEBUG=1 output, in particular, AT_EXECPATH line ?
In fact, I wonder if this should be realpath(3) instead of readlink(2).

>From what I read above, it is one the shells which tries to track the symlinks
in the PWD ?  Anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193009-8522-vmbd1NaOLt>