Louis Brunner
Louis Brunner
Quick update, I already posted this on Discord, but I found a nice workaround for the compilation issue and managed to load the guest binary quite reliably. @paulfloyd Same thing...
It's difficult to pin down because I have many different scenarios. ### Running with vgdb I get SIGILLs during the early stage of dyld setup (around this area https://github.com/apple-oss-distributions/dyld/blob/d1a0f6869ece370913a3f749617e457f3b4cd7c4/dyld/dyldMain.cpp#L1195). The...
Hi @barracuda156, While PowerPC is supported for Linux, it doesn't seem like it was ever supported for macOS (couldn't find any reference to it in the code but the upstream...
Hi @shashtag, I am not sure I understand. Could you explain in bit more details what you want to achieve and how it relates to `dnd-multi-backend`?
Which pipeline are you using? `rdndmb-html5-to-touch`? In any case, if you create your own pipeline you can easily customize the events that trigger the switch between HTML5 and Touch. See...
Hi @mattwood-microchip, Weird, everything seems to be working... What's the output of `dig` in that scenario?
Hi @Gillian-Delvigne, Did you build your binary using `-g`?
> Quite likely an issue with ML_(check_macho_and_get_rw_loads). Linkers like mold have been giving us a hard time on ELF-based systems and the Valgrind code that assumed that ELF means one...
> > Hopefully that will be fixed after the merge. > > If this refers to the merge earlier this week, then no, we still see this on [41b40db](https://github.com/LouisBrunner/valgrind-macos/commit/41b40dbc8be0229f94714e2586f36db874767c25) (from...
> Good point [@paulfloyd](https://github.com/paulfloyd), I had such an issue on arm64 with some read-only segments having the wrong protection (no idea how that's possible) which was messing this up. Hopefully...