Consultor Eletrônico



Kbase 15426: SYSTEM ERROR: Bus error ( 48 ) running from cron or scripts
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
SYSTEM ERROR: Bus error ( 48 ) running from cron or scripts


If an applications terminates with a system error 48 running from a
script or cron, here are some tips to narrow this down.

1> Run the application from the UNIX command line. If the application
completes without error, check the environment in the script. It
is important to make sure all relevant environment variables are
added and that the $PATH is appended with any directories that need
to be included. Also be aware of the permissions for the directory
where the script is started.

2> If the system error is limited to certain users, make sure that
they have the proper permissions and group id necessary to run the
application. You also need to check the permissions on the
directory where the script is running. Compare the .profile of
that user with one who can run the application successfully.

3> If it is a cron job that is failing, try running the application as
root from the UNIX command line. If it runs successfully, then it
is probably an environment issue. See 1 above.

4> Try setting the TERM envvironment variable in the script.

5> Try increasing startup parameters such as stack (-s) and heap (-hs)
and kernel parameters such as MAXUMEM.


LJF
29-Jan-95

Progress Software Technical Support Note # 15426