-
Notifications
You must be signed in to change notification settings - Fork 33
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
SIGSEGV? #29
Comments
I have a gdb backtrace:
|
Nope, not from git, it was the 1.6.1 that is current with luarocks. Getting the current head and making a lfcgi.so and replacing the one being used in my system made the problem go away. No it runs solid. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running orbit on Lua 5.2 through spawn-fcgi with nginx and am getting a lot of the following frequently and I need to restart the fastcgi:
Searching around I realized I could see what happens with
strace
and this is what I got:Note that this is the lua process, not the spawn-fcgi one (I couldn't find one in
htop
). Here is the command ([...] = abbreviated paths):Is this really something that happens with lfcgi?
The text was updated successfully, but these errors were encountered: