mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 14:40:54 +00:00
The sequence app should immediately stop the child when it called parent().exit(). Otherwise, the child will continue execution which causes a race condition: The child's ld.lib.so will eventually destruct an Attached_rom_dataspace for the config rom. If sequence destructed the corresponding service first, we will get an Ipc_error. genodelabs/genode#4267
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.