-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Description of bug
Currently the try except cell does not work in CppInterOps deployment, despite working in xeus-cpps deployment, and having worked in CppInterOps deployment previously. Now you get the following message if you try and execute the try except block in the deployment example notebook
#include
try {
throw std::runtime_error("Unknown exception");
}
catch (const std::exception& e) {
std::cout << "Caught an exception: " << e.what() << std::endl;
}
Could not load dynamic lib: /tmp/incr_module_4.wasm
93765208
Failed to execute via ::process:Failed to load incremental module
Error: Compilation error! Could not load dynamic lib: /tmp/incr_module_4.wasm
93765208
Failed to execute via ::process:Failed to load incremental module
What operating system was you using when the bug occured?
No response
What is the architechture of the cpu on your system?
No response
What did you build CppInterOp against?
No response