bug#60522: make-vector takes 100% cpu if called without argument in the REPL
Sascha Ziemann <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <CAGUt3y7pazQ02oku5gGLgFrFu4s2dRGLk3NMk2ADur8y6jwfbA@mail.gmail.com> |
The following throws an error: guile -c '(make-vector)' But the evaluation of '(make-vector)' in the REPL generats just a warning: ;;; <stdin>:1:0: warning: possibly wrong number of arguments to `make-vector' and seems to enter an endless loop afterwards. Environment: $ guile --version guile (GNU Guile) 3.0.5 Packaged by Debian (3.0.5-deb+3.0.5-4) Copyright (C) 2021 Free Software Foundation, Inc. License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ uname -a Linux l2108 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux