cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1127
Views
0
Helpful
4
Replies

Traceback / crash with infotag get leg_state

paolo bevilacqua
Hall of Fame
Hall of Fame

If no argument is given to the command "infotag get leg_state" there no error from TCL/IVR, but align errors. Also the router can crash but could not reproduce, if I can will post more info here.

Can be reproduced with the minimum script

proc actHandoff {} {puts [infotag get leg_state]}

set fsm(INIT,ev_handoff) {actHandoff same_state}

fsm define fsm INIT

Mar 23 16:13:25: %ALIGN-3-SPURIOUS: Spurious memory access made at 0x334830B0z  reading 0x4

*Mar 23 16:13:25: %ALIGN-3-TRACE: -Traceback= 0x334830B0z 0x36135EF0z 0x361227A0z 0x3613A530z 0x3613944Cz 0x33461B04z 0x334656ECz 0x33441864z

*Mar 23 16:13:25: %ALIGN-3-TRACE: -Traceback= 0x334830BCz 0x36135EF0z 0x361227A0z 0x3613A530z 0x3613944Cz 0x33461B04z 0x334656ECz 0x33441864z

*Mar 23 16:13:25: %ALIGN-3-TRACE: -Traceback= 0x334830C0z 0x36135EF0z 0x361227A0z 0x3613A530z 0x3613944Cz 0x33461B04z 0x334656ECz 0x33441864z

*Mar 23 16:13:25: %ALIGN-3-TRACE: -Traceback= 0x334830CCz 0x36135EF0z 0x361227A0z 0x3613A530z 0x3613944Cz 0x33461B04z 0x334656ECz 0x33441864z

Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.6(3)M, RELEASE SOFTWARE (fc1)

4 Replies 4

Raghavendra G V
Cisco Employee
Cisco Employee

Hi,

Did you try to pass legId, do you have any issues.

set legState [infotag get leg_state $legID]

Thanks,

Raghavendra

Did you try to pass legId, do you have any issues.

Please understand the point I'm trying to make:

Incorrect usage of TCL/IVR statements (missing mandatory parameter in this case), normally causes an error from the subsystem. Not tracebacks and certainly not crashes.

I understand your issue, thanks for the info. I will forward it to Dev Team.

Thanks,

Raghavendra

Thank you. Attached crashinfo file.