bug#21587: Mac: Segfault when unloading shared object linked to libguile

2017-02-28 Thread Andy Wingo
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 writes: > On Tue 29 Sep 2015 20:21, Wilhelm Schuster writes: > >> The basic run down: When I try to unload (using dlclose() ) a shared >> object th

bug#21587: Mac: Segfault when unloading shared object linked to libguile

2016-06-24 Thread Andy Wingo
On Tue 29 Sep 2015 20:21, Wilhelm Schuster 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. Hu! Well, so this is quite tricky. Loading Gu

bug#21587: Mac: Segfault when unloading shared object linked to libguile

2015-10-01 Thread Wilhelm Schuster
Hi, I have a rather weird issue with guile on OSX Yosemite (10.10.5). The problem originally stems from weechat [1] which provides guile scripting through a dynamically loaded "plugin" (shared object). However, I was able to extract the problem into a smaller test program. The basic run down

bug#21587: Mac: Segfault when unloading shared object linked to libguile

2015-10-01 Thread Wilhelm Schuster
I forgot to include the link to the original issue: [1]: https://github.com/weechat/weechat/issues/527