Skip to content
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

Open
elsbiet opened this issue Mar 21, 2025 · 5 comments
Open

term_to_binary(Term) fails if Term is a list of processes. #1591

elsbiet opened this issue Mar 21, 2025 · 5 comments

Comments

@elsbiet
Copy link
Contributor

elsbiet commented Mar 21, 2025

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
..

@petermm
Copy link
Contributor

petermm commented Mar 21, 2025

can confirm identical error :erlang.term_to_binary(self()) on 0.6.6..

@pguyot
Copy link
Collaborator

pguyot commented Mar 21, 2025

This is fixed in disterl branch.
See #1358

@elsbiet
Copy link
Contributor Author

elsbiet commented Mar 21, 2025

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?

@petermm
Copy link
Contributor

petermm commented Mar 21, 2025

it's the feature/distributed-erlang - disterl is short for distributed erlang..

@elsbiet
Copy link
Contributor Author

elsbiet commented Mar 22, 2025

works fine and binary_to_term es well.

Processes = erlang:processes(), Processes = binary_to_term(term_to_binary(erlang:processes())).
ok

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,

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

No branches or pull requests

3 participants