Aleksey Kliger (λgeek)

Results 129 comments of Aleksey Kliger (λgeek)

@drasticactions do you inject System.Memory for XAML Hot Reload? (pre-net6 ios project)

I've had some luck just `#define`-ing these things away in a header that I pass with a `IncludeFile` `CppOption`. ```c #define __sync_fetch_and_add(ptr,value,...) ({ typeof((ptr)) __hack_ptr = (ptr); typeof (*__hack_ptr) __hack_tmp...

Just hit this today too. This makes it impossible to do aspnetcore development and E2E testing on an arm64 Mac with non-ancient versions of chrome. Is there any reason not...

Turns out it's quite challenging to bump the selenium-standalone version (I gave it a try in #48288, but I think I will need to give up on that PR unless...

Is there still something to do here? I think @javiercn already bumped the version of `chromedriver` that gets used.

yea, it's a runtime issue. Just wanted to bring it up here in case anyone else runs into it

@rolfbjarne I was going to open a new issue for dotnet/runtime with just a barebones LLDB plugin that hosts CoreCLR so that it's easier to reproduce. it's still on my...

Not sure if it's related, but the JVM folks discovered that `pthread_write_protect_np(0)` sometimes causes macOS Sonoma 14.4 to kill a process when it's trying to access unrelated mmaped memory with...

I opened dotnet/runtime#99977 to track potential runtime work. I think it's worthwhile to keep this diagnostics issue open since this is probably where folks will look for SOS issues.