System triggered from inside of tracing behaves oddly
-----------------------------------------------------

                 Key: JRUBY-2815
                 URL: http://jira.codehaus.org/browse/JRUBY-2815
             Project: JRuby
          Issue Type: Bug
          Components: Interpreter
    Affects Versions: JRuby 1.1.3
            Reporter: Martin Krauskopf


Try following sniped:

  $ 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, so not regression.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to