Hi all,
Whenever I throw an exception somewhere in code inside a with_libc lambda expression, and try to catch it outside of that block, it will not catch that exception.
Example:
try {
   Libc::with_libc([&] () {       ...       throw Exception();       ...    } );
} catch (Exception &e) {
          Genode::log("caught");
      }
      
    -- Met vriendelijke groet / kind regards, Boris Mulder Cyber Security Labs B.V. | Gooimeer 6-31 | 1411 DD Naarden | The Netherlands +31 35 631 3253 (office)