From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.28.69 with SMTP id l5cs28781ebc; Thu, 28 Jan 2010 04:22:09 -0800 (PST) Received: by 10.101.6.34 with SMTP id j34mr854713ani.128.1264681328299; Thu, 28 Jan 2010 04:22:08 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 20si2675838gxk.18.2010.01.28.04.22.07; Thu, 28 Jan 2010 04:22:08 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-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-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 60A8818582FF; Thu, 28 Jan 2010 07:22:07 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 3615318582EA for ; Thu, 28 Jan 2010 07:21:51 -0500 (EST) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1NaTNd-0005NB-08 for sup-devel@rubyforge.org; Thu, 28 Jan 2010 07:21:51 -0500 Content-Type: multipart/mixed; boundary="===============7610572131187145322==" MIME-Version: 1.0 To: sup-devel@rubyforge.org From: ideesnoires Date: Thu, 28 Jan 2010 12:21:48 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1264681308.87.0.11225407467.issue56@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-files: exception-log.txt X-Roundup-issue-priority: bug In-Reply-To: <1264681308.87.0.11225407467.issue56@masanjin.net> Subject: [sup-devel] [issue56] Sup crashes while saving changes X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Reply-To: Sup issue tracker , Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org --===============7610572131187145322== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable New submission from ideesnoires : I'm running sup with the ncurses patch as specified in=20 http://sup.rubyforge.org/wiki/wiki.pl?UTF8=20 when i try to save the modified index with $ sup just crashes and leaves=20 following exception behind: (also in exception log) --- NoMethodError from thread: saving thread undefined method `save_state' for # /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:480:in `actually_save' ./lib/sup/hook.rb:122:in `each_with_index' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:478:in `each' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:478:in `each_with_index' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:478:in `actually_save' ./lib/sup/buffer.rb:721:in `say' ./lib/sup/util.rb:559:in `send' ./lib/sup/util.rb:559:in `method_missing' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:477:in `actually_save' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:472:in `synchronize' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:472:in `actually_save' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:465:in `save' ./lib/sup.rb:78:in `reporting_thread' ./lib/sup.rb:76:in `initialize' ./lib/sup.rb:76:in `new' ./lib/sup.rb:76:in `reporting_thread' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:465:in `save' ./lib/sup/mode.rb:51:in `send' ./lib/sup/mode.rb:51:in `handle_input' ./lib/sup/buffer.rb:272:in `handle_input' bin/sup:276 ---------- files: exception-log.txt messages: 140 nosy: ideesnoires priority: bug ruby_version: 1.8 status: unread sup_version: next rev. 117b4f0 title: Sup crashes while saving changes _________________________________________ Sup issue tracker _________________________________________ --===============7610572131187145322== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="exception-log.txt" --- NoMethodError from thread: saving thread undefined method `save_state' for # /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:480:in `actually_save' ./lib/sup/hook.rb:122:in `each_with_index' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:478:in `each' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:478:in `each_with_index' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:478:in `actually_save' ./lib/sup/buffer.rb:721:in `say' ./lib/sup/util.rb:559:in `send' ./lib/sup/util.rb:559:in `method_missing' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:477:in `actually_save' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:472:in `synchronize' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:472:in `actually_save' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:465:in `save' ./lib/sup.rb:78:in `reporting_thread' ./lib/sup.rb:76:in `initialize' ./lib/sup.rb:76:in `new' ./lib/sup.rb:76:in `reporting_thread' /usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:465:in `save' ./lib/sup/mode.rb:51:in `send' ./lib/sup/mode.rb:51:in `handle_input' ./lib/sup/buffer.rb:272:in `handle_input' bin/sup:276 --===============7610572131187145322== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel --===============7610572131187145322==--