rune icon indicating copy to clipboard operation
rune copied to clipboard

stack overflow while compiling on window

Open Abhinavpatel00 opened this issue 10 months ago • 1 comments

i just came to know about this great projects while i tried to compile it in my machine it caused stack overflow.

```Loading emacs-lisp/debug-early...
Loading emacs-lisp/debug-early Done
Loading emacs-lisp/byte-run...
Loading emacs-lisp/byte-run Done
Loading emacs-lisp/backquote...
Loading emacs-lisp/backquote Done
Loading subr...
Loading subr Done
Loading keymap...
Loading keymap Done
Loading version...
Loading version Done
Loading widget...
Loading widget Done
Loading custom...
Loading custom Done
Loading emacs-lisp/map-ynp...
Loading emacs-lisp/map-ynp Done
Loading env...
Loading env Done
Loading format...
Loading format Done
Loading window...
Loading window Done
Loading files...
Loading pcase...
Loading macroexp...
Loading macroexp Done
Loading pcase Done
Loading easy-mmode...

thread 'main' has overflowed its stack
error: process didn't exit successfully: `target\debug\rune.exe` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)`

Abhinavpatel00 avatar Apr 28 '24 14:04 Abhinavpatel00

Are you running in release mode (cargo run --release)?

CeleritasCelery avatar Apr 29 '24 17:04 CeleritasCelery