Skip to content
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

Endless loop if app.psgi does not exist or is not specified #106

Open
eserte opened this issue Oct 28, 2014 · 0 comments
Open

Endless loop if app.psgi does not exist or is not specified #106

eserte opened this issue Oct 28, 2014 · 0 comments

Comments

@eserte
Copy link

eserte commented Oct 28, 2014

Calling /opt/perl-5.18.2/bin/starman in a directory without app.psgi causes an endless loop:

$ /opt/perl-5.18.2/bin/starman --version
Starman 0.4010
$ /opt/perl-5.18.2/bin/starman 
2014/10/28-17:11:40 Starman::Server (type Net::Server::PreFork) starting! pid(10558)
Resolved [*]:5000 to [0.0.0.0]:5000, IPv4
Binding to TCP port 5000 on host 0.0.0.0 with IPv4
Setting gid to "520 520 520 20007 20019 20081 20147 20173 20192 20232 20263 20293"
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
...
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
Error while loading /tmp/app.psgi: Datei oder Verzeichnis nicht gefunden at (eval 23) line 4.
^C2014/10/28-17:12:16 Server closing!
panic: fold_constants JMPENV_PUSH returned 2 at /opt/perl-5.18.2/lib/5.18.2/x86_64-linux/File/Spec/Unix.pm line 556.

This may or may not be related to #94.

And btw, sometimes happens a panic when hitting Ctrl-C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant