Ignore:
Timestamp:
Jul 25, 2011, 10:33:19 AM (13 years ago)
Author:
Sam Habiel
Message:

BMXMON fix; updated all routines to v 2.31

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BMXNET_RPMS_dotNET_UTILITIES-BMX/trunk/m/BMXMON.m

    r1087 r1209  
    1 BMXMON   ; IHS/OIT/HMW - BMXNet MONITOR ; 7/20/2009 ; 12/7/10 3:20pm
    2            ;;2.3;BMX;;Jan 25, 2011
     1BMXMON   ; IHS/OIT/HMW,VW/SMH - BMXNet MONITOR ; 7/20/2009 ; 7/25/11 9:32am
     2           ;;2.31;BMX;;Jul 25, 2011
    33           ;
    44           ;IHS/OIT/HMW Patch 1 added validity check for passed-in namespace
     
    1616           ; Set Process Name crashed on Cache due to undefined IO("GT.M").
    1717           ; Now this is surrounded by $Get to prevent this error.
     18           ; 6/25/2011: Fix to error trapping introduced by last patch.
     19           ; Having N $ETRAP before setting $ETRAP as the backup trap causes
     20           ; an infinite loop because of the restoration of the old trap
     21           ; which lead it there in the first place. Removing N $ETRAP.
    1822           ;
    1923STRT(BMXPORT,NS,IS,VB)   ;EP
     
    332336           ;
    333337           ; Change trapping during trap.
    334            N $ETRAP S $ETRAP="D ^%ZTER HALT"
     338           ; V:2.31: Removed N $ETRAP as it caused an infinite loop
     339           ; when combined with the penultimate line of this trap.
     340           ; N $ETRAP causes it to revert back to the old trap which
     341           ; is this EP when a quit happens to pop the $STACK.
     342           ;
     343           S $ETRAP="D ^%ZTER HALT"
    335344           ;
    336345           ; If the error is simply that we can't write to the TCP device
Note: See TracChangeset for help on using the changeset viewer.