Debugging Dynamic Memory Usage Errors Using HP WDB (5900-1474; WDB 6.2; January 2011)

#1 main_opd_entry() from /usr/lib/hpux32/dld.so
------------------------------------------------------------
Debugging Multiple Applications in Batch Mode
To debug multiple applications in the batch mode, complete the following steps:
1. Compile the source files.
2. Set the required variables in the rtcconfig configuration file, as follows:
$ cat rtcconfig
"rtcconfig" 5 lines, 83 characters
set heap-check on
set heap-check free on
files=exec1:exec2:exec3
output_dir= ./
3. Set the required environment variables as follows:
export BATCH_RTC=on
72