burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Zeus randomly does nothing #605

Open justuseapen opened 7 years ago

justuseapen commented 7 years ago

Description of Problem

Running zeus rake commands do nothing n% of the time.

Like so: ➜ socialite git:(master) ✗ zeus rake routes ➜ socialite git:(master) ✗ zeus rake routes ➜ socialite git:(master) ✗ zeus rake routes Prefix Verb URI Pattern Controller#Action new_user_session GET /users/sign_in(.:format) sessions#new user_session POST /users/sign_in(.:format) sessions#create

System details

Darwin Justuss-MacBook-Air.local 15.6.0 Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64 x86_64

ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15]

n/a

Steps to Reproduce

1) zeus start in an existing rails project

2) zeus rake db:migrate or zeus rake routes or any other zeus rake command

Observed Behavior

I also made a question on Stack Overflow addressing this issue: http://stackoverflow.com/questions/39914176/why-does-zeus-do-nothing-randomly

sideshowcoder commented 7 years ago

I wonder if this might get fixed by #615 as there might have been some setup issues with the outputs. I'll get a build ready asap for you to try out.

sideshowcoder commented 7 years ago

615 has been merged into master so potentially try a local built, I will also try to release a dev built to check.

sideshowcoder commented 7 years ago

There is a new release 0.15.13.pre please try it out 😄

nisavid commented 7 years ago

I'm still seeing this with 0.15.13.pre. Happens with zeus rake, zeus rspec, and perhaps others. When this happens, the exit code is usually/always 143.

sideshowcoder commented 7 years ago

Thanks for the comment let's continue debugging then :) was worth a try I guess