From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS14383 205.234.109.0/24 X-Spam-Status: No, score=0.5 required=3.0 tests=FROM_LOCAL_NOVOWEL, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Damian Janowski Newsgroups: gmane.comp.lang.ruby.rainbows.general Subject: Weird random Zbatery exception Date: Fri, 2 Dec 2011 16:39:49 -0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1322855225 24669 80.91.229.12 (2 Dec 2011 19:47:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2011 19:47:05 +0000 (UTC) To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Fri Dec 02 20:47:01 2011 Return-path: Envelope-to: gclrrg-rainbows-talk@m.gmane.org X-Original-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Delivered-To: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Greylist: delayed 419 seconds by postgrey-1.31 at rubyforge.org; Fri, 02 Dec 2011 14:46:53 EST DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=0scNAzAojKDyb4u2N5dasdwPQNV9irGvBQDExeGsk88=; b=skqWre/Str+xt341IsjlF9OxK64x8Yp7HS2Ixwts/PY88nlaxi0BYcLfUkkBeF/d8V uE0TOMk4jEpShJfmeQZJVR4VTURXtXjI152/zwB7VZHT4PO+dZUwrKw1/gBT/7M+EODn b/wnQ2LBVGufOatg7T6W1/U0L40hcZh4O9Viw= X-Google-Sender-Auth: HAiZVc1u2GhjBLUhz3JXHNY1puo X-BeenThere: rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: rainbows-talk-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.rainbows.general:303 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWZ4W-00056h-KA for gclrrg-rainbows-talk@m.gmane.org; Fri, 02 Dec 2011 20:47:00 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 9A3C91D78108; Fri, 2 Dec 2011 14:46:59 -0500 (EST) Received: from mail-lpp01m010-f50.google.com (mail-lpp01m010-f50.google.com [209.85.215.50]) by rubyforge.org (Postfix) with ESMTP id CA1A718581B2 for ; Fri, 2 Dec 2011 14:46:52 -0500 (EST) Received: by lahd3 with SMTP id d3so1764554lah.23 for ; Fri, 02 Dec 2011 11:46:51 -0800 (PST) Received: by 10.152.114.42 with SMTP id jd10mr9037693lab.18.1322854789346; Fri, 02 Dec 2011 11:39:49 -0800 (PST) Received: by 10.152.4.40 with HTTP; Fri, 2 Dec 2011 11:39:49 -0800 (PST) Hello everyone, I'm giving Zbatery a try, currently testing with ThreadPool. By the way, this instance is sitting behind Varnish. I can't figure out precise steps to trigger this exception, but it happens after a few GET/POST requests: /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/http_server.rb:361:in `awaken_master': undefined method `kgio_trywrite' for nil:NilClass (NoMethodError) from /usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.1.1/lib/unicorn/http_server.rb:130:in `block in start' from /usr/local/lib/ruby/gems/1.9.1/gems/rainbows-4.3.1/lib/rainbows/thread_pool.rb:32:in `call' from /usr/local/lib/ruby/gems/1.9.1/gems/rainbows-4.3.1/lib/rainbows/thread_pool.rb:32:in `join' from /usr/local/lib/ruby/gems/1.9.1/gems/rainbows-4.3.1/lib/rainbows/thread_pool.rb:32:in `block in worker_loop' from /usr/local/lib/ruby/gems/1.9.1/gems/rainbows-4.3.1/lib/rainbows/thread_pool.rb:30:in `each' from /usr/local/lib/ruby/gems/1.9.1/gems/rainbows-4.3.1/lib/rainbows/thread_pool.rb:30:in `worker_loop' from /usr/local/lib/ruby/gems/1.9.1/gems/zbatery-4.1.1/lib/zbatery.rb:100:in `join' from /usr/local/lib/ruby/gems/1.9.1/gems/zbatery-4.1.1/bin/zbatery:121:in `' from /usr/local/bin/zbatery:19:in `load' from /usr/local/bin/zbatery:19:in `
' (Needless to say, I googled already without much luck). Any ideas? D. _______________________________________________ Rainbows! mailing list - rainbows-talk-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org http://rubyforge.org/mailman/listinfo/rainbows-talk Do not quote signatures (like this one) or top post when replying