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: Martin Gasbichler (mainzelm)
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.
----------------------------------------------------------------------
>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-11-08 00:48
Message:
Logged In: YES
user_id=17553
Sorry, but for me the script is running fine:
aubisque[63] ./test foo bar
Long distance runner: foo bar
aubisque[64] less bar
this is a fake...
sablotron args:
/space/experiment/aolserver-3.4/servers/scrawler/scrawl/spider.xsl
foo
I think something with your build is wrong. The undefined
imported names also point into this direction. Another
problem is that the error messages look rather strange, they
seem to be out of sync. Is it possible that they originate
from the forked process?
----------------------------------------------------------------------
Comment By: david rush (kumo)
Date: 2001-11-07 12:58
Message:
Logged In: YES
user_id=37029
I have a tarball of the files which I have been attempting
to
attach to this bug w/out much success. I've just changed
browsers in the hope that's the problem, but I can email
it whenever necessary...
If it has uploaded you need to untar and run tb.script. then
run the program test as above...
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=479270&group_id=10493
|