darakian/ddh

error: "thread '<unknown>' has overflowed its stack"

fiveseven808 opened this issue · 2 comments

Steps to reproduce:
Compile with cargo build
Run setx RUST_BACKTRACE 1
Open new shell (variable does set in current shell)
Run ddh c:\users\myuser

Output: thread '<unknown>' has overflowed its stack

Note: Not windows specific

Fixed in a6173a5