-
./trace-bpfcc -UK __alloc_pages -L $(pidof myhi)
I trace my demo program, it output like this:
```
PID TID COMM FUNC
132657 132657 myhi __alloc_pages …
-
Hi, folks—this is a weird one. We (@avanhatt and I) ran into this using our F1 instance for v3.0.6, which is `i-038b396c43b1e06e1`.
The symptom is that a pretty small function executes incorrectly …
-
We're hitting the metadata->IsEmpty() assert on shutdown inside VmaDeviceMemoryBlock::Destroy however VmaBlockMetadata_TLSF::DebugLogAllAllocations() isn't printing a list of unfreed allocations - we'…
-
I have downloaded the esp-gdbstub repository, compiled the sources and placed them in an archive. When I now try and link the gdbstub archive with me simple C application, I find that I get the error:…
-
I am trying to build amifldrv on Fedora 39.
I finally after much frustration downloaded and compiled the kernels as talked about in the afulnx documentation.
They fail to mention that I need to down…
-
Hello, thanks for the great tool !
I am trying to reproduce a bug in libtiff 4.0.4 with linux mode, but I can't manage to get a proper snapshot of my VM because of an out of memory error.
## Ta…
-
### Description of the problem
While benchmarking the [Hyrise DBMS](https://github.com/hyrise/hyrise) inside Gramine, a student and I found the following performance issue: Hyrise regularly allocat…
-
Collected while studying spec for info relevant to CMOs: SFENCE.VMA, delegation, and virtual memory.
For https://riscv.org/specifications/privileged-isa/
as downloaded earlier today, 10 Feb 2020.
…
-
A few of the parameters (VMAs) are not specific to an individual solution: fuel cost and discount rate are two and there may be more. Scenarios each have their own individual settings for these para…
-
First of all, I'm not quite sure if this is a bug or a wished behavior, but if it's the latter, I'm curious what the use case might be.
### Context
I have a valid `main.elf` and need to write its …