18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Arg list too long<br />

Cause<br />

The system could not handle the number of arguments given to a command or<br />

program when it combined those arguments with the environment’s exported shell<br />

variables. The argument list limit is the size of the argument list plus the size of the<br />

environment’s exported shell variables.<br />

Action<br />

The easiest solution is to reduce the size of the parent process environment by<br />

unsetting extraneous environment variables. (See the man page for the shell you’re<br />

using to find out how to list and change your environment variables.) Then run the<br />

program again.<br />

Technical Notes<br />

An argument list longer than ARG_MAX bytes was presented to a member of the<br />

exec(2) family of system calls.<br />

The symbolic name for this error is E2BIG, errno=7.<br />

Argument out of domain<br />

Cause<br />

This is a programming error or a data input error.<br />

Action<br />

Ask the program’s author to fix this condition, or supply data in a different format.<br />

Technical Notes<br />

This indicates an attempt to evaluate a mathematical programming function at a<br />

point where its value is not defined. The argument of a programming function in the<br />

math package (3M) is out of the domain of the function. This could happen when<br />

taking the square root, power, or log of a negative number, when computing a power<br />

18 Solaris Common Messages and Troubleshooting Guide ♦ October, 1998

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!