David Rubin
David Rubin
Interestingly, when I run this on an actual windows machine, I get it going between the right answer and `0 0 0`. When I run it in wine, it is...
> I don't think I was and I am sorry if I offended you in any way, but taking a quick look at the code reveals this: As mentioned above,...
> Reason is, the code was produced by a machine and it was never the intention for a human to actually read this produced code as primary source for the...
Got this stack trace from our CI at work: ``` WARNING: ThreadSanitizer: data race (pid=1385) Write of size 4 at 0x55e0a0949958 by main thread: #0 Progress.Node.init /home/circleci/project/workspace/zig/lib/std/Progress.zig:288:56 (test+0x305ab1d) #1 Progress.Node.start...
I would be very interested to know what it is even trying to open. If anyone is able to repro this with strace or something, that would be big.
The 31 and 60 relocs are valid, but they seem to not be implemented in LLD https://refspecs.linuxfoundation.org/ELF/ppc64/PPC-elf64abi.html#RELOC https://github.com/llvm/llvm-project/blob/main/lld/ELF/Relocations.h#L102-L106
Mold does implement these relocs, maybe you could workaround by using it?
That is not status quo and I think unrelated to this PR.
Developers of the compiler, although if users were to build a compiler with this enabled, I guess they could benefit from the analysis breakdown. Obviously, this is tracing functions inside...
> Glad to help, and don't worry I'm not getting burnt out by this, it's relatively easy to rebase when you do it often and do not let too many...