assertion failed: string, file name, line int
Cause
An unexpected condition in the program has occurred.
Action
Contact the vendor or author of the program to ask why it failed. If you have the
source code for the program, you can look at the file and line number where the
assertion failed. This might give you an idea of how to run the program differently.
Technical Notes
This message is the result of a diagnostic macro called assert(3C) that a
programmer inserted into the specified line of a source file. The untrue expression
precedes the file name and line number.
Attempting to link in more shared libraries than
system limit
Cause
The system is trying to exec(2) an a.out that requires more static shared libraries
than is allowed on the current configuration of the system.
Technical Notes
The symbolic name for this error is ELIBMAX, errno=86.
Cause
An unexpected condition in the program has occurred.
Action
Contact the vendor or author of the program to ask why it failed. If you have the
source code for the program, you can look at the file and line number where the
assertion failed. This might give you an idea of how to run the program differently.
Technical Notes
This message is the result of a diagnostic macro called assert(3C) that a
programmer inserted into the specified line of a source file. The untrue expression
precedes the file name and line number.
Attempting to link in more shared libraries than
system limit
Cause
The system is trying to exec(2) an a.out that requires more static shared libraries
than is allowed on the current configuration of the system.
Technical Notes
The symbolic name for this error is ELIBMAX, errno=86.
No comments:
Post a Comment