Skip to content

[Bug]: Fixing exceptions in xeus-cpp deployment #665

@mcbarton

Description

@mcbarton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions