Memory leakage while compiling imgui-ext
on nightly
#68600
Labels
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Trying cargo build inside of https://github.com/germangb/imgui-ext using
toolchain: nightly-x86_64-unknown-linux-gnu
version: rustc 1.4.2.0-nightly
distribution: arch linux
kernel: 5.4.15-arch1-1
does eat up memory (>28GB) until OS kills it.
On stable toolchain compiling works as expected.
Meta
rustc --version --verbose
:rustc 1.42.0-nightly (8a79d08 2020-01-27)
binary: rustc
commit-hash: 8a79d08
commit-date: 2020-01-27
host: x86_64-unknown-linux-gnu
release: 1.42.0-nightly
LLVM version: 9.0
The text was updated successfully, but these errors were encountered: