-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Hugo crashing with fatal error: concurrent map iteration and map write
#13254
Comments
@IceWreck is the above the full stack trace? It's not obvious to me what's happening here. I can see the "iteration" part of this situation, but not the write. |
@bep yes its the full stack trace. I will try to reproduce and send it again. |
Here's another one
|
And third one, they all seem a bit different to each other I ran this one with debug logging - it only has a single log line before the crash.
|
Can also reproduce with the latest version of the official build instead of using a container image |
I see (partially) the what but not the how, and I haven't been able to guess myself into a failing example. |
@IceWreck I need to put this in the backlog for now. If you can somehow share your repo with me or at least provide some more details about how it's set up (e.g. the content adapter template), I can look into it more. |
Hey @bep I will try to write a reproducible example that I can publish publicly this week. |
Note: I know there have been previous issues with this title but they should've been fixed in v0.138.0. I'm using a newer version and it's still happenning.
The total number of generated pages is fairly large (120k+) and this issue happens fairly often but is fixed on retry.
If it matters I'm using heavily using the
Content adapters
feature.The text was updated successfully, but these errors were encountered: