Thomas Knauth

Results 6 comments of Thomas Knauth

#909 and #910 summarize my findings. Thanks for digging into this!

I agree, it would be a breaking change. As far as I can tell, it has no users. I stumbled upon it while prototyping something. Some of the methods in...

One thing I recently discovered is that if you just "forge build" you will not arrive at the same address because the bytecode differs. Apparently, the final portion of the...

Even setting the limit from within the application is not guaranteed to work. By the time the app's main() function is reached and a new limit may be set, the...

Pretty much. In our case, it is Rust code using the tokio async runtime.

Since it came up again recently, a work around is to set limits and then `exec` into the actual binary. If this binary now forks/spawns threads before its `main` function,...