-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack level too deep (SystemStackError) #14
Comments
Hi, I've never tested it on Windows and don't even have a windows machine where I can try so it might be tough to debug... Can you tell me which version of ruby you are running? Does this happen just with these tasks or none of them work? |
Re, I check the code and when I saw: CONFIG_FILE = "#{ENV['HOME']}/.shop", I had check my home folder and the file doesn't exit. I had to manually create and voilà ! Michael |
Cool! Thanks for telling me what was wrong. I'll keep this open until I fix it. |
When installing gem shop, I guess a template file '".shop" is creating for Linux/Mac users in ~path, isn't ? My config : Windows seven 64bits. For further details don hesitate to contact me. |
The file is generated whenever it's needed. The weird part is that the file is read correctly but can't be written, it might be a permission issue. Anyway, I'm not sure I can fix this but I'll try to avoid errors if the file cant be created. Thanks for the help! |
I also got this the first time, but after I created an empty ~/.shop file, I get this:
I'm on Linux Mint 16. |
Hello Romain,
I have installed your gem shop on Windows seven and when I put commands like "shop install", "shop module", etc, I've this error :
stack level too deep (SystemStackError)
unlimit -a give me :
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
open files (-n) 256
pipe size (512 bytes, -p) 8
stack size (kbytes, -s) 2046
cpu time (seconds, -t) unlimited
max user processes (-u) 63
virtual memory (kbytes, -v) 2097152
I tried to change stack size value, but I can't. Do you have an idea ?
THX for your work.
Bonne soirée.
The text was updated successfully, but these errors were encountered: