Skip to content

node: search for non-exported symbols directly in the symtab#188

Open
umanwizard wants to merge 1 commit intomainfrom
fix-node-symbols
Open

node: search for non-exported symbols directly in the symtab#188
umanwizard wants to merge 1 commit intomainfrom
fix-node-symbols

Conversation

@umanwizard
Copy link
Copy Markdown
Collaborator

When symbols are not exported, we need to find them by scanning the symtab directly rather than using DT_GNU_HASH and similar mechanisms.

The symbols we need are not exported in v24.11.1 and higher; this commit fixes that issue.

When symbols are not exported, we need to find them by scanning the
symtab directly rather than using DT_GNU_HASH and similar mechanisms.

The symbols we need are not exported in v24.11.1 and higher; this
commit fixes that issue.
@umanwizard
Copy link
Copy Markdown
Collaborator Author

segfaults in tests might be due to open-telemetry#877

@github-actions
Copy link
Copy Markdown

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions Bot added the Stale label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant