-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
translator.gettext infinite recursion #13485
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
Comments
We need the content of A |
here is the content:
About the locale/language settings I didn't touch it The build is done by the command
|
hi @AA-Turner and the good folk of Sphinx, just to let you folks know we are seeing similar issues, both with sphinx 8.1 and 8.2, and only since a couple days now, see our CircleCI test and the RTD build - to note that during my attempts to fix the issue, with sphinx 8.2, I have seen a couple (but few and far between) cases when docs builds actually succeeded, so it appears to be flaky, with most of runs failing though 🍺 |
For the while I added the line I'll only have news of this change in 10 days. (Hollydays) I hope my thread is not a waste of time for Sphinx teams. |
Describe the bug
Hello,
A collegue of mine had a weird bug in an experiment.
During an experiment, the summary HTML gereration by sphinx crashed with an RecursionError.
In the log file, it seems that is a bug in the locale module.
I send you the traceback log file generated by Sphinx.
I saw that is about language catalogs and my collegue didn't had the environment variable LANG set at all.
I try to reproduce the bug with same configurations but for the moment I don't have this crash.
If somehow you know the bug, do you know how I can avoid it ?
Have a good day
sphinx-err-ztdxz1s1.log
How to Reproduce
not reproduced by me at the moment
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: