POETSII / Orchestrator

The Orchestrator is the configuration and run-time management system for POETS platforms.
1 stars 1 forks source link

Intermittent segmentation fault on task /load #39

Closed AlexRast closed 5 years ago

AlexRast commented 5 years ago

Different issue than #16 because it occurs on a branch that fixed that issue.

Attempted to task /load plate_32x32.xml. This was just after a failed attempt to load the same file (because the task /load line gave the wrong filename). Application segfaults on the load with correct filename.

AlexRast commented 5 years ago

Note that this crash can be reproduced reliably with the steps outlined:

task /path = "/xml" task /load = "plate_32x32" task /load = "plate_32x32.xml"

heliosfa commented 5 years ago

I have been unable to reproduce this in recent versions of the Orchestrator - it would appear that we have corrected this, so I am going to close this for the time being.