Conversation
Oracle UEK8 rejects Node SEA PT_NOTE blobs larger than 4 MB, so npx t3 and the installer fail with a bare exec-format error. Print a targeted hint (RHCK / from-source) from the npm launcher, legacy launcher, and install.sh, and document it next to Intel Macs.
CodeRabbit docstring coverage is scoped to functions this diff touches. The UEK8 hint constant sat between the file comment and legacyCliLauncherScript, so that function no longer had an attached docstring (0% of 1). Restore a one-line TSDoc on it. Co-authored-by: maco <macodev00@users.noreply.github.com>
Issue 12628's verified workaround is capping the installed binary's PT_NOTE p_filesz at 4 MB. Put that next to RHCK and the from-source path in the shared hint, installer diagnostic, and install notes. Always print the Linux installer hint: some shells swallow ENOEXEC and leave no diagnostic text to match.
On Linux, stderr writes to pipes are async, so process.exit can drop the UEK8 hint. Exit from that write's callback on both launchers, and ignore a later child event so it cannot exit first. Derive the installer smoke-test archive name from the host platform. Co-authored-by: maco <macodev00@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/uek8-enoexec-hint-06c3
branch
from
September 22, 2026 06:33
bb4c998 to
41c865e
Compare
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
p_fileszat 4 MB (reapply after every update), alongside RHCK and the from-sourcenode apps/server/dist/bin.mjspath.Linked issue
Fixes pingdotgg#12628
Test plan
p_fileszcapNotes
Tiny reliability/docs-adjacent fix only; no new user docs page (AGENTS.md: default no docs). The PT_NOTE workaround lives in the shared hint, a nearby code comment, the installer diagnostic, and the existing Oracle Linux install note.