GNU bug report logs -
#21587
Mac: Segfault when unloading shared object linked to libguile
Previous Next
Full log
View this message in rfc822 format
On Tue 29 Sep 2015 20:21, Wilhelm Schuster <wilhelm <at> wilhelm.re> 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
This bug report was last modified 8 years and 145 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.