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
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
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
I forgot to include the link to the original issue:
[1]: https://github.com/weechat/weechat/issues/527