James R T

Results 39 comments of James R T

Do take note that if `VOTE_VTG` is actually related to the "Clip State Machine" and requires an emulation of that CSM to work properly, then this issue might remain unresolved...

I also had a use case of attempting to search through COM GUID identifier string attributes when I stumbled upon this issue. This feature would be very helpful for both...

> it seems to be it would be much better to do this on the service management side - and set the rlimit-core to 0 when the rate limit is...

@bluca I have a question regarding this new approach. Implementing this rate limiting on the coredump side would allow users to rate limit the coredump generation of **_all_** services by...

Hi @bluca, apologies for the late update since I have been busy with other work. I have modified the approach of this PR to perform the rate limiting on the...

Before I forget, I would also like to raise one concern about this approach. This implementation checks the rate limits when `service_enter_dead` is called since we can check for a...

Hi folks @poettering @bluca, I have spent some time evaluating the different approaches for this feature and I have also taken some preliminary profiling data. I thought that I would...

> So if a coredump event that userspace immediately refuses (i.e. closes the pipe on) causes the kernel to still do all the work anyway, then this is pretty clearly...

I can confirm that I also encounter this issue, even with no mods/cheats enabled: https://github.com/Ryujinx/Ryujinx/assets/18364745/b4d409c5-b7c1-4a7d-b7d1-3dd91a9fbb42 This also happens for lava falls: https://github.com/Ryujinx/Ryujinx/assets/18364745/985ad1c4-f849-4654-a90e-80b969fed213 | Details | Specifications | | :---: |...

Requesting a review from @shiftkey and @bdougie. Thank you!