FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Implement :fiber_switch trace event by headius · Pull Request #9603 · jruby/jruby · GitHub

/ jruby Public

Implement :fiber_switch trace event - #9603

Open
headius wants to merge 2 commits into
jruby:masterfrom
headius:fiber_switch_event
Open

Implement :fiber_switch trace event#9603
headius wants to merge 2 commits into
jruby:masterfrom
headius:fiber_switch_event

Conversation

headius commented Aug 21, 2026

Copy link
Copy Markdown
Member

This is mostly working, but does not yet pass CRuby's test_fiber_switch in test_setttracefunc.rb for a few reasons:

  • The current thread check there is incompatible with JRuby's Thread.current being different for each Fiber.
  • Raise events are not being triggered from Fiber.raise or Fiber errors.

As usual, for accurate file and line numbers, it should be run with --debug.

Might be enough for #9600.

This is mostly working, but does not yet pass CRuby's
test_fiber_switch in test_setttracefunc.rb for a few reasons:

* The current thread check there is incompatible with JRuby's
  Thread.current being different for each Fiber.
* Raise events are not being triggered from Fiber.raise or Fiber
  errors.

As usual, for accurate file and line numbers, it should be run
with --debug.

Might be enough for jruby#9600.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL