Displaying 3 results from an estimated 3 matches for "rb_thread_wait_for".
2007 Jun 19
1
fastthread errors on Debian Etch
...86-linux/intern.h:216: error: previous declaration
of ''rb_thread_select'' was here
/usr/lib/ruby/1.8/i486-linux/intern.h:217: warning: ''struct timeval''
declared inside parameter list
/usr/lib/ruby/1.8/i486-linux/intern.h:217: error: conflicting types
for ''rb_thread_wait_for''
/usr/lib/ruby/1.8/i486-linux/intern.h:217: error: previous declaration
of ''rb_thread_wait_for'' was here
/usr/lib/ruby/1.8/i486-linux/intern.h:447: warning: parameter names
(without types) in function declaration
In file included from fastthread.c:14:
/usr/lib/ruby/1.8/i4...
2008 Mar 31
16
Mongrels stop responding
I have a Rails 1.2.3 app (due for an update, I know) running on a
Mongrel 1.1.4 behind Apache 2.2.3 mod_proxy on Debian 4.0. It keeps
hanging up for no reason I can tell. I have tried everything that anyone
has ever hinted at being a solution for this problem:
- The application doesn''t use MySQL, so setting the connection timeout
won''t help.
- Using AR not PStore for sessions.
-
2006 Sep 13
7
Mongrel spewing backtraces and nanosleeping
...ells me (not sure if it really tells that much):
#0 0x2823e9fb in nanosleep () from /lib/libc.so.6
#1 0x281823fe in _nanosleep () from /usr/lib/libpthread.so.2
#2 0x28182602 in nanosleep () from /usr/lib/libpthread.so.2
#3 0x281790eb in select () from /usr/lib/libpthread.so.2
#4 0x280ad34c in rb_thread_wait_for () from /usr/local/lib/libruby18.so.18
#5 0x280e4dec in rb_f_sleep () from /usr/local/lib/libruby18.so.18
#6 0x280a40ac in rb_call0 () from /usr/local/lib/libruby18.so.18
#7 0x280a4c5d in rb_call () from /usr/local/lib/libruby18.so.18
#8 0x2809f369 in rb_eval () from /usr/local/lib/libruby18.so...