Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 May 2021 07:14:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255698] dlerror() returns non-NULL after a successful call to dlopen()/dlsym()
Message-ID:  <bug-255698-227-nlEY2hrDG9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255698-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255698-227@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=3D255698

--- Comment #1 from Eugene M. Kim <astralblue@gmail.com> ---
Actual result (taken on a -CURRENT system, built from main branch commit
34abb05be77a32a2b2673fb4b85eaa53a3d1446e, note dlerror() returns non-NULL on
the first dlerror() call, even after a successful dlopen() and also before =
the
first dlopen(), also note the dlerror() message after a successful dlopen()=
 is
from the previous failure):

dlerror()=3D0x800222770 ()
dlerror()=3D0x0
dlopen(/foobar.so, RTLD_NOW)=3D0x0
dlerror()=3D0x800222770 (Cannot open "/foobar.so")
dlerror()=3D0x0
dlopen(/usr/lib/libm.so, RTLD_NOW)=3D0x800226808
dlerror()=3D0x800222770 (Cannot open "/foobar.so")
dlerror()=3D0x0

--=20
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-255698-227-nlEY2hrDG9>