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

Unacceptable handling of Configure failures with locales #22802

Open
khwilliamson opened this issue Nov 30, 2024 · 1 comment
Open

Unacceptable handling of Configure failures with locales #22802

khwilliamson opened this issue Nov 30, 2024 · 1 comment

Comments

@khwilliamson
Copy link
Contributor

Description

As spotted by @mauke, if the .c file fails that is compiled and run by Configure to check on the platform's locale characteristics, Configure mostly ignores that fact and goes merrily along, but the generated perl will panic or segfault or just fail to build.

A better recovery is needed. I'm leaning to it turning off locale handling altogether.

Steps to Reproduce
It has to be done on a platform where this is a problem. #22793 is one example

This happens in all configurations on such a platform through v5.41.7, so far

@jkeenan
Copy link
Contributor

jkeenan commented Dec 2, 2024

A better recovery is needed. I'm leaning to it turning off locale handling altogether.

Does the 'it' in the second sentence above refer to ./Configure?

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

2 participants