Louis Brunner

Results 151 comments of Louis Brunner

The difference of error is most likely due to a race condition but does seem to indicate there are multiple issues at play: * `Tcl_Panic` from the main thread most...

> 10.13 doesn;t use DSC (or at least it was still possible to request to use files rather than DSC). I think that 10.15 was when the option to use...

Thanks for looking into this @paulfloyd. Given that `pipe()` is failing with 0x18 (i.e. errno EMFILE, Too many descriptors are active), could these issues be related? Are we aware of...

Thanks a lot @paulfloyd for looking into that. @EricBrunel with all the changes merged on main, your program should run fine now (it works for me on amd64 15.0). Feel...

Hi @jimklimov, Can you give more details on what you are trying to do? I wasn't aware of this GitHub change however it doesn't seem to be affecting this action...

Ah, I think I see. If I understand correctly, you were creating the initial check with another action then using `checks-action` to update it? I have never tried it that...

The latter seems easy to fix (https://github.com/LouisBrunner/valgrind-macos/blob/main/coregrind/m_mach/dyld_cache.c#L33, it's been 5y+ since the last 32-bit compatible macOS, didn't think about that) but no idea for the former. What's your SDK version?...

That's probably a simpler fix than what I did... Too bad we can't get rid of the SDK parsing in other places.

Adding @paulfloyd info from #136 here. > I came across this discussion on Reddit: > > https://www.reddit.com/r/rust/comments/1lg12fm/trying_to_profiling_heap_on_macos_is_frustrating/ > > Hope it is of use.

I am wondering if only macOS 15 (or M1 Macs) should be forbidden to build without the env var. I don't have access to a non-M1 arm64 Mac but I...