Martin Krauskopf wrote:
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"')

PS: in this case tester.rb contains just one line "puts 1".

        m.

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

   http://xircles.codehaus.org/manage_email


Reply via email to