Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 Changed 14 years ago by felix winkelmann

  • 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 in reply to:  1 Changed 14 years ago by felix winkelmann

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 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

Please try commit 61f45f868f83c08fb4f88d8c8ce3bf64a32c4413 in master.

comment:4 Changed 14 years ago by (none)

Milestone: 4.3.0

Milestone 4.3.0 deleted

Note: See TracTickets for help on using tickets.