Stage deploy: fix account el_meta SIGSEGV #147

Merged
will.anderson merged 2 commits from dev into stage 2026-05-13 17:42:10 +00:00
Owner

Deploys #146 fix to stage.

Deploys #146 fix to stage.
will.anderson added 2 commits 2026-05-13 17:42:02 +00:00
Fix account page SIGSEGV: el_meta extern arity mismatch (1-arg → 2-arg)
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m42s
8f91a80be7
el_meta was declared as el_meta(attrs) in account.el but the runtime
C implementation expects el_meta(name, content). Same arity crash as
the prior el_img fix — runtime passed garbage on the stack.
will.anderson merged commit ab83b1653c into stage 2026-05-13 17:42:10 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#147