-
### Describe the bug
There is a deadlock in `drop_as_last()` at src/mm/page/meta.rs:156 when call system call `fork` lots of times.
https://github.com/asterinas/asterinas/blob/7ddfd42baa210656127044…
-
Not even building a fresh project. Yes VS desktop C++ has been installed and been added to path variables. Also mingw64 has been installed and that too has been added to the path variable
Error:
…
-
### Describe your question
gbh@ubuntu:~/Desktop/emu-ex-plus-alpha/imagine/bundle/all$ source makeAll-android.sh
running make on src/libcxx/android-armv7.mk
Configuring libc++...
dir=`pwd` && cd /t…
-
sorry if the title is a bit too long; but this entire issue is basically title. I have no idea how this could be handled if there is already a `rust-toolchain.toml` file, but I think it would be nice …
-
## Bug Report
### What version of TiKV are you using?
["Git Commit Hash: b7103fab92af010ce709238a2e243dc8ab7eba56"] [thread_id=1]
### What operating system and CPU are you using?
###…
-
Found while tinkering with the asm macro for embedded purposes.
It should be noted that it doesn't occurs when building in release.
### Code
See [asm_rustc_crash_debug_no_regs](https://github.com/T…
-
Problem: cc is unable to find stdc++ when building an example for a library crate.
✅ works: binary crate, call c++ from example
lib_x/
src/
main.rs
examples/
test.cpp …
-
# 🐞 bug report
### Affected Rule
`rules_python 0.35.0`
### Is this a regression?
Yes
### Description
The latest version of `rules_python` is not caching the Python toolchain correctl…
-
The following example has recently started causing rust-lld to crash on x86_64-pc-windows-gnu:
```rust
#![no_main]
#![allow(internal_features)]
#![feature(no_core)]
#![feature(lang_items)]
#![…
ehuss updated
3 weeks ago
-
**Toolchain:** `stable-x86_64-pc-windows-gnu`
**Rust version:** `1.62.1`
**Cargo.toml**
```toml
[package]
name = "a"
version = "0.0.1"
edition = "2021"
publish = false
[dependencies]
rocks…