Stage deploy: fix account SIGSEGV #145

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

Deploys PR #144 fix to stage: el_img 1-arg → 3-arg extern declaration fix that was causing signal 11 on every request.

Deploys PR #144 fix to stage: el_img 1-arg → 3-arg extern declaration fix that was causing signal 11 on every request.
will.anderson added 2 commits 2026-05-13 17:20:38 +00:00
Fix account page SIGSEGV: el_img extern signature mismatch
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m46s
4ca793ee2c
account.el declared el_img with 1 arg (attrs only) while the runtime
implementation and all other files use 3 args (src, alt, attrs).
The arity mismatch caused the server to crash with signal 11 on every
request — TCP probe passed (bind was fine) but first HTTP hit segfaulted.
will.anderson merged commit 752cc415d1 into stage 2026-05-13 17:20:46 +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#145