libumem
libumem
@xwings Ok, I disabled the unit tests I had provided, as they won't yet work until my examples are accepted upstream in `rootfs`; let alone the issues I outlined in...
> We still have tons of issue witl multithread. FWIW, one problem I've pointed out is with a single test case -- and only under unit testing, not the underlying...
I appreciate the feedback @elicn I'm running into a couple of issues with the tests I have written, both in `test_elf.py` 1: When trying to feed my `epoll_0` example input...
@elicn Thanks for your patience, I've had some stuff come up IRL that's delayed my response. > The functions called later on need the events data, which is the first...
Looking into the permission denied errors I'm getting when running the whole test suite here
Rolled back to `b724f4cf63de7a2fd88239b12c3eaca9a8122c80` which fires a `UC_ERR_READ_UNMAPPED` error in the `test_elf_linux_x8664_epoll_server` test case. Ran in PDB, which shows what I think is the issue -- this is what I...
@elicn Done
Commented out the test case, will dig deeper with what's going on in unittest.
@elicn Up to you if you want to merge as is, or I can convert to draft PR pending any feedback on the python issue tracker...or elsewhere. The blocker was/is...
@elicn Thoughts?