-
# Crash report
### What happened?
Calling `difflib._test` in threads in a free-threaded build (with `PYTHON_GIL=0`) will result in aborts or segfaults, apparently related to memory issues:
```pytho…
-
### Relevant config.toml
```toml
C:\categraf-v0.3.82-windows-amd64>categraf.exe --win-service-install
fatal error: kernel32.dll not found
runtime: panic before malloc heap initialized
C:\categra…
-
Arduino is not finding `malloc.h` header. Are you using malloc in the library?
bhack updated
1 month ago
-
Signal handler is calling malloc. Signal handlers should avoid all non-async-signal-safe (approx the same thing as non-reentrant) syscalls as per https://man7.org/linux/man-pages/man7/signal-safety.7.…
-
Since about ~ 2 weeks ago, a large fraction (more than 2/3) of DelphesPythia8_EDM4HEP batch jobs submitted with [EventProducer ](https://github.com/HEP-FCC/EventProducer) fail with the following error…
-
The [trace_malloc](https://github.com/inspektor-gadget/inspektor-gadget/tree/main/gadgets/trace_malloc) gadget doesn't have any test implemented. There is not a built-in version of this gadget, hence …
-
This header, which should be part of the GCC package, is missing and I can't build my software because of that.
Apparently, this file is included in x86, x64 and ppc64 packages, but not arm64:
```
…
-
when I use
```bash
# result-24 -> /nix/store/32vzkyzfncidv4754d6cpnsk15zk34cn-spec2006exe
cd result-24/483.xalancbmk/run
riscv64-unknown-linux-gnu-nm 483.xalancbmk| grep -i jemalloc
# return nu…
-
Currently it's possible to define a malloc capability in code that gets compiled into a library, in effect giving a library a heap quota even if the compartment that includes the library is defined no…
-
Currently user needs to pass `-ljemalloc` linker flag if uses jemalloc pool (jemalloc_pool.a)
This is an issue as jemalloc exports malloc, realloc, free symbols, so actually liking with jemalloc ov…