-
Hi, I'm encountering an error when attempting to open a .gfa file in BandageNG. The following message appears:
There was an error when attempting to load
/home/florenmartino/Documents/Code/Dylans_…
-
Repro:
```sh
# Prerequisite: Environment that can compile or cross-compile aach64-linux-gnu
git clone https://github.com/taiki-e/atomic-maybe-uninit.git
cd atomic-maybe-uninit
git checkout …
-
In some existing in-line assembly code we use `%U1` opcode modifier like `ld%U1 %0, %1` in the Linux' accessors (see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arc/i…
-
### Description of bug
Running pathracer on an assembly graph generated from SPAdes4 and a DNA hmm profile, makes it crash after extracting the unique edge paths.
[test_data.zip](https://github.com/…
-
## Bug Report
@crtrott it seems that commit a5eb4d4 is causing our application, GEMMA, to hang in the latter portions of the simulation. All we have to offer for diagnosing the problem so far is the …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
This is a Feature request to add some visual clue, at least at the tree, to distinguish be…
MiqCG updated
1 month ago
-
Dear Bambu team,
I am running a massive project with 480 BAM files with ~4.8 TB total data.
Following the previous suggestion for Bambu, I am running first the extended annotations (`quant = FALSE…
-
From start to finish for every single code block.
-
### Code
```Rust
#![no_std]
#![no_main]
#![feature(asm_experimental_arch)]
use core::{panic::PanicInfo, arch::asm};
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
#[no_mangle]…
-
On x86-64 with `-fstack-clash-protection`, the following code compiles to an infinite loop that consumes all physical memory:
void foo() {
char x[0xa0000000];
}
It works fine o…