-
-
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
0.64: process hangs up on "Building sites" line #6789
Comments
Please revise the title of this issue (I assume no one died) and provide more detail as to "what". |
Hey, the stacktrace tells me the "what" but not the "why", and I'm not able to reproduce this. I suspect that I need to see your site's source to be able to track down this issue. |
I'm guessing you have multiple languages with some plain HTML templates inside /content. Maybe. |
I have committed a fix that I'm guessing will fix this, but I failed to create a failing test, so it is a little bit guesswork. |
Thank you for quick response! I'm sorry I couldn't follow it yesterday. I don't have any ideas about "what" and "why" as I'm simply using Hugo, not developing it. It was intended to be a user bug report, and not the insightful debug session. I can help with debugging, but only within my limited knowledge. "Fatal" in that sense means it's a fatal error, i.e. a crash, meaning the process exits and is unable to gracefully handle the error and continue. Nobody died for sure! 🙂 We have a pretty complex web site with two languages and thousands of pages. Many of them are indeed HTML. Its structure looks like this:
Do you have a binary for me to test? I don't have any Go environment to build Hugo on my own. |
Sorry, I've just realized there is a new 0.63.1 release already. I checked it, and there is no fatal error leading to a process crash, but instead the process hangs up on |
With the information I have, I'm not able to reproduce or fix this. Maybe others will. |
Is there some way to enable any debug output to figure out what exactly is hanging up there? |
Still reproducible on 0.64 - |
@artch, can you provide access to the site source? |
This is complicated, it's intellectual property and I would have to request approval for that. Can I build hugo with some verbose output enabled to help you debug? |
This is fixed in v0.65.0. |
This means that any HTML file inside /content will be treated as a regular file. If you want it processes with shortcodes and a layout, add front matter. The defintion of an HTML file here is: * File with extension .htm or .html * With first non-whitespace character "<" that isn't a HTML comment. This is in line with the documentation. Fixes gohugoio#7030 Fixes gohugoio#7028 See gohugoio#6789
This means that any HTML file inside /content will be treated as a regular file. If you want it processes with shortcodes and a layout, add front matter. The defintion of an HTML file here is: * File with extension .htm or .html * With first non-whitespace character "<" that isn't a HTML comment. This is in line with the documentation. Fixes #7030 Fixes #7028 See #6789
I am having the same problem in current version. There is no stack trace I can diagnose with either. |
You are experiencing a different problem. Please use the forum (https://discourse.gohugo.io) for questions and troubleshooting. We prefer to use GitHub for verified bugs and vetted enhancements. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What version of Hugo are you using (
hugo version
)?My site is unable to build using Hugo 0.63 extended version. It worked fine on 0.62.2.
The text was updated successfully, but these errors were encountered: