Operating System - OpenVMS
1824535 Members
3935 Online
109672 Solutions
New Discussion юеВ

unrecognized attribute code: 55

 
Albert ├Цttl
Advisor

unrecognized attribute code: 55

During porting an application from AXP to IA64
I encountered the following stackdump.
The reason for the dump is obvious, there was
an array index out of range (it was zero) in routine UTIL$TRIM
and the error has already been fixed.

What I am curious of is the repeated line
"unrecognized attribute code: 55"
I didn't find anything in the documentation about
this specific error code.

Does anyone know what this means?
Thanks in advance for your help.



%PAS-F-ARRINDVAL, array index value is out of range
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC

Error: unrecognized attribute code: 55
LSS$LSS UTIL$STRING UTIL$TRIM 408 00000000000062F0 00000000002EF0E0
Error: unrecognized attribute code: 55
LSS$LSS LSS$LSS MEMORIZEAUTODLM 4544 0000000000023D80 0000000000085400
Error: unrecognized attribute code: 55
LSS$LSS LSS$LSS PROCESS_EVENT 10075 00000000000714F0 00000000000D2B70
Error: unrecognized attribute code: 55
LSS$LSS LSS$LSS WORK_UP_SSD_EVENT 10874 000000000007C590 00000000000DDC10
Error: unrecognized attribute code: 55
LSS$LSS LSS$LSS PROCESSRCVMESSAGE 17900 00000000000C25D0 0000000000123C50
Error: unrecognized attribute code: 55
LSS$LSS LSS$LSS LSS$LSS 19648 00000000000DE780 000000000013FE00
Error: unrecognized attribute code: 55
LSS$LSS 0 0000000000041A50 0000000000041A50
Error: unrecognized attribute code: 55
LSS$LSS 0 000000000004BC30 000000000004BC30
PTHREAD$RTL THD_THREAD thdBase 242530 0000000000005CC0 FFFFFFFF84549850
PTHREAD$RTL THD_INIT pthread_main 242311 00000000000006C0 FFFFFFFF845006C0

Environment:
compiled under HP OpenVMS V8.2-1
with HP Pascal I64 V5.9-93 on HP rx1600 (999MHz/1.5MB)
2 REPLIES 2
Ian Miller.
Honored Contributor

Re: unrecognized attribute code: 55

I wonder if the code that displays the stack traceback is finding something on the stack it does not recognise?

One to reported to hp I think.
____________________
Purely Personal Opinion
John Gillings
Honored Contributor

Re: unrecognized attribute code: 55

Albert,

Interesting! I suspect it's something in the TRACE code that's getting confused when symbolizing the call stack. Note it's just for stuff in LSS$LSS. How was it linked?

Please log a case with your local customer support centre. Make sure you have a reproducer, or process dump.
A crucible of informative mistakes