Thomas E Enebo wrote:
We plan on trying to release JRuby 1.1.3 by the end of the week
(hopefully on Thursday).   If people have "must-haves" or
"it-would-be-dreadfully-nice-if" issues, then please let us know.  We
have a three or so days to square things away.  One issue is adding 64
bit support for Linux POSIX functions...others?

One other issue(s) I'm having and not sure about the culprit. Might have
something to do with the following snipped:

  $ cat tester.rb
  Kernel.set_trace_func(lambda do |_, _, _, _, _, _|
    system('echo "give me all resources!"') end)

  cheers

Try to run it under ruby:

  $ ruby tester.rb

and under JRuby (interpreted):

  $ jruby --debug tester.rb

This one does not work with JRuby 1.1.2 as well, so not regression.

I've come to this while trying to figured out why evaluating such call
from within debugger session freezes (failing debugger test revealed
that):

  $ jruby --debug `which rdebug` tester.rb
  tester.rb:1
  puts 1
  (rdb:1) e system('echo "hi"')

The JRuby just freezes in this case, does not eat up memory and CPU.
This one works correctly with JRuby 1.1.2, so seemingly JRuby 1.1.3
regression.

I've filed:
  http://jira.codehaus.org/browse/JRUBY-2815
  http://jira.codehaus.org/browse/JRUBY-2816

Second one as blocker since I'm not sure about consequences (and it's
regression).

        m.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to