Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rebis-dev: thread 'main' panicked at src/machine/heap.rs:114:14 #2845

Open
triska opened this issue Mar 3, 2025 · 1 comment
Open

rebis-dev: thread 'main' panicked at src/machine/heap.rs:114:14 #2845

triska opened this issue Mar 3, 2025 · 1 comment

Comments

@triska
Copy link
Contributor

triska commented Mar 3, 2025

With rebis-dev, I get:

$ scryer-prolog
?- atom_chars('\0\', Cs).
thread 'main' panicked at src/machine/heap.rs:114:14:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@triska
Copy link
Contributor Author

triska commented Mar 5, 2025

I now get:

?- atom_codes(A, [0]).
   A = '\x0\'thread 'main' panicked at src/machine/machine_state_impl.rs:362:46:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

For the original issue, I now get an unexpected toplevel state:

?- atom_chars('\0\', Cs).
   Cs = 

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant