[Xotcl] NX: crash report

Victor Mayevski vitick at gmail.com
Thu Apr 14 01:52:45 CEST 2011


The following (incorrect) usage will cause a crash:

*****
% o attribute {a v}
::o::a
% o::a       #Incorrect usage
Segmentation fault
*****

The next one, however, does not crash:

*****
% Object create o
::o
% o attribute {a v}
::o::a
% o a       # Correct usage first
v
% o::a      # Incorrect usage
can't read "o::a": no such variable
    while executing
"o::a"
%
*****


More information about the Xotcl mailing list