Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0
-
None
-
4.0.0-1
Description
Simple example:
DataRec := RECORD INTEGER2 f; INTEGER2 v; END; d := DATASET([{1,2},{3,4}],DataRec); i := DICTIONARY(d,{f => v}); OUTPUT(i[3]);
That syntax checks but when attempting to execute against Thor, I get:
Error: System error: 0: Error loading /var/lib/HPCCSystems/myeclccserver/libW20130828-174842.so: /var/lib/HPCCSystems/myeclccserver/libW20130828-174842.so: undefined symbol: _Z26rtlDictionaryLookupSignedNjPPhjyS_