nano-vanity
nano-vanity copied to clipboard
Increase stack size to 8MB
When I start the application on Windows with the --gpu flag, it crashes at line 48 in gpu_impl.rs with the following error message: thread 'main' has overflowed its stack.
The problem no longer occurs when the stack size is increased. It's strange that the default stack size (2MB ?) is exceeded at all. Unfortunately, I am not very good at debugging Rust applications and this fix is probably not very clean, but nevertheless, I wanted to share what I have in case others have the same problem.