TASTE bugtrack - Taste
View Issue Details
0000699Taste[All Projects] Generalpublic2017-10-26 14:092018-01-23 15:41
miguel_munoz 
maxime 
normalminorhave not tried
assignedopen 
All
0000699: Native encoding not checked between nodes of different architecture
The editors and code generation allow that an interface with parameters set to native encoding is deployed between nodes that have a different architecture (e.g. x86 and leon). The information contained in the models should be sufficient to detect this condition, and report an error. Otherwise, at runtime, this will produce garbage data or possibly a crash.
No tags attached.
Issue History
2017-10-26 14:09miguel_munozNew Issue
2017-10-26 14:49ttsiodrasAssigned To => maxime
2017-10-26 14:49ttsiodrasStatusnew => assigned
2017-10-26 14:50ttsiodrasNote Added: 0003063
2018-01-23 15:41maximeNote Added: 0003206

Notes
(0003063)
ttsiodras   
2017-10-26 14:50   
Indeed, this should be handled. Maxime, can the check be done in buildsupport?
(0003206)
maxime   
2018-01-23 15:41   
I propose an alternative : we should rename "Native" to "Automatic" and let the tools make sure the encoding ensures consistent data. On local nodes, Native will be chosen, and whenever there is distribution across networks, uPER would be chosen.