2537-0031 2537-0036
2537-0031 A severe error was detected, and file processing has stopped. Refer to the
message window below this window for more details.
Explanation: A function involving the symbol tables for your application failed to perform
correctly while Xprofiler was trying to process your input files. Xprofiler will not proceed any
further, and its main display will be empty. More details regarding the exact nature of the
problem appears in a message window below the window for this message.
User Response: Check the second error message window for more details on the problem,
and follow the User Response documented for that message.
|2537-0032 shmget() failed to allocate a shared memory segment. errno =
number
.
Explanation: An attempt to allocate a shared memory segment failed, possibly due to 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-0033 shmdt() failed to detach a shared memory segment. errno =
number
.
Explanation: An attempt to detach a shared memory segment that was no longer needed
failed.
User Response: Exit and re-start Xprofiler. 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-0034 shmctl() failed to remove a shared memory segment identifier. errno =
|
number
.
Explanation: An attempt to remove a shared memory segment identifier that was no longer
needed failed.
User Response: Exit and re-start Xprofiler. 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-0035 Failed to generate the selected function's corresponding binary code.
Explanation: Xprofiler failed to generate a selected function's corresponding binary code in
Disassembler Code display. A preceding message may provide additional information that
pinpoints the actual cause of the failure.
User Response: Use the information provided in the preceding message to reveal the real
cause of the problem. Correct the problem and then try again.
2537-0036 Cannot open this report window because there is no function call count
information available.
Explanation: There is no function call count information available for the application you
are analyzing. This is because none of the associated source files for this application have
been compiled with the -pg flag. Therefore, the Function Call Summary window will not
appear.
User Response: If you wish to view function call count information, you need to compile
the source files containing the functions that you're interested in with the -pg flag.
178 IBM PE for AIX V2R4.0: Messages