labath wrote:

I figured out the problem, and it's kind of hilarious. Turns out (linux?) 
lldb-server does not actually return partial reads (i.e., it behaves like 
windows), but the reason that the test succeeds (for me) is that the holes in 
the allocated memory get filled my memory allocated by lldb. For whatever 
reason (different kernel) this does not happen on the bot. I guess I'll need to 
fix the memory read issues first..

https://github.com/llvm/llvm-project/pull/104193
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to