bug#29275: dynamic-link hangs on error

2017-11-22 Thread Ludovic Courtès
Hello, noxdafox skribis: > GNU Guile 2.2.2 > Copyright (C) 1995-2017 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. > This program is free software, and you are welcome to redistribute it > under certain conditions; type `,show c' for deta

bug#29275: dynamic-link hangs on error

2017-11-12 Thread noxdafox
Greetings, I am trying to call some C function which seems not to be included in Guile library (fnmatch). If dynamic-link is given wrong library objects, it will hang forcing the user to kill the VM as it becomes unresponsive. I could find at least 2 ways to reproduce it: 1. Calling dynami