Skip to content

Removing dependency on glib in code which runs external executables. Probably solves (BUGZ-3925)

The glib code which handles child and fifo connections seems to be not very reliable if multiple context loops are running. Taking into account that behavior also cahnges between versions and to reduce maintenance dependency on glib is removed for Run and Watchdog classes.

Edited by Maiken

Merge request reports