-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
cargo build dumps core on latest nightly with Hello World project (macOS) #46505
Copy link
Copy link
Closed
Labels
I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Metadata
Metadata
Assignees
Labels
I-compiletimeIssue: Problems and improvements with respect to compile times.Issue: Problems and improvements with respect to compile times.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Updated to the latest nightly earlier today, and immediately started noticing a marked compile time slowdown in
cargo build(debug mode) for small projects.EDIT: Turns out the slowdown is because it's dumping a core to
/cores, I worked this out when my machine became completely full 😁 .Platform: macOS High Sierra.
NOTE (added by @pnkfelix): it appears you need to turn up a core dump threshold to observe this, e.g. via
ulimit -c unlimitedSorry if this is a duplicate, didn't see anything relevant in the issue tracker.