From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.236.123.42 with SMTP id u30cs81131yhh; Tue, 22 Nov 2011 07:51:17 -0800 (PST) Received: by 10.52.93.146 with SMTP id cu18mr21048072vdb.56.1321977075794; Tue, 22 Nov 2011 07:51:15 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org. [205.234.109.19]) by mx.google.com with ESMTP id z1si2802116vcv.67.2011.11.22.07.51.15; Tue, 22 Nov 2011 07:51:15 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 77C0E3C8046; Tue, 22 Nov 2011 10:51:15 -0500 (EST) Received: from mail-qw0-f50.google.com (mail-qw0-f50.google.com [209.85.216.50]) by rubyforge.org (Postfix) with ESMTP id 6971D177994E for ; Tue, 22 Nov 2011 10:03:57 -0500 (EST) Received: by qadb12 with SMTP id b12so403181qad.2 for ; Tue, 22 Nov 2011 07:03:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=Jk5+8M2Z7tPxiK0FrwBjUSROEFPVEK8yWxg0x5sAE/k=; b=eEZlukvymVeVIEyAG7ElUFircQrNg4msQUZCumLolqeq7/KYqukiTiynRteyX0u6zh jmLll19Z2T+G9yMN0FdrZvzOEPVCWP4ff09RFqdlDxPdwl1K8d/mz3VomyyfDz93uiU3 x98x+0en85Zza7Jj0cpeZ8i8gZm6RsnvCGVzY= Received: by 10.224.186.199 with SMTP id ct7mr8368968qab.41.1321974237096; Tue, 22 Nov 2011 07:03:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.29.131 with HTTP; Tue, 22 Nov 2011 07:03:16 -0800 (PST) From: Alex Shulgin Date: Tue, 22 Nov 2011 17:03:16 +0200 Message-ID: To: sup-talk Subject: [sup-talk] Crash when sending email X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Hello, I was just sending another mail when sup crashed with the following stack trace: --- TypeError from thread: periodic poll can't convert nil into String /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/mbox.rb:141:in `size' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/mbox.rb:141:in `poll' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:155:in `poll_from' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:113:in `do_poll' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:103:in `each' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:103:in `do_poll' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:102:in `synchronize' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:102:in `do_poll' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/util.rb:609:in `send' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/util.rb:609:in `method_missing' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/modes/poll-mode.rb:15:in `poll' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:49:in `poll_with_sources' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:68:in `poll' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:86:in `start' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup.rb:78:in `reporting_thread' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup.rb:76:in `initialize' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup.rb:76:in `new' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup.rb:76:in `reporting_thread' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/poll.rb:83:in `start' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/util.rb:609:in `send' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/lib/sup/util.rb:609:in `method_missing' /home/ash/.rvm/gems/ruby-1.8.7-p352/gems/sup-0.12.1/bin/sup:222 /home/ash/.rvm/gems/ruby-1.8.7-p352/bin/sup:19:in `load' /home/ash/.rvm/gems/ruby-1.8.7-p352/bin/sup:19 Sup is installed from rubygems, v0.12. Update: it seems that the message was sent, and the crash happened just after that. -- Regards, Alex _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk