NET/MASTER Messages Manual

0016: ZNNM-EVT-STACK-TRACE
Event-Message Tokens
4–14 106159 Tandem Computers Incorporated
0016: ZNNM-EVT-STACK-TRACE
When a process abends, a series of messages ordered by increasing frame number is
issued. The frame number, function count, and instruction count can be used to
identify the problem.
Tokens
Token Name Token Type Value Assigned
ZEMS-TKN-EVENTNUMBER ZSPI-TYP-INT 0016
ZEMS-TKN-EMPHASIS ZSPI-TYP-BOOLEAN TRUE
ZSPI-TKN-SSID ZSPI-TYP-SSID 117
ZEMS-TKN-SUBJECT-MARK ZSPI-TYP-MARK (See description)
ZNNM-TKN-PROC-NAME ZSPI-TYP-STRING (See description)
ZNNM-TKN-FRAME-NUM ZSPI-TYP-UINT (See description)
ZNNM-TKN-FUNCT-NAME ZSPI-TYP-STRING (See description)
ZNNM-TKN-OFFSET ZSPI-TYP-UINT (See description)
Event-Message Text
STACK TRACE
framenumber
#
functionname
+ %
instrcount
I
where:
framenumber
is
the value of
ZNNM-TKN-FRAME-NUM
functionname
is
the value of
ZNNM-TKN-FUNCT-NAME
instrcount
is
the value of
ZNNM-TKN-OFFSET
ZEMS-TKN-SUBJECT-MARK
marks the next token in the event-message buffer as a subject token of the event
message.
ZNNM-TKN-PROC-NAME
contains the name of the process generating the event. The process is the subject
of the event.
ZNNM-TKN-FRAME-NUM
contains the frame number. It appears as
framenumber
in the message text.
ZNNM-TKN-FUNCT-NAME
contains the function name. It appears as
functionname
in the message text.
ZNNM-TKN-OFFSET
contains the instruction count. It appears as
instrcount
in the message text.