bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72612: (set! display #f) infinite loop


From: Bryce Moore
Subject: bug#72612: (set! display #f) infinite loop
Date: Tue, 13 Aug 2024 19:06:09 -0400

I know it's nonsensical, but (set! display #f) in a fresh interpreter causes an infinite loop.

Interrupting with Ctrl+C exits guile.

scheme@(guile-user)> (set! display #f)
While reading _expression_:
Wrong type to apply: Error while printing exception.
While reading _expression_:
Wrong type to apply: Error while printing exception.
While reading _expression_:
Wrong type to apply: Error while printing exception.
While reading _expression_:
Wrong type to apply: Error while printing exception.
[...]

--
bryce

reply via email to

[Prev in Thread] Current Thread [Next in Thread]