HP WDB GUI 5.7 Reference Manual (September 2007)
Troubleshooting WDB GUI
Error Messages
Chapter 490
Error Messages
The following table explains the causes and solutions for the various error messages that the
system displays while you work with WDB GUI:
Table 4-1 Error Message descriptions
Message Cause Solution
Failed to find
debugger
1.If gdb is not in the
default path
/opt/langtools/bin/
2. If GDB_SERVER is not
set to a valid path
1. Export GDB_SERVER=<gdb_path>
2. Export GDB_SERVER to valid path
(pointing to gdb).
export GDB_SERVER=/path/to/gdb
Cannot determine
location for current
line.
The cursor is in an
invalid location in the
Source view when you
initiate one of the
following operations:
• Insert/Remove
Breakpoint
• Run To Cursor
• Set Next Statement
Move the cursor to a valid source line in
the Source view.
Failed to change to
directory
You have entered an
invalid path for the
current working
directory.
From the Load Program dialog box, click
the Run tab, and check the Working
Directory text entry.
No ptys available. You have tried to open a
program console
terminal and all ptys
are in use. Or you are
denied access to the pty.
Close some applications that use ptys,
then shut down and restart the WDB
GUI. Or check pty ownership then try
again.