community/pipermail-archives/sup-talk/2011-08.txt (9170B) - raw
1 From alex.shulgin@gmail.com Fri Aug 12 01:20:32 2011
2 From: alex.shulgin@gmail.com (Alexander Shulgin)
3 Date: Fri, 12 Aug 2011 08:20:32 +0300
4 Subject: [sup-talk] Exception when archiving thread and moving to previous
5 one
6 Message-ID: <CAM-UEKQXzoq7ZtYfe9tMw=v_fj6DbK_j3XxD=f8jTs2XX9Tzxg@mail.gmail.com>
7
8 Hello,
9
10 Just got this exception:
11
12 --- ArgumentError from thread: load messages for thread-view-mode
13 buffer not on stack: #<Redwood::Buffer:0x7fd0148098a0>: "[SnakeOil -
14 Bug #12345] (New) Do some work"
15 /home/ash/src/sup-mainline/lib/sup/buffer.rb:440:in `kill_buffer'
16 /home/ash/src/sup-mainline/lib/sup/buffer.rb:431:in `kill_buffer_safely'
17 (eval):1:in `send'
18 (eval):1:in `kill_buffer_safely'
19 /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:647:in `dispatch'
20 /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:129:in `call'
21 /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:129:in `select'
22 /home/ash/src/sup-mainline/lib/sup.rb:78:in `reporting_thread'
23 /home/ash/src/sup-mainline/lib/sup.rb:76:in `initialize'
24 /home/ash/src/sup-mainline/lib/sup.rb:76:in `new'
25 /home/ash/src/sup-mainline/lib/sup.rb:76:in `reporting_thread'
26 /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:109:in `select'
27 /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:159:in
28 `launch_another_thread'
29 /home/ash/src/sup-mainline/lib/sup/modes/thread-index-mode.rb:145:in
30 `launch_prev_thread_before'
31 /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:654:in `dispatch'
32 /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:591:in
33 `archive_and_then'
34 /home/ash/src/sup-mainline/lib/sup/modes/thread-view-mode.rb:584:in
35 `archive_and_prev'
36 /home/ash/src/sup-mainline/lib/sup/mode.rb:59:in `send'
37 /home/ash/src/sup-mainline/lib/sup/mode.rb:59:in `handle_input'
38 /home/ash/src/sup-mainline/lib/sup/buffer.rb:277:in `handle_input'
39 /home/ash/src/sup-mainline/bin/sup:271
40
41 I was browsing my morning mail, then at some point I've typed "] a",
42 to archive currently open mail and move to the prev. one in the inbox.
43 This appeared to be stalled for a second or two, so I've pressed "x"
44 to kill current buffer and return to inbox. Sup crashed :'(
45
46 My version of sup is e146b1790bf3a9f231f0712e68280f726c1bd153 @
47 git://gitorious.org/sup/mainline.git
48
49 --
50 Regards,
51 Alex
52
53 From alex.shulgin@gmail.com Fri Aug 12 01:24:39 2011
54 From: alex.shulgin@gmail.com (Alexander Shulgin)
55 Date: Fri, 12 Aug 2011 08:24:39 +0300
56 Subject: [sup-talk] Exception when archiving thread and moving to
57 previous one
58 In-Reply-To: <CAM-UEKQXzoq7ZtYfe9tMw=v_fj6DbK_j3XxD=f8jTs2XX9Tzxg@mail.gmail.com>
59 References: <CAM-UEKQXzoq7ZtYfe9tMw=v_fj6DbK_j3XxD=f8jTs2XX9Tzxg@mail.gmail.com>
60 Message-ID: <CAM-UEKTf38FCOFMkd=GhSyrA7kZczcq1j3FQL2MBB9z=8U9fVA@mail.gmail.com>
61
62 On Fri, Aug 12, 2011 at 08:20, Alexander Shulgin <alex.shulgin at gmail.com> wrote:
63 >
64 > I was browsing my morning mail, then at some point I've typed "] a",
65 > to archive currently open mail and move to the prev. one in the inbox.
66 > ?This appeared to be stalled for a second or two, so I've pressed "x"
67 > to kill current buffer and return to inbox. ?Sup crashed :'(
68
69 Oh, the reason to the stall seems to be that the prev. mail was really
70 huge (21k lines), it takes about 3-4 seconds to open that particular
71 mail on my box. Hope this helps to track down the problem.
72
73 --
74 Alex
75
76 From matthieu.rakotojaona@gmail.com Mon Aug 15 17:19:12 2011
77 From: matthieu.rakotojaona@gmail.com (Matthieu Rakotojaona)
78 Date: Mon, 15 Aug 2011 23:19:12 +0200
79 Subject: [sup-talk] A little bit of heliotrope hacking
80 Message-ID: <CAMiZLn307C9-6eg10dPchSuWrpJVwezd+kriGv4Bch_J-JoV+g@mail.gmail.com>
81
82 Hello everyone,
83
84 I was playing with the lib/heliotrop-client to try and get some
85 messages from the heliotrope server. I think there is a mistake in
86 this file : one would need
87
88 require 'set'
89
90 to have it work. Turnsole includes it by default.
91
92 I was also thinking about trying to run a mailserver with heliotrope
93 as the mailstore. But I have only a few knowledge in this field. If I
94 understand well, I would need to install an MTA, and run something
95 like "cat message | ruby -I lib bin/heliotrope-add ", as explained in
96 the README, to deliver my mails to my mailbox. Is that right ?
97
98 Speaking of MTAs, which one would you recommand for a beginner like me
99 ? I can get my hands dirty, but I don't have much time. Postfix and
100 Exim seem like the most common, the former may be a good start.
101
102 I will try to get together some information about the JSON API
103 (nothing too fancy)
104
105 Bye !
106
107 --
108 Matthieu RAKOTOJAONA
109
110 From johnbent@gmail.com Thu Aug 18 17:03:11 2011
111 From: johnbent@gmail.com (John Bent)
112 Date: Thu, 18 Aug 2011 21:03:11 +0000
113 Subject: [sup-talk] wrong id called on #<YAML::DomainType
114 Message-ID: <CAGfFL-yCrAkTxr08jPX1Fxzdeh7Y+M==a-OKsOcs9gzS=Vh=dQ@mail.gmail.com>
115
116 Hello all,
117
118 My computer crashed and I had to reinstall the operating system but my sup
119 files should be all fine. However, when I try to run sup, I see the below
120 error. I've tried to sup-sync --restore and sup-sync --changed and they get
121 the same error. Anyone have any ideas? Thx.
122
123 --- RuntimeError from thread: main
124 wrong id called on #<YAML::DomainType:0x7f7d1db3b608
125 @value={"uri"=>"mbox:/Users/johnbent/mail/cronjobs", "usual"=>true,
126 "archived"=>true, "id"=>366, "labels"=>[]}, @type_id="Redwood/MBox",
127 @domain="masanjin.net,2006-10-01">
128 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup.rb:17:in `id'
129 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `send'
130 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `__pass'
131 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:588:in `id'
132 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in
133 `load_sources'
134 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in `map'
135 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in
136 `load_sources'
137 /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
138 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:214:in
139 `load_sources'
140 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in `send'
141 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in
142 `method_missing'
143 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:70:in `load'
144 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in `send'
145 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in
146 `method_missing'
147 /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/bin/sup:169
148 /usr/bin/sup:19:in `load'
149 /usr/bin/sup:19
150
151 John
152 -------------- next part --------------
153 An HTML attachment was scrubbed...
154 URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20110818/4bec1b66/attachment.html>
155
156 From johnbent@gmail.com Thu Aug 18 17:38:05 2011
157 From: johnbent@gmail.com (John Bent)
158 Date: Thu, 18 Aug 2011 21:38:05 +0000
159 Subject: [sup-talk] wrong id called on #<YAML::DomainType
160 In-Reply-To: <CAGfFL-yCrAkTxr08jPX1Fxzdeh7Y+M==a-OKsOcs9gzS=Vh=dQ@mail.gmail.com>
161 References: <CAGfFL-yCrAkTxr08jPX1Fxzdeh7Y+M==a-OKsOcs9gzS=Vh=dQ@mail.gmail.com>
162 Message-ID: <CAGfFL-yHEEHV4ynkhHqeab9NuVVoxCm0XwzXUfgJxxFCsFTdSg@mail.gmail.com>
163
164 All,
165
166 I figured it out. FYI: the problem was that my old install of sup was using
167 xapian V4 and the newly installed one ('yum install sup') was using V1.
168
169 Thanks,
170
171 John
172
173 On Thu, Aug 18, 2011 at 9:03 PM, John Bent <johnbent at gmail.com> wrote:
174
175 > Hello all,
176 >
177 > My computer crashed and I had to reinstall the operating system but my sup
178 > files should be all fine. However, when I try to run sup, I see the below
179 > error. I've tried to sup-sync --restore and sup-sync --changed and they get
180 > the same error. Anyone have any ideas? Thx.
181 >
182 > --- RuntimeError from thread: main
183 > wrong id called on #<YAML::DomainType:0x7f7d1db3b608
184 > @value={"uri"=>"mbox:/Users/johnbent/mail/cronjobs", "usual"=>true,
185 > "archived"=>true, "id"=>366, "labels"=>[]}, @type_id="Redwood/MBox",
186 > @domain="masanjin.net,2006-10-01">
187 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup.rb:17:in `id'
188 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `send'
189 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:599:in `__pass'
190 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:588:in `id'
191 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in
192 > `load_sources'
193 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in `map'
194 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:215:in
195 > `load_sources'
196 > /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
197 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/source.rb:214:in
198 > `load_sources'
199 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in `send'
200 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/util.rb:559:in
201 > `method_missing'
202 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:70:in `load'
203 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in `send'
204 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/lib/sup/index.rb:236:in
205 > `method_missing'
206 > /usr/lib/ruby/gems/1.8/gems/sup-0.10.2/bin/sup:169
207 > /usr/bin/sup:19:in `load'
208 > /usr/bin/sup:19
209 >
210 > John
211 >
212 -------------- next part --------------
213 An HTML attachment was scrubbed...
214 URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20110818/8bf5d92e/attachment-0001.html>
215