Mitchell Hashimoto

Results 350 comments of Mitchell Hashimoto

From #3839, I also propose we support an additional size that is a non-% for balancing splits after creation. I'm not sure what this should be, but it should be...

That’s actually a much better suggestion. That’s already being planned in discussion so we should go with that

I'm not 100% sure what's going on here, but Ghostty is multithreaded and each of our threads has an xev loop. What you want to do is setup an `xev.Async`...

This happens to me under a similar setup: NixOS in a VM on aarch64 Mac hardware. And another contributor under the same setup can confirm this also happening. This makes...

I apologize for adding noise, but I know Andrew likes seeing real world blockers on issues and this is a large annoyance for the Ghostty project. We're trying to expose...

> As my understanding is, the crash wasn’t from external references, but from meta.deinit() on recycled slots after deleteOldest: the circbuf resets the slot to its default (undefined cell_map), so...

I think at this point we need some clear test to demonstrate this fix. There is no "timing" related to allocators. You can setup an exact page state as necessary...

I don't know or think #9722 fixes it. That fixes a problem, but I'm still able to get #9721

I think that's luck, since I tested your use case in my build that doesn't have it and it doesn't happen either. There's likely memory corruption happening (probably related to...

Thanks, we're definitely going to need a test to cover this. If you don't get to it I can try eventually