zed-0xff/zsteg

Error:stack level too deep (SystemStackError)

Opened this issue · 1 comments

Hello Zed.
I used the zsteg to analyse a .bmp picture and it's a CTF problem.I see other writeup uses zsteg solve the problem successfully.
But I failed to analyse the .bmp picture by zsteg and get error:stack level too deep(SystemStackError)
I followed the method posted in another issue and added export RUBY_THREAD_VM_STACK_SIZE=500000000 to the .zshrc file, but the error still occurred.
error

I used sudo-i command and get root privilege first.
I used nano ~/.zshrc to open the file and added the above command at the bottom line. I don’t know where the problem is but I still get an error.
error1

My kali linux version is kali linux-2024.2 downloaded on here and I use VMware Workstation PRO 17
Hope you can help me and Thank you very much.

一模一样的问题,我也想知道该如何解决