bernhardu
bernhardu
> I also needed to revert the min max patch > > The windows.h header (or more correctly, windef.h already include min and max. This conflict with std::min std::max To...
Thanks for taking your time to look at those changes. It took me some time to setup a VS community edition. Unfortunately it is a 2022, but I guess using...
Hello, I tried now several things with my community 2022 edition. This led to the patches collected in [this branch](https://github.com/bernhardu/UltraVNC/commits/mingw_20220919). The min/max patch touches now less lines, and compiles for...
> From #2883: We would also need to be able to run rr with the ASAN library dynamically linked, but NOT pass that library name through to rr's spawned children....
> Ah, I was thinking that ASAN uses LD_PRELOAD, but I guess it doesn't the way you're building it. That would be at least needed when inspecting a library built...
> This doesn't really solve the issue, and it actually masks the fact that support for running ASan binaries in rr is currently broken (I'll open a PR to fix...
Rebased to current head, because a few cheap patches got merged separately. Remaining patches are unchanged.
@Bob131 I hope it is ok to integrate your patches to this draft?
@gotlougit Are you running at a secure boot enabled system?
A workaround might be to just activate gdb after the process reached its "32-bit state" e.g. by "rr replay -g 200" ``` benutzer@debian:~/rr$ rr replay ... 0x00007fb617e49090 in _start ()...