Skip to content

panic when trying to asserta/1 a process handle #3300

@danilp-id

Description

@danilp-id
?- use_module(library(process)).
   true.
?- process_create("true", [], [process(P)]), asserta(process(P)).


thread 'main' (115132) panicked at src/machine/loader.rs:1416:115:
called `Result::unwrap()` on an `Err` value: ()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions