* [sup-talk] Sup crash
@ 2012-07-05 19:19 Ico
0 siblings, 0 replies; 5+ messages in thread
From: Ico @ 2012-07-05 19:19 UTC (permalink / raw)
To: sup-talk
Hi,
Sup crashes on me when returning from the editor during a reply. Running the
latest version from git:
----------------------------------------------------------------
--- TypeError from thread: main
no implicit conversion from nil to integer
./lib/sup/horizontal-selector.rb:18:in `[]'
./lib/sup/horizontal-selector.rb:18:in `val'
./lib/sup/modes/edit-message-mode.rb:351:in `update'
./lib/sup/modes/reply-mode.rb:203:in `handle_new_text'
./lib/sup/modes/edit-message-mode.rb:213:in `edit_message'
./lib/sup/mode.rb:59:in `send'
./lib/sup/mode.rb:59:in `handle_input'
./lib/sup/buffer.rb:278:in `handle_input'
bin/sup:271
--
:wq
^X^Cy^K^X^C^C^C^C
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sup-talk] sup crash
2010-05-24 8:12 [sup-talk] sup crash Lorenzo Bolla
@ 2010-05-25 19:03 ` Anthony Martinez
0 siblings, 0 replies; 5+ messages in thread
From: Anthony Martinez @ 2010-05-25 19:03 UTC (permalink / raw)
To: sup-talk
Excerpts from Lorenzo Bolla's message of Mon May 24 01:12:19 -0700 2010:
> sup crashed with the exception below.
> I was polling for new messages (loads...) and replying to an e-mail at the
> same time.
>
> here is the exception:
>
> --- ArgumentError from thread: poll after loading inbox
> :13634 is out of range [0..13633] for IndexReader#[]
> /usr/lib/ruby/1.8/ferret/index.rb:421:in `[]'
The ferret index is deprecated. Try using the Xapian index.
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 5+ messages in thread
* [sup-talk] sup crash
@ 2010-05-24 8:12 Lorenzo Bolla
2010-05-25 19:03 ` Anthony Martinez
0 siblings, 1 reply; 5+ messages in thread
From: Lorenzo Bolla @ 2010-05-24 8:12 UTC (permalink / raw)
To: sup-talk
[-- Attachment #1.1: Type: text/plain, Size: 3576 bytes --]
sup crashed with the exception below.
I was polling for new messages (loads...) and replying to an e-mail at the
same time.
here is the exception:
--- ArgumentError from thread: poll after loading inbox
:13634 is out of range [0..13633] for IndexReader#[]
/usr/lib/ruby/1.8/ferret/index.rb:421:in `[]'
/usr/lib/ruby/1.8/ferret/index.rb:421:in `[]'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/1.8/ferret/index.rb:413:in `[]'
/usr/lib/ruby/1.8/sup/ferret_index.rb:257:in `build_message'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/1.8/sup/ferret_index.rb:256:in `build_message'
/usr/lib/ruby/1.8/sup/ferret_index.rb:236:in `each_message_in_thread_for'
/usr/lib/ruby/1.8/sup/thread.rb:343:in `call'
/usr/lib/ruby/1.8/sup/thread.rb:343:in `load_thread_for_message'
/usr/lib/ruby/1.8/sup/ferret_index.rb:249:in `each_message_in_thread_for'
/usr/lib/ruby/1.8/sup/ferret_index.rb:249:in `each'
/usr/lib/ruby/1.8/sup/ferret_index.rb:249:in `each_message_in_thread_for'
/usr/lib/ruby/1.8/sup/thread.rb:341:in `load_thread_for_message'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:696:in `add_or_unhide'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:694:in `synchronize'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:694:in `add_or_unhide'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:188:in
`handle_added_update'
/usr/lib/ruby/1.8/sup/update.rb:26:in `send'
/usr/lib/ruby/1.8/sup/update.rb:26:in `relay'
/usr/lib/ruby/1.8/sup/update.rb:26:in `each'
/usr/lib/ruby/1.8/sup/update.rb:26:in `relay'
/usr/lib/ruby/1.8/sup/util.rb:520:in `send'
/usr/lib/ruby/1.8/sup/util.rb:520:in `method_missing'
/usr/lib/ruby/1.8/sup/poll.rb:166:in `add_new_message'
/usr/lib/ruby/1.8/sup/poll.rb:109:in `do_poll'
/usr/lib/ruby/1.8/sup/poll.rb:151:in `each_message_from'
/usr/lib/ruby/1.8/sup/imap.rb:197:in `each'
/usr/lib/ruby/1.8/sup/imap.rb:185:in `upto'
/usr/lib/ruby/1.8/sup/imap.rb:185:in `each'
/usr/lib/ruby/1.8/sup/util.rb:560:in `send'
/usr/lib/ruby/1.8/sup/util.rb:560:in `__pass'
/usr/lib/ruby/1.8/sup/util.rb:547:in `method_missing'
/usr/lib/ruby/1.8/sup/poll.rb:139:in `each_message_from'
/usr/lib/ruby/1.8/sup/poll.rb:93:in `do_poll'
/usr/lib/ruby/1.8/sup/poll.rb:81:in `each'
/usr/lib/ruby/1.8/sup/poll.rb:81:in `do_poll'
/usr/lib/ruby/1.8/sup/poll.rb:80:in `synchronize'
/usr/lib/ruby/1.8/sup/poll.rb:80:in `do_poll'
/usr/lib/ruby/1.8/sup/util.rb:520:in `send'
/usr/lib/ruby/1.8/sup/util.rb:520:in `method_missing'
/usr/lib/ruby/1.8/sup/modes/poll-mode.rb:15:in `poll'
/usr/lib/ruby/1.8/sup/poll.rb:48:in `poll'
/usr/lib/ruby/1.8/sup/util.rb:520:in `send'
/usr/lib/ruby/1.8/sup/util.rb:520:in `method_missing'
/usr/bin/sup-mail:195
/usr/lib/ruby/1.8/sup.rb:76:in `reporting_thread'
/usr/lib/ruby/1.8/sup.rb:74:in `initialize'
/usr/lib/ruby/1.8/sup.rb:74:in `new'
/usr/lib/ruby/1.8/sup.rb:74:in `reporting_thread'
/usr/bin/sup-mail:195
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:669:in `call'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:669:in
`__unprotected_load_threads'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:610:in `call'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:610:in
`load_n_threads_background'
/usr/lib/ruby/1.8/sup.rb:76:in `reporting_thread'
/usr/lib/ruby/1.8/sup.rb:74:in `initialize'
/usr/lib/ruby/1.8/sup.rb:74:in `new'
/usr/lib/ruby/1.8/sup.rb:74:in `reporting_thread'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:608:in
`load_n_threads_background'
/usr/lib/ruby/1.8/sup/modes/thread-index-mode.rb:679:in
`__unprotected_load_threads'
(eval):12:in `load_threads'
/usr/bin/sup-mail:195
[-- Attachment #1.2: Type: text/html, Size: 4577 bytes --]
[-- Attachment #2: Type: text/plain, Size: 140 bytes --]
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 5+ messages in thread
* [sup-talk] sup crash
2009-08-22 14:49 Carlos Franke
@ 2009-08-22 16:31 ` William Morgan
0 siblings, 0 replies; 5+ messages in thread
From: William Morgan @ 2009-08-22 16:31 UTC (permalink / raw)
Reformatted excerpts from Carlos Franke's message of 2009-08-22:
> invalid source 1
Sup is saying it has messages in its index that claim they're from
source 1, but your sources.yaml doesn't have such a source. Did you
remove something from sources.yaml?
The easiest way to fix this is to delete your ~/.sup/ferret/ directory
and run sup-sync --all --all-sources to rebuild the index, but you'll
lose all messages state. If that's not acceptable, you can re-add source
1, or you can delete all such messages from the index with some effort
and devel/console.sh.
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [sup-talk] sup crash
@ 2009-08-22 14:49 Carlos Franke
2009-08-22 16:31 ` William Morgan
0 siblings, 1 reply; 5+ messages in thread
From: Carlos Franke @ 2009-08-22 14:49 UTC (permalink / raw)
Hi!
sup 0.8.1 crashed being started after sup-config and sup-sync. Mail
source: Local IMAP server (Courier) that works with other clients.
sup's output asked me to send you the appended file. Have fun with it!
Carlos
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: exception-log.txt
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090822/fc801d3c/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090822/fc801d3c/attachment.bin>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-05 19:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-05 19:19 [sup-talk] Sup crash Ico
-- strict thread matches above, loose matches on Subject: below --
2010-05-24 8:12 [sup-talk] sup crash Lorenzo Bolla
2010-05-25 19:03 ` Anthony Martinez
2009-08-22 14:49 Carlos Franke
2009-08-22 16:31 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox