question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Netty] Failed in the runtime

See original GitHub issue

After upgrade to version 3.7.1 catch the error during the launch. The error appears after choose simulation and fill description. I tried to do this:

  • change different JDKs (8, 11)
  • get demo project and launch there

Error log:

computerdatabase.BasicSimulation is the only simulation, executing it.
Select run description (optional)

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000133fb11f2, pid=1636, tid=5635
#
# JRE version: OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (11.0.11+9) (build 11.0.11+9)
# Java VM: OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (11.0.11+9, mixed mode, tiered, compressed oops, g1 gc, bsd-amd64)
# Problematic frame:
# C  [libnetty_tcnative_osx_x86_6417779003216119739014.dylib+0x1671f2]  __isPlatformOrVariantPlatformVersionAtLeast.cold.1+0x152
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /Users/pavelbairov/IdeaProjects/gatling-maven-plugin-demo-scala/hs_err_pid1636.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)

And there is full log hs_err_pid1636.log

As you can see from the log, the problem is somewhere in the netty library itself…

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
slandellecommented, Nov 25, 2021

Still, if that fixes your issue, it might be worth reporting it to Netty.

1reaction
slandellecommented, Nov 25, 2021

Yeah, your MacOS version is pretty old, that could be the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Observed in debug level message "Failed to load netty ...
Hi @trask , looking at the netty issue, my understand is it will always fail. But from application log, it's transmitted error (like...
Read more >
Netty Verify on runtime, NioEventLoopGroup - Stack Overflow
This sounds like a class path issue. Seems to me that you have multiple version of netty on the class path. Ensure you...
Read more >
java.lang.RuntimeException: Failed to deserialize ingredient ...
RuntimeException : Failed to deserialize ingredient! Expected a marker with value '601817315' or '-104387951'. Got '28446465' instead.
Read more >
Failed to submit an event listener task ERROR - IPCam Binding?
netty.channel.AbstractChannel ] - Force-closing a channel whose registration task was not accepted by an event loop: [id: 0xc5632bd8] java.util.
Read more >
JDBC Driver Failure - net.snowflake.client.jdbc.internal.io.netty ...
This failed because the application process has already consumed the maximum direct memory size allocated to it. According to the error, it ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found