-
### Description
Package fails to build if `conan install` is running inside [docker with enabled remapping](https://docs.docker.com/engine/security/userns-remap/).
The problem seems to be with […
-
A single `nallocx` call takes ~10-15ns in my test system.
Currently, Rust needs to, call `nallocx` on allocation:
```rust
let flags = align_to_flags(align);
let p = mallocx(size, flags) as *…
-
Currently some of the heap parsing depends on how `rizin` is compiled. While it will work for the local native debugging it will inevitably fail in cases of the remote debugging or coredump/minidump f…
-
Hi,
Im working on project using FBVector and FBString and while trying to compile with jemalloc i get errors like: ```redefinition of 'mallocx' as different kind of symbol```, while defining ```USE_J…
-
What exactly are the guarantees that jemalloc's `malloc` provides in terms of alignment?
The docs say
> The allocated space is suitably aligned (after possible pointer coercion) for storage of a…
-
Note `-D_FORTIFY_SOURCE=3` is a new feature of GCC compiler and I see the following problem:
debugging patch:
```patch
diff --git a/test/integration/rallocx.c b/test/integration/rallocx.c
index …
-
### Summary of Problem
The code below nondeterministically attempts to dereference nil, or hits a LocaleModel error, or just segfaults.
Some of the other variants hit just the dereference nil er…
-
Hello
use jemalloc, find a bug.
tpp.c:62: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio
-
```
Error: database integrity error occurred: trying to append data to Sidecars as block #40888244 but expected block #40888243
Caused by:
trying to append data to Sidecars as block #408882…
-
I am trying to run this on a router, and while it works, it only works for a very short period of time. Shortly after I set it as the default route, I get the following message before it aborts: `memo…
ameir updated
1 month ago