Calascibetta Romain
Calascibetta Romain
> Are you perhaps missing a Windows system library? I installed all `mingw` stuffs, but I don't know how to get the "Windows system library" on my Ubuntu.
The version is `6.1.4`.
Currently, my unikernel is available here: https://github.com/mirage/dns-resolver I will relaunch it with `-l debug` and give you a more precise trace then :+1:.
> `Obj.size (Obj.magic (Cstruct.create 1024)) is 3` It's probably due to that `Obj.size` does not count `malloc`-ed objects.
This is my last logs just before the `Out_of_memory` with `-l debug`: ``` console 2022-03-12T13:21:44-00:00: EDNS EDNS rcode 0 version 0 dnssec_ok false payload_size 4096 extensions TSIG no console 2022-03-12T13:21:44-00:00:...
Oh ok, so it's only `nnpchecker` and `fp`.
We probably should look deeper and verify that is an expected behavior. I'm not sure that Solo5 should react like this.
I will merge this PR but it seems that the initial error hiddens something bigger than what we expect. I will probably adds fews comments and create an issue from...
Thanks all of you for this great work. We must notice that such work is only integrated for `hvt` and `spt`. The work seems fine as far as I can...