Nils Asmussen

Results 7 comments of Nils Asmussen

I stumbled upon the same issue on my ARMv7 system and fortunately found your fix :) However, there is another bug if the argument `--file-properties` is used. It segfaults somewhere...

> Using my fork, with the patches, I don't get any errors when using `--file-properties`, on armv7h. **(edit)** I am using pacutils-git, with a modified PKGBUILD pointing at my repo...

> I don't see any error or segfault either when a file size does not match. hm, that's strange. No idea why that happens for me then. > I did...

Oh, it was my fault. I didn't see that it still used the old `libpacutils.so` instead of the one I built :see_no_evil: Everything works fine with your patch. Sorry for...

Yeah, it's pretty difficult to try it out without installing it apparently :grin: Taking the PKGBUILD from pacutils-git and changing the repo sounds good.

I addition to the points @udosteinberg already made, not having cross-core IPC is not such a big limitation as you might think it is. Servers can provide an thread+portal on...

> I thought about this problem quite a lot before I added my previous comment. My (perhaps **naive**) _solution_ is not to have `A` call `S` on `CPU1`, but rather...