[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: changed dlopen flags in dynlib.c, gccemacs crash
From: |
Eli Zaretskii |
Subject: |
Re: changed dlopen flags in dynlib.c, gccemacs crash |
Date: |
Wed, 15 Dec 2021 18:59:31 +0200 |
> From: Andrea Corallo <akrl@sdf.org>
> Cc: silent2600@gmail.com, emacs-devel@gnu.org
> Date: Wed, 15 Dec 2021 15:26:20 +0000
>
> I've implemented the mentioned idea of having two different
> 'dynlib_open' and pushed that as e6b93245fe. Contextually I've added
> the RTLD_GLOBAL flag to 'dlopen'.
Thanks.
> Note the Windows version of the new 'dynlib_open' is just a wrapper to
> the old one as I don't know if something has to be done there or not
> (nor I know how to test it).
The equivalent RTLD_GLOBAL flag cannot be easily supported on
MS-Windows. So we currently don't, as it isn't required yet.
- Re: changed dlopen flags in dynlib.c, gccemacs crash, (continued)
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Eli Zaretskii, 2021/12/09
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Andrea Corallo, 2021/12/09
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Eli Zaretskii, 2021/12/09
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Andrea Corallo, 2021/12/09
- Re: changed dlopen flags in dynlib.c, gccemacs crash, hx, 2021/12/10
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Eli Zaretskii, 2021/12/11
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Andrea Corallo, 2021/12/11
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Eli Zaretskii, 2021/12/11
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Andrea Corallo, 2021/12/11
- Re: changed dlopen flags in dynlib.c, gccemacs crash, Andrea Corallo, 2021/12/15
- Re: changed dlopen flags in dynlib.c, gccemacs crash,
Eli Zaretskii <=