-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
RUST_BACKTRACE does not work anymore? #50138
Copy link
Copy link
Closed
Labels
O-windowsOperating system: WindowsOperating system: WindowsT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Metadata
Metadata
Assignees
Labels
O-windowsOperating system: WindowsOperating system: WindowsT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have noticed a backtrace absence on Windows for a while. Stable/Nightly - all the same.
Checked on:
stable-i686-pc-windows-msvc
stable-x86_64-pc-windows-msvc
nightly-x86_64-pc-windows-msvc
update 1:
1.24.1works fine. How come?update 2:
CARGO_INCREMENTAL=0has no effect on it.Linux binaries work as expected, with respect of
0,1,fullvalues of theRUST_BACKTRACE.Windows binaries print exactly the same output regardless of environment variable (excluding note):
RUST_BACKTRACE=0:RUST_BACKTRACE=1:Dummy code to reproduce