GNU bug report logs -
#29275
dynamic-link hangs on error
Previous Next
Reported by: noxdafox <noxdafox <at> gmail.com>
Date: Sun, 12 Nov 2017 18:23:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 dynamic-link on a wrong object
2. Calling dynamic-link subsequently on 2 non existing objects
Here's an example:
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 details.
Enter `,help' for help.
scheme@(guile-user)> (use-modules (system foreign))
scheme@(guile-user)> (define libc-obj (dynamic-link "nonexisting"))
ERROR: In procedure dynamic-link:
ERROR: In procedure dynamic-link: file: "nonexisting", message: "file
not found"
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> (define libc-obj (dynamic-link "nonexisting"))
^^^ here the VM becomes unresponsive.
This bug report was last modified 7 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.