Feature Request: Support Alpine/musl
See original GitHub issueExpected behavior
Run without error.
Actual behavior
Application crashes:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000003fd6, pid=1, tid=8
#
# JRE version: OpenJDK Runtime Environment Temurin-17.0.3+7 (17.0.3+7) (build 17.0.3+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (17.0.3+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C 0x0000000000003fd6
#
Steps to reproduce
Use netty in an Alpine image.
Minimal yet complete reproducer code (or URL to code)
n/a - lack of Alpine support is documented.
Netty version
4.1.77
JVM version (e.g. java -version
)
JRE version: OpenJDK Runtime Environment Temurin-17.0.3+7 (17.0.3+7) (build 17.0.3+7)
Java VM: OpenJDK 64-Bit Server VM Temurin-17.0.3+7 (17.0.3+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
OS version (e.g. uname -a
)
Alpine 3.15
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Feature Request: Support Help Section - Zendesk help
I see that when I "Get Help" from within Zendesk Support, a help bar displays where I can search HC topics before submitting...
Read more >Submitting feature requests - Timely Help Center
Submitting feature requests ... Our goal here at Timely is to offer the best time tracking experience available, whether you're part of a...
Read more >Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >How we handle feature requests - Artlogic Support
How we review requests. Following our internal feature request meetings, viable requests are selected and then considered for inclusion in our development ...
Read more >How to Make a Feature Request | Short.Io Help Center
The service for leaving feature requests is awesome. You can add a request, track its implementation, vote for the request that other customers...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@varpa89 I’m not concerned about SIGSEGV, I want first-class Alpine/Musl support.
@dansiviter as I understand it fixes SIGSEGV… https://github.com/grpc/grpc-java/issues/9083#issuecomment-1118637019