-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.2.1
### What's Wrong?
正常运行中,偶尔出现超时…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
2.0.2.1
### What's Wrong?
正常运行过程中,偶尔出现…
-
When linking with `lld-link`, which provides the MSVC flavour linker with LLD subtype, the ASAN runtime selection falls through to the Linux branch and tries to link the non-existent `librustc-dev_rt.…
-
getting this error when running the script
`fatal: clone of 'git://github.com/riscv/riscv-qemu.git' into submodule path '/home/sanchit/riscv_install/riscv-gnu-toolchain/riscv-qemu' failed
Failed to …
-
I tried this code:
```rust
#[no_mangle]
pub static mut a: i32 = 0;
pub static mut g: [i32; 1] = [0; 1];
fn myfunc() {
unsafe {
while a != 0 {
let mut c = &mut a;
…
-
Compiling a project for the `i686-unknown-hurd-gnu` target using rustc 1.85.0-nightly (a47555110 2024-11-22) results in the following compilation error:
```
error[E0609]: no field `st_fsid` on type `&…
-
**Hi we're getting the following error while trying to cross compile for mips**
```
-- The C compiler identification is GNU 5.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI…
-
I tried this code:
```rust
fn main() {
// test if allocation is totally broken
let string = String::from("Hello RISC-V from Rust!");
println!("{}", string);
}
```
with this .cargo/config…
-
-
The build process, as [described](https://github.com/UzL-ITS/MAMBO-V?tab=readme-ov-file#build), fails due to a missing `libelf.h` file.
This issue was encountered when testing within Docker using Ub…