You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that providing long line of text (around 21 000 characters) crashes the build.
Steps to reproduce
Paste a long line of text into the source Markdown file (generate e.g. with Python 'a' * 21000)
run mdbook build
mdbook build
2022-01-29 16:20:21 [INFO] (mdbook::book): Book building has started
2022-01-29 16:20:21 [INFO] (mdbook::book): Running the html backend
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
zsh: IOT instruction (core dumped) mdbook build
Hello,
I have noticed that providing long line of text (around 21 000 characters) crashes the build.
Steps to reproduce
'a' * 21000
)mdbook build
Backtrace from rust-gdb
backtrace.txt
The text was updated successfully, but these errors were encountered: