Skip to content

src: export manually declared postmortem metadata - #64983

Open
Archkon wants to merge 1 commit into
nodejs:mainfrom
Archkon:meta
Open

src: export manually declared postmortem metadata#64983
Archkon wants to merge 1 commit into
nodejs:mainfrom
Archkon:meta

Conversation

@Archkon

@Archkon Archkon commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Apply NODE_EXTERN to the manually declared nodedbg_* symbols, matching the macro-generated metadata. This prevents Windows LTCG from discarding symbols required by postmortem debugging tools.

Apply NODE_EXTERN to the manually declared nodedbg_* symbols, matching
the macro-generated metadata. This prevents Windows LTCG from discarding
symbols required by postmortem debugging tools.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Aug 3, 2026
@Archkon

Archkon commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

ping @StefanStojanovic

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.27%. Comparing base (219dbd6) to head (948bc1e).
⚠️ Report is 29 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #64983   +/-   ##
=======================================
  Coverage   90.27%   90.27%           
=======================================
  Files         762      762           
  Lines      247524   247524           
  Branches    46693    46684    -9     
=======================================
+ Hits       223451   223458    +7     
  Misses      15494    15494           
+ Partials     8579     8572    -7     
Files with missing lines Coverage Δ
src/node_postmortem_metadata.cc 100.00% <ø> (ø)

... and 27 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@StefanStojanovic StefanStojanovic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

@StefanStojanovic StefanStojanovic added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 4, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Archkon

Archkon commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

@StefanStojanovic Could you take a look at these failed tests ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants