burke / zeus

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

Crash on 'zeus start' #642

Open NeilsC opened 7 years ago

NeilsC commented 7 years ago

Description of Problem

Zeus crashes on startup.

System details

Linux hostname 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

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

Steps to Reproduce

1) zeus start in a new rails project

Observed Behavior

$ zeus --log /dev/stderr start

zeus --log /dev/stderr start
Starting Zeus server v0.15.14
2017/07/31 09:25:26.886201 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] development_environment/(no PID) entering state SUnbooted
2017/07/31 09:25:26.886201 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] default_bundle/(no PID) entering state SUnbooted
2017/07/31 09:25:26.886211 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:149] boot/(no PID) entering state SUnbooted
2017/07/31 09:25:26.886288 [/Users/phil/Source/go/src/github.com/burke/zeus/go/processtree/slavenode.go:391] boot/(no PID) running the root command now
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
    └── development_environment
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
    └── development_environment

Available Commands: [waiting] [crashed] [ready]
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
    └── development_environment
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
    └── development_environment

Available Commands: [waiting] [crashed] [ready]
[ready] [crashed] [running] [connecting] [waiting]
boot
└── default_bundle
    └── development_environment

Available Commands: [waiting] [crashed] [ready]
zeus server (alias: s) [run to see backtrace]
poc7667 commented 7 years ago

+1