| Summary | Orbix idl compiler generates different stub code each time it is executed. |
|---|---|
| Environment | Orbix 6, all operating systems |
| Question/Problem Description | Orbix idl compiler might generate code that looks slightly different each execution iteration. This is caused by an internal iteration over a hash table keyed by pointers to nodes in the IDL syntax tree, which produces different orders depending on pointer values. |
| Clarifying Information | |
| Error Message | |
| Defect/Enhancement Number | |
| Cause | |
| Resolution | While the stub/skeleton code might be a bit different, it is still a correct code. It will compile and run correctly with no errors. This does not constitute a bug, and will not interfere with Orbix code proper execution. |
| Workaround | |
| Notes |
#IDL
#Orbix6
#COMPILER
#KnowledgeDocs
#Orbix