Charles Oliver Nutter

Results 1406 comments of Charles Oliver Nutter

JRuby on Windows **not** using WSL does have some IO and subprocess oddities, since there's no support for `posix_spawn`. WSL here is a bit of a red herring; you'd likely...

Are you sure this is a new change? On a hunch I suspected this may have something to do with how our zlib library works (we use [jzlib](https://github.com/jruby/jzlib), a Java...

@mperham I think someone else reported this issue on json repo here: https://github.com/ruby/json/issues/817 The fix is not difficult but I have not pushed it through.

If it's just a matter of inheriting the tracing status from the parent thread, this ought to be pretty easy.

This actually works fine in 9.4.x, and regressed in 10 (which probably added logic to localize events to specific threads). ``` $ jruby -v --debug blah.rb jruby 9.4.14.0-SNAPSHOT (3.1.7) 2025-08-20...

Regressed before 10.0.0.0 release via #8163 by @enebo. I guess limiting it to a single thread forever is not *quite* right.

This does seem to still be an issue on JRuby 9.2.8.0.

Note that running this on recent Java 8 will just use a bunch of memory; I tried choking max heap down for this and the example from rubyzip/rubyzip#322 and it...

@ntkme Could you attempt a PR and see if it fixes the problem?