2537-0011 2537-0016
2537-0011 The selected function's source file name is not available.
Explanation: Internal error. There is no source file name associated with the selected
function, so no file can be opened.
User Response: If you continue to get this error message, gather information about the
problem and follow local site procedures for reporting hardware and software problems.
|2537-0012 shmat() failed to attach a shared memory segment or a mapped file. errno =
|
number
.
Explanation: An attempt to attach a shared memory segment or a mapped file failed. This
may be caused by a shortage of shared memory segments.
User Response: Use ipcs -a to check system's shared memory segment usage. If
possible, remove any unused segments that belong to you by issuing the command ipcrm
-m.
If you continue to get this error message, gather information about the problem and follow
local site procedures for reporting hardware and software problems.
2537-0013 Can't begin search because no search string was specified.
Explanation: You are using either the Search By Function Name Dialog or the Filter By
Function Names Dialog, and you clicked on the OK or Apply button without first entering a
search string in the Enter function name: field.
User Response: Enter a text string in the Enter function name: field before clicking either
the OK or Apply button to begin the search.
2537-0014 The specified function was not found in your program.
Explanation: The function that you specified wasn't found for your program, so the filtering
operation that you attempted was not performed.
User Response: Enter the name of a function used in the application that you are
analyzing.
2537-0015 This function is not in a cycle.
Explanation: The selected function is not in a function cycle, so the attempt to use
Function Menu's All Functions on the Cycle option will not generate any result. A function
cycle consists of at least two functions that call each other (e.g., Function_A calls
Function_B, and vice versa). Keep in mind that recursive function calls are not considered to
be a call cycle.
User Response: Make sure that the function you select is in a function cycle.
2537-0016 Cannot find the function name
string
in the application. The option
specified for this function is ignored.
Explanation: The function name specified with either the -e, -E, -f, or -F load option doesn't
match any of the functions called in the application that you are trying to analyze. The option
used with this function name was ignored, and has no effect on the display of the Function
Call Tree.
User Response: Make sure the function name specified with any of these load options is
for a function called in the application.
Chapter 7. Xprofiler Messages 175