Skip to content
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

[WASM] Perl crashes without LC_ALL=1 #22992

Open
andrewmd5 opened this issue Feb 12, 2025 · 0 comments
Open

[WASM] Perl crashes without LC_ALL=1 #22992

andrewmd5 opened this issue Feb 12, 2025 · 0 comments

Comments

@andrewmd5
Copy link

I've completed my work of compiling Perl5 to WebAssembly, but one issue I never tracked down is that if the environment variable LC_ALL is not set with a value off '1' Perl crashes with this error:

locale.c: 1480: panic: 'C.UTF-8;C;C;C;C;C' needs an '=' to split name=value
; errno=28
Called by locale.c: 4097

The only reason I found that solution is because of this issue, but other solutions did not work. Prior to me contributing an official target, this is one thing that needs to be resolved. Any hints or guidance would be appreciated.

The full workflow is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant