From: | David Terrell <dbt(at)meat(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu |
Date: | 2002-02-15 02:08:42 |
Message-ID: | 20020214180842.B23916@pianosa.catch22.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-sql |
On Mon, Feb 11, 2002 at 07:49:57PM -0500, Tom Lane wrote:
> I also believe that this will produce more consistent cross-platform
> behavior: so far as I could learn from googling, systems that do not
> define RTLD_NOW/RTLD_LAZY all act as though the mode were RTLD_NOW,
> ie, immediate binding.
>
> Any objections to modifying all the port/dynloader files this way?
OpenBSD:
The dlopen() function takes a name of a shared object as its first argu-
ment. The shared object is mapped into the address space, relocated, and
its external references are resolved in the same way as is done with the
implicitly loaded shared libraries at program startup.
The path argument can either be an absolute pathname or it can be of the
form ``lib<name>.so[.xx[.yy]]'' in which case the same library search
rules apply that are used for ``intrinsic'' shared library searches. The
second argument currently has no effect, but should be set to DL_LAZY for
future compatibility.
That last sentence being key....
--
David Terrell | "War is peace,
Prime Minister, Nebcorp | freedom is slavery,
dbt(at)meat(dot)net | ignorance is strength
http://wwn.nebcorp.com/ | Dishes are clean." - Chris Fester
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2002-02-15 02:50:25 | Re: FWD: overlaps() bug? |
Previous Message | Brian Hirt | 2002-02-15 02:07:11 | Re: Strange problem when upgrading to 7.2 with pg_upgrade. |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-02-15 03:52:00 | Re: Index not being used |
Previous Message | Christopher Kings-Lynne | 2002-02-15 01:32:40 | Docs for all the schema functions |