New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profiler crashes with java.lang.RuntimeException: BUG: refined marker called as method
#6038
Milestone
Comments
Reproduction is actually a bit simpler; calling the refined name from anywhere is enough to trigger it. Here I use
|
headius
added a commit
that referenced
this issue
Jan 14, 2020
yaauie
added a commit
to yaauie/logstash-mixin-ecs_compatibility_support
that referenced
this issue
Apr 28, 2021
includes updated jruby to avoid bug that was frequently encountered in CI: jruby/jruby#6038
yaauie
added a commit
to yaauie/logstash-mixin-ecs_compatibility_support
that referenced
this issue
Apr 30, 2021
includes updated jruby to avoid bug that was frequently encountered in CI: jruby/jruby#6038
yaauie
added a commit
to logstash-plugins/logstash-mixin-ecs_compatibility_support
that referenced
this issue
May 4, 2021
* ci: bump to last 7.x logstash before core ecs support was added includes updated jruby to avoid bug that was frequently encountered in CI: jruby/jruby#6038 * add support for aliases in version-constrained implementations
4 tasks
chadlwilson
added a commit
to chadlwilson/gocd
that referenced
this issue
Nov 1, 2021
….14.0 and ruby-i18n >= 1.8.8 Not sure if this should stay. There is a secondary problem with JRuby `9.2.9.0` with use of refinements in certain modes noted at jruby/jruby#6038 This was causing `admin/configuration` tests to fail when using `time_ago_in_words` and then crashing with a nonsensical error rather than the root cause error from the JRuby/i18n problem. This appears to be fixed in JRuby `9.2.10.0` however this version of JRuby involves RubyGems 3 which has some scripting issues on Windows currently. Groan. Believe refinements in this way shouldn't really be used anywhere we are relying on based on a global search.
chadlwilson
added a commit
to chadlwilson/gocd
that referenced
this issue
Nov 1, 2021
….14.0 and ruby-i18n >= 1.8.8 Not sure if this should stay. There is a secondary problem with JRuby `9.2.9.0` with use of refinements in certain modes noted at jruby/jruby#6038 This was causing `admin/configuration` tests to fail when using `time_ago_in_words` and then crashing with a nonsensical error rather than the root cause error from the JRuby/i18n problem. This appears to be fixed in JRuby `9.2.10.0` however this version of JRuby involves RubyGems 3 which has some scripting issues on Windows currently. Groan. Believe refinements in this way shouldn't really be used anywhere we are relying on based on a global search.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Provide at least:
jruby 9.2.9.0 (2.5.7) 2019-10-30 458ad3e OpenJDK 64-Bit Server VM 25.232-b09 on 1.8.0_232-b09 +jit [darwin-x86_64]
Darwin 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov 9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64
Other relevant info you may wish to add:
profile
Expected Behavior
Not crash.
Actual Behavior
Jruby crashes when loading the graphql gem which uses Refinements.
Full stack trace, excerpt:
Reproduce
The text was updated successfully, but these errors were encountered: