-
Hi,
The pulsar template depends on the HTCondor template, and also on a specific VMI. The deployment fails if the user has not selected it.
However, this failure happens after HTCondor has been …
-
Hello everyone,
thanks to everyone for the great work!
I want to setup a callback which registers every memory access with its corresponding PID. For a first prototype I have modified the code i…
-
There's a special case where no vmi is running on the node, in which case the node logs aren't collected. This hinders debugging of flaky tests (in the case of sig-operator tests flaking i.e.)
Appa…
-
**Describe the bug**
We have OS and OSD setup on k8s with Keycloak. The OSD Discover page seems to work fine for around 30 mins before it starts giving `failed to fetch` error when using the search…
-
Si richiede la possibilità di inserire alcuni eventi all'interno del Report 18008259 "EOS Calc. and Post VAT Settl.". In allegato troverete il file Word con gli eventi da creare e l'ultimo report stan…
-
Help me pls!!
now I'm try to install VMIdbg on ubuntu server 16.04 but it's error when i run "make" and "make install"
server@server:/Downloads/vmidbg-master$ sudo su
[sudo] password for server…
-
Hi,
I am testing r2pipe in Python and i have a case where the url that open generates a lot of output.
The rest of my script attempt to run `pd 10` and get the result:
~~~Python
r2 = r2pipe.open…
-
Hi !
I think there is a little error in the API documentation of the function `vmi_v2pcache_flush`:
~~~C
void vmi_v2pcache_flush (vmi_instance_t vmi)
~~~
However, the function implementation …
-
Hi,
I just found this small API design issue in `vmi_are_events_pending`:
https://github.com/libvmi/libvmi/blob/master/libvmi/driver/driver_wrapper.h#L427
~~~C
static inline int
driver_are_ev…
-
I caught an error when translate dtb to pid, i turn on DEBUG_ALL and find the error happened when vmi_translate_kv2p called. I think the root cause of the error is that the vmi->kpgd was destroyed be…