-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
term_to_binary(Term) fails if Term is a list of processes. #1591
Comments
can confirm identical error |
This is fixed in disterl branch. |
excuse me, but i'm not very used to github and cannot find the 'disterl branch'. i only see release-0.6 and feature/distributed-erlang on https://github.com/atomvm/AtomVM/branches/ have you got any suggestions? |
it's the feature/distributed-erlang - disterl is short for distributed erlang.. |
works fine and binary_to_term es well.
btw: i have implemented a little nif for the esp32 which retrieves the unique flash id. if anyone is interested in this nif, i would be glad to contribute both, |
ProcessesBinary = term_to_binary(erlang:processes())
results in
AtomVM init.
I (858) sys: Loaded BEAM partition main.avm at address 0x210000 (size=1048576 bytes)
Starting application...
Unknown external term type: 19
abort() was called at PC 0x40156e4b on core 0
0x40156e4b: serialize_term at /home/splge/ATOM/dist/0.7.0-dev+git.025f33bb/src/libAtomVM/externalterm.c:395
Backtrace: 0x40081e6e:0x3ffbb500 0x4008ced1:0x3ffbb520 0x40095d81:0x3ffbb540 0x40156e4b:0x3ffbb5b0 0x40156cbd:0x3ffbb5f0 0x40156e59:0x3ffbb630 0x40156e67:0x3ffbb650 0x40156f5a:0x3ffbb670 0x4014c145:0x3ffbb6a0 0x400f4244:0x3ffbb6c0 0x4012589d:0x3ffbb770 0x400dc7b0:0x3ffbb790 0x402005d3:0x3ffbb7d0 0x4008daf5:0x3ffbb800
0x40081e6e: panic_abort at /home/splge/esp/esp-idf/components/esp_system/panic.c:472
..
The text was updated successfully, but these errors were encountered: