-
```
On OS X, since ASan is a dynamic shared library, there are cases when the
runtime is initialized "late". For example when the main executable is not
instrumented, but another library that is loa…
-
### Description
Detected a memory leak in exported C-code / FMUs.
Memory pool continues to grow until simulation crashes/is killed by the OS due to excessive memory usage.
### Steps to Reproduce
…
-
I am interested to iterate over BAM records `.bam` that have supplementary index files `.bai` using XAM.jl. Now I have a bed file of interesting regions, I want to iterate over all **bam records** fo…
-
Hi, minor bug to report regarding the MPU configuration in armv7-m:
The cortex-M7 MPU supports configuring regions up to 4GB in size (_see ARMv7-M Arch. Reference Manual, System Address Map :: B3.5…
-
Currently, the bootloader has some issues handling BIOS memory maps that contain very high addresses, such as around the 1TB mark, and/or very large regions (in excess of 500 GB). Depending on the `bo…
hawkw updated
2 years ago
-
**_Reported by Andrew Boie:_**
For memory protection we are going to need to carve up the address space into different regions with different access policies. Program text, rodata, kernel data, appli…
-
-
If I build litex with the option --with-spi-flash, the flash returns all 0xff
I then uncommented the line #define SPIFLASH_DEBUG in spiflash.c and re-built.
On boot up I got the following:
```…
-
More specifically, `win_mem` fails to build.
The last change to `win_mem` was approx. 4 years ago and the github repo listed on crates.io is gone (https://crates.io/crates/win_mem links to https://gi…
-
Today we store proofs in the DB, mainly for simplicity and to ensure we can atomically update proofs when we modify assets. IMO what we really want to do is only store them on disk, them use memory-ma…