[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21587: Mac: Segfault when unloading shared object linked to libguile
From: |
Andy Wingo |
Subject: |
bug#21587: Mac: Segfault when unloading shared object linked to libguile |
Date: |
Tue, 28 Feb 2017 15:29:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Closing as not-a-bug given discussion below. Please reply if you have
additional comments/etc. Thanks.
Andy
On Fri 24 Jun 2016 14:32, Andy Wingo <address@hidden> writes:
> On Tue 29 Sep 2015 20:21, Wilhelm Schuster <address@hidden> writes:
>
>> The basic run down: When I try to unload (using dlclose() ) a shared
>> object that is linked to libguile after calling scm_init_guile() OR
>> scm_with_guile(), a Segfault is triggered.
>
> Hummmmmmmmmmmm! Well, so this is quite tricky. Loading Guile loads
> Guile which might start threads (some helper threads behind the scenes
> for finalization (see section on scm_set_automatic_finalization_enabled
> in tha manual), perhaps a thread to listen for signals, and then the
> garbage collector that we use (libgc) might start parallel marking
> threads (though you can control that parameter too).
>
> Guile doesn't really provide an interface to allow it to shut down
> cleanly and I don't know if it can. (I guess it could.) However it
> would take quite some amount of work and I don't see us doing it any
> time soon. In any case simply trying to dlclose() is never likely to
> work, as you aren't synchronizing with Guile itself.
>
> Sorry for the bad news!
>
> Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#21587: Mac: Segfault when unloading shared object linked to libguile,
Andy Wingo <=