Alexander Shulgin
2011-Aug-12 05:20 UTC
[sup-talk] Exception when archiving thread and moving to previous one
Hello, Just got this exception: --- ArgumentError from thread: load messages for thread-view-mode buffer not on stack: #<Redwood::Buffer:0x7fd0148098a0>: "[SnakeOil - Bug #12345] (New) Do some work" /home/ash/src/sup-mainline/lib/sup/buffer.rb:440:in `kill_buffer'' /home/ash/src/sup-mainline/lib/sup/buffer.rb:431:in `kill_buffer_safely'' (eval):1:in `send'' (eval):1:in `kill_buffer_safely'' /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:647:in `dispatch'' /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:129:in `call'' /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:129:in `select'' /home/ash/src/sup-mainline/lib/sup.rb:78:in `reporting_thread'' /home/ash/src/sup-mainline/lib/sup.rb:76:in `initialize'' /home/ash/src/sup-mainline/lib/sup.rb:76:in `new'' /home/ash/src/sup-mainline/lib/sup.rb:76:in `reporting_thread'' /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:109:in `select'' /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:159:in `launch_another_thread'' /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:145:in `launch_prev_thread_before'' /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:654:in `dispatch'' /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:591:in `archive_and_then'' /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:584:in `archive_and_prev'' /home/ash/src/sup-mainline/lib/sup/mode.rb:59:in `send'' /home/ash/src/sup-mainline/lib/sup/mode.rb:59:in `handle_input'' /home/ash/src/sup-mainline/lib/sup/buffer.rb:277:in `handle_input'' /home/ash/src/sup-mainline/bin/sup:271 I was browsing my morning mail, then at some point I''ve typed "] a", to archive currently open mail and move to the prev. one in the inbox. This appeared to be stalled for a second or two, so I''ve pressed "x" to kill current buffer and return to inbox. Sup crashed :''( My version of sup is e146b1790bf3a9f231f0712e68280f726c1bd153 @ git://gitorious.org/sup/mainline.git -- Regards, Alex
Alexander Shulgin
2011-Aug-12 05:24 UTC
[sup-talk] Exception when archiving thread and moving to previous one
On Fri, Aug 12, 2011 at 08:20, Alexander Shulgin <alex.shulgin at gmail.com> wrote:> > I was browsing my morning mail, then at some point I''ve typed "] a", > to archive currently open mail and move to the prev. one in the inbox. > ?This appeared to be stalled for a second or two, so I''ve pressed "x" > to kill current buffer and return to inbox. ?Sup crashed :''(Oh, the reason to the stall seems to be that the prev. mail was really huge (21k lines), it takes about 3-4 seconds to open that particular mail on my box. Hope this helps to track down the problem. -- Alex