[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [MiNT] Was: /proc, will be: /sys



> > Attached is a version that fprints debug information to stderr, if
> >
> > a) it fails to open a process file or
> >
> > b) it fails to do the Fcntl for getting the filename information.
> >
> > Please retry.
>
> Here are the results of stderr on this, both as q-funk and root:
>
> q-funk:
> error -36 opening MiNT.000

OK, this was expected by now...

> root:
> error -33 on Fcntl PLOADINFO

Which indicates that ps.ttp succeeded to open the process file, but got an
EFILNF an performing the Fcntl on the open file. This would happen if Pexec
has failed to store the filename... Does this really happen for all
processes?

Does anybody else have a similar problem???