When 'export', 'preview' a md file with markdown-mode with multimarkdown-6, it will consume all the memory then crash the OS (Windows)!
But running the multimarkdown command directly with the same file works fine.
Expected BehaviorAt least it should not crash the OS.
Actual BehaviorThe multimarkdown process consumes all the memory (16G) and crashes the OS (Win7, Win10).
Steps to Reproduce(require 'markdown-mode) (setq markdown-command "multimarkdown") ; (autoload 'gfm-mode "markdown-mode" "Major mode for editing GitHub Flavored Markdown files" t) (setq markdown-fontify-code-blocks-natively nil) (setq markdown-xhtml-header-content "about 300K JS/CSS content")
No backtrace could not be found since the OS crashed.
Software Versions(when (eq system-type 'windows-nt) (set-default 'process-coding-system-alist '( ("[pP][lL][iI][nN][kK]" gbk ) ("[mM][uU][lL][tT][iI][mM][aA][rR][kK][dD][oO][wW][nN]" utf-8 ) ("[cC][mM][dD][pP][rR][oO][xX][yY]" gbk . gbk) )))
(call-process-region
, then change to
(if (eq system-type 'windows-nt) (call-process-region begin-region end-region markdown-command nil buf nil) (call-process-region begin-region end-region shell-file-name nil buf nil shell-command-switch markdown-command))
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4