search for: gc_sweep

Displaying 5 results from an estimated 5 matches for "gc_sweep".

2008 Mar 12
12
Mongrel has crashed
...s signals registered. HUP => reload (without restart). It might not work well. ** Mongrel 1.1.3 available at 0.0.0.0:3000 ** Writing PID file to ./script/../config/../tmp/pids/mongrel.pid /usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/module/inclusion.rb:4: [BUG] gc_sweep(): unknown data type 0x0(0xa8b2241c) ruby 1.8.6 (2008-03-03) [i686-linux] Rails 1.2.6 What''s wrong? My system is too important to hang up in so stupid way and it''s too late to choose something different than rails.. m.
2009 Nov 13
0
[LLVMdev] opt -std-compile-opts breaks tail calls
On Nov 13, 2009, at 3:34 AM, Jon Harrop wrote: >> Point 4 is the one that caused me trouble for some time. >> Unfortunately >> it causes a bad interaction with the optimiser, specifically the >> 'simplifycfg' pass. What seems to happen is that since the function >> you are calling is marked with 'noreturn', the simplifycfg pass will >> then
2009 Nov 13
2
[LLVMdev] opt -std-compile-opts breaks tail calls
...%24 = fsub double %23, %18 ; <double> [#uses=1] store double %24, double* @mark_time %25 = load double ()** @hlvm_time ; <double ()*> [#uses=1] %26 = call double %25() ; <double> [#uses=1] %27 = call fastcc i8* @gc_sweep(i32 0) ; <i8*> [#uses=0] %28 = load double* @sweep_time ; <double> [#uses=1] %29 = load double ()** @hlvm_time ; <double ()*> [#uses=1] %30 = call double %29() ; <double> [#uses=1] %31 = fadd double %28,...
2009 Nov 13
2
[LLVMdev] opt -std-compile-opts breaks tail calls
On Friday 13 November 2009 04:57:43 David Terei wrote: > I've run into some issues with tail calls in the past, make sure you > are doing the following: > > 1. Call should be marked with tail (obviously) > 2. Next statement after tail call should be 'return void' > 3. Use fast call convention for tail calls > 4. Make sure the function you are calling doesn't
2005 Jun 24
14
apache2 fastcgi (fcgi) internal server errors, still :(
...ot;/var/www/project_name/public/dispatch.fcgi" started (pid 10218) [Fri Jun 24 12:31:58 2005] [warn] FastCGI: server "/var/www/project_name/public/dispatch.fcgi" started (pid 10241) /usr/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/ core_ext/hash/keys.rb:27: [BUG] gc_sweep(): unknown data type 0x407560d0(0) ruby 1.8.2 (2005-04-11) [i386-linux] [Fri Jun 24 12:35:58 2005] [error] [client 172.20.0.175] FastCGI: incomplete headers (0 bytes) received from server "/var/www/project_name/public/dispatch.fcgi" [Fri Jun 24 12:35:58 2005] [warn] FastCGI: server...