#138 closed defect (fixed)
readline: unbound variable
Reported by: | Ivan Raikov | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | compiler | Version: | 4.2.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
In Chicken 4.2.11, loading the readline module causes the following error:
Error: unbound variable: t894
Call history:
<syntax> (##core#undefined)
<eval> (##sys#require (quote readline))
eval
<syntax> (import scheme chicken foreign ports data-structures posix)
<syntax> (##core#undefined)
##sys#register-compiled-module
readline.scm: 328 make-parameter
readline.scm: 335 make-parameter
Change History (4)
comment:1 follow-up: 2 Changed 15 years ago by
- has the readline egg been compile with 4.2.11?
- does this happen with other eggs as well?
- can you locate whether the unbound var access happens in readline or in any core library?
comment:2 Changed 15 years ago by
Replying to felix:
- has the readline egg been compile with 4.2.11?
- does this happen with other eggs as well?
- can you locate whether the unbound var access happens in readline or in any core library?
Nevermind - I can reproduce it.
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please try commit 61f45f868f83c08fb4f88d8c8ce3bf64a32c4413 in master.
Note: See
TracTickets for help on using
tickets.