scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-479270 ] run form fails in restored image

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-479270 ] run form fails in restored image
From: noreply@sourceforge.net
Date: Wed Nov 7 12:29:09 2001
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #479270, was opened at 2001-11-07 12:28
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=479270&group_id=10493

Category: run-time
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: david rush (kumo)
Assigned to: Nobody/Anonymous (nobody)
Summary: run form fails in restored image

Initial Comment:
I have a test program which runs an external
program using a (run ...) form with redirection.
When I run from a saved image I get the following
run-time errors [and an image crash]:

drush@dubcvs: test foo bar
heap size 4000000 is too small, using 4361408
undefined imported name sch_tcflow
undefined imported name sch_isatty
undefined imported name sch_tcdrain
undefined imported name format_date
undefined imported name scm_ctermid
undefined imported name sch_tcflush
undefined imported name sch_ttyname
undefined imported name sleep_until
undefined imported name sch_tcgetpgrp
undefined imported name sch_tcsetpgrp
undefined imported name char_ready_fdes
undefined imported name sch_tcsendbreak
undefined imported name scheme_tcgetattr
undefined imported name scheme_tcsetattr
undefined imported name time2date
undefined imported name open_ctty
Long distance runner: foo bar 
Error while running root thread, thread killed: #{Thread 3}
Exception: 33
    wrong-number-of-arguments
    #{Procedure 11533 (unnamed in unnamed in unnamed in %wait-any in 
scsh-level-0)}
    (#f 14499 0)

Error: returning wrong number of values
       (#{Procedure 11554 (unnamed in really-wait in scsh-level-0)} 10 -1 0)

Obviously the undefined imported names are not 
interesting, but the wrong-number of arguments
and returning wrong number of values *are* 
problems.

I am using scsh-0.6 built from the head of the CVS 
tree on November 5.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=479270&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>