0029-2069 0029-2075
0029-2069 Reading command file
string
.
Explanation: The debugger has started reading the command file specified by the -c
command line flag, the source command or as a result of having a .pdbxinit file in the
current working directory or your home directory.
User Response: None. This is an informational message.
0029-2070 command file line
number
:
string
Explanation: The debugger displays each line of the command file as it is read showing
the line number and the text.
User Response: In the event one or more lines in the command file cause errors in the
debugger, this message will show the line number and the text that needs to be corrected.
Unless a severe error is encountered causing the debugger to terminate, a command file will
generally be read in its entirety even if it contains multiple errors.
0029-2071 No tasks were attached due to a badly formed task list.
Explanation: Invalid syntax for the attach command.
User Response: Specify the attach command followed by a space or comma-separated
list of task numbers. Specify ranges of tasks using a dash or a colon. The command attach
all may be used to attach to all the tasks of the poe application.
0029-2072 Cannot send commands to task:
number
because it is executing.
Explanation: It is not possible to send a dbx command to a task that is RUNNING.
User Response: Issue the group list or tasks command to to make sure the tasks are not
RUNNING.
0029-2073 Error creating temporary file
string
.
Explanation: When starting pdbx in attach mode, a temporary host.list file is created,
consisting of only the tasks that you selected to attach to. This temporary host.list file is
created in /tmp by default, unless you specify a different directory with the TMPDIR
environment variable. The naming convention for this file is:
<
/tmpdir
>/.pdbx.<
poe-pid
>.host.list where <
/tmpdir
> is either /tmp, or the directory specified
by the TMPDIR environment variable, if it has been defined, and where <
poe-pid
> is the
process ID of the poe job to be attached to. The message that you received appears when
the temporary host.list file cannot be opened, or when errors are detected while writing to the
file.
User Response: Verify that there is enough space available in the /tmp filesystem, or if you
have specified a directory with the TMPDIR environment variable, check the filesystem that
contains this directory for sufficient space. You may also want to check to be sure that a file
of the same name does not already exist.
0029-2075
string
:
number
- Unable to allocate
number
of bytes in
string
.
Explanation: Internal error: A memory allocation routine failed because there is not enough
memory available. pdbx continues processing, but it is likely you will have subsequent
problems.
User Response: Start pdbx again and try the following:
Debug your program with a subset of the tasks, or with smaller data segments.
Contact your System Administrator to increase system resources, if possible.
If you continue to get this error message, gather information about the problem and follow
local site procedures for reporting hardware and software problems.
Chapter 2. pdbx Messages 13