chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] RTLD_LAZY vs. RTLD_NOW


From: Tony Garnock-Jones
Subject: [Chicken-users] RTLD_LAZY vs. RTLD_NOW
Date: Wed, 14 Aug 2002 11:00:13 +1200

Can anyone think of a good reason to keep dlopen using RTLD_LAZY rather
than switching it to RTLD_NOW? Because I can think of a good reason to
switch: HP-UX braindead dynamic linker spins unkillably sometimes if you
open shared libraries with RTLD_LAZY and then call dlsym() on them.
RTLD_GLOBAL/LOCAL doesn't seem to make a difference, but RTLD_NOW makes
the problem vanish. **sigh**

I'll change it over tomorrow in CVS if noone objects.

Tony

-- 
"How's my programming? 1-800-DEV-NULL"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]