scsh-users
[Top] [All Lists]

Re: startup doesn't end

To: scsh@martigny.ai.mit.edu
Subject: Re: startup doesn't end
From: rthappe@xtreme.mathematik.uni-freiburg.de (Rolf-Thomas Happe)
Date: 13 Feb 1997 23:42:43 +0100
Organization: University of Freiburg, Germany
In article <199702112006.VAA14619@elan1.mathematik.uni-freiburg.de> 
rthappe@mathematik.uni-freiburg.DE (Rolf-Thomas Happe) writes:

   On my Linux PC (386), scsh-0.4.4 runs into a loop on startup. 
   `bash$ strace scsh 2>&1 | grep -1 open | tee schnada' shows:
[...]
   --
   close(3)                                = 0
   open("/usr/local/lib/scsh/scshvm", O_RDONLY) = 3
   fstat(3, {st_mode=S_IFREG|0755, st_size=344302, ...}) = 0
   --
   close(3)                                = 0
   open("/usr/local/lib/scsh/scshvm", O_RDONLY) = 3
   fstat(3, {st_mode=S_IFREG|0755, st_size=344302, ...}) = 0
   --
[many repetitions]

Hmm -- I was a bit impatient. After many reopenings and rereadings
the scsh prompt finally appears. I can't remember that 0.4.2 started up 
lentissimo like that, but on the other hand I haven't done any scsh
programming on my PC for some months. 

        Command being timed: "scsh -c (exit)"
        User time (seconds): 18.05
        System time (seconds): 14.13
        Major (requiring I/O) page faults: 61
        Minor (reclaiming a frame) page faults: 737
        Exit status: 0

rthappe

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