A C++ client crashes if you create an empty
DeviceAttribute object and then you insert data using a
C++ vector. This kind of code
DeviceAttribute da;
da.set_name("AnAttribute");
vector<long> vl;
vl.push_back(1111);
vl.push_back(2222);
da << vl;
It is annoying because this feature is used by PyTango
to write Spectrum or Image attribute.
There are a couple of e-mails (Feb/March 2006) in the
Tango mailing list related to this issue.
It is solved and commited in the CVS.
Will be part of 5.5.1 or 5.6
Manu
Logged In: YES
user_id=569547
Originator: YES
Buf fix incorporated in Tango 6