Interrupted System Call

Fairlight fairlite at fairlite.com
Tue Mar 25 12:34:15 PDT 2008


In the relative spacial/temporal region of
Tue, Mar 25, 2008 at 12:36:02PM -0400, Barry Wiseman achieved the spontaneous
generation of the following:
> filepro 5.0.13
> SunOS 5.9
> 	Interrupted system call
> 
> Anybody know what the "Interrupted system call" could signify in this 
> context?  I haven't yet had a chance to inspect the "bad" index when 
> this happens.

Tried attaching `truss` to the filePro process and then doing something
that triggers it, or using it until it happens?  That should tell you the
system call in progress.

Solaris has a /proc filesystem as well.  I'm not sure how similar it is to
linux's, as permissions on the Solaris box I have don't let me go there.
But under linux's /proc, there would be /proc/[pid]/fd and under there a
file for each file descriptor that's open.  You could `ls -l` in there and
see what files are actually open (as compared to what's being reported).

mark->
-- 
"Moral cowardice will surely be written as the cause on the death
certificate of what used to be Western Civilization." --James P. Hogan


More information about the Filepro-list mailing list