community/pipermail-archives/sup-talk/2012-04.txt (39166B) - raw
1 From ruthard.baudach@web.de Sat Apr 14 22:17:45 2012
2 From: ruthard.baudach@web.de (Ruthard Baudach)
3 Date: Sun, 15 Apr 2012 00:17:45 +0200
4 Subject: [sup-talk] wiki vandalized
5 Message-ID: <1334441695-sup-7351@prxbdc.dyndns.org>
6
7 The sup wiki was vandalized. I tried to rescue as much as I could, but
8 could not restore some pages.
9
10 Is it possible to integrate a kind of gotcha?
11
12 Ruthard
13
14
15 From masterkorp@masterkorp.net Sun Apr 15 00:36:40 2012
16 From: masterkorp@masterkorp.net (Alfredo Palhares)
17 Date: Sun, 15 Apr 2012 02:36:40 +0200
18 Subject: [sup-talk] wiki vandalized
19 In-Reply-To: <1334441695-sup-7351@prxbdc.dyndns.org>
20 References: <1334441695-sup-7351@prxbdc.dyndns.org>
21 Message-ID: <1334450086-sup-1101@masterkorp.net>
22
23 Excerpts from Ruthard Baudach's message of Sun Apr 15 00:17:45 +0200 2012:
24 > The sup wiki was vandalized. I tried to rescue as much as I could, but
25 > could not restore some pages.
26 >
27 > Is it possible to integrate a kind of gotcha?
28 >
29 > Ruthard
30 we need to convertthe wiki to gollem, the git powered wiki.
31
32 From wmorgan@masanjin.net Fri Apr 20 20:52:46 2012
33 From: wmorgan@masanjin.net (William Morgan)
34 Date: Fri, 20 Apr 2012 13:52:46 -0700
35 Subject: [sup-talk] Fwd: [sup-devel] [heliotrope] crashes while importing
36 In-Reply-To: <CAE+8KM3BeubqLWAZFYOYjEiVUYpQT3vhwhaf37r1BzVECngbJA@mail.gmail.com>
37 References: <20120301151701.23555.84803@localhost> <1330985181-sup-8598@typhon>
38 <CAE+8KM0gu1UD=gGXfiEwmceW82AxF02Y+=Y-AZTW3SR5hToXZg@mail.gmail.com>
39 <CAE+8KM3BeubqLWAZFYOYjEiVUYpQT3vhwhaf37r1BzVECngbJA@mail.gmail.com>
40 Message-ID: <1334932275-turnsole-49140@terminus-est>
41
42 Hi Johann,
43
44 Excerpts from Johann Kl?hn's message of 2012-04-18 13:58:24 -0700:
45 > After sucessfully importing several messages I now run into this every
46 > time I try to import mails from gmail. (It does not crash on the same
47 > message every time. Perhaps the offending message is marked as seen
48 > before the crash happens and thus is skipped the next time.)
49
50 Thanks for the report. This appears to be a crash in leveldb-ruby. I
51 should be prepping a new release shortly that might fix this problem
52 (there have been random leveldb bugfixes in the mean time, though I'm
53 not sure if any of them are particular to this problen).
54
55 Since you can reproduce this, can you try running this command through
56 valgrind or gdb and seeing if that points to anything interesting in the
57 crash? For extra credit, check out the leveldb-ruby project, recompile
58 it with debugging turned on, and then run it through valgrind.
59
60 If this isn't fixed with the latest leveldb code, then we'll have to
61 send the bug report upstream to them.
62
63 I'm leaving the rest of your report in for the list:
64 >
65 > ~/Sync/repositories/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:735:
66 > [BUG] Bus Error
67 > (that's "@store[key] = Marshal.dump(value.to_hash)" in "write_hash")
68 >
69 > -- C level backtrace information -------------------------------------------
70 > /usr/lib/libruby.so.1.9(+0x155629) [0x7f6dcf4ad629]
71 > /usr/lib/libruby.so.1.9(+0x57c59) [0x7f6dcf3afc59]
72 > /usr/lib/libruby.so.1.9(rb_bug+0xb3) [0x7f6dcf3b0493]
73 > /usr/lib/libruby.so.1.9(+0xf6d12) [0x7f6dcf44ed12]
74 > /lib/libc.so.6(+0x34cb0) [0x7f6dcefebcb0]
75 > /lib/libc.so.6(+0x12d67e) [0x7f6dcf0e467e]
76 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(+0x339dd)
77 > [0x7f6dcb11e9dd]
78 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb3log6Writer18EmitPhysicalRecordENS0_10RecordTypeEPKcm+0xd1)
79 > [0x7f6dcb10b091]
80 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb3log6Writer9AddRecordERKNS_5SliceE+0x74)
81 >
82 > I'm using Arch Linux, ruby 1.9.3p125, heliotrope as of commit 19fc1bf,
83 > leveldb-ruby 0.14, whistlepig-0.10. See attached (full) crash log.
84 >
85 > Thanks for your work on heliotrope so far, I'm eager to get it to work.
86 > ; scanned 1307, indexed 25, skipped 0 bad and 1282 seen messages in 2218.0s = 0.6 m/s
87 > ; adding 21891 with labels {} and state {unread}
88 > ; adding 21893 with labels {} and state {unread}
89 > ; adding 21897 with labels {} and state {unread}
90 > ; adding 21899 with labels {} and state {unread}
91 > ; adding 21901 with labels {} and state {unread}
92 > ; adding 21902 with labels {} and state {}
93 > ; adding 21903 with labels {notifications} and state {}
94 > ; adding 21904 with labels {} and state {}
95 > ~/Sync/repositories/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:735: [BUG] Bus Error
96 > ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
97 >
98 > -- Control frame information -----------------------------------------------
99 > c:0011 p:---- s:0097 b:0097 l:000096 d:000096 CFUNC :put
100 > c:0010 p:0072 s:0092 b:0091 l:000090 d:000090 METHOD ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:735
101 > c:0009 p:0129 s:0086 b:0086 l:000085 d:000085 METHOD ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:674
102 > c:0008 p:0238 s:0077 b:0077 l:000076 d:000076 METHOD ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:122
103 > c:0007 p:0312 s:0060 b:0060 l:002058 d:000059 BLOCK bin/heliotrope-import:133
104 > c:0006 p:0188 s:0047 b:0047 l:000028 d:000046 BLOCK ?/wmorgan/heliotrope/lib/heliotrope/message-adder.rb:57
105 > c:0005 p:0095 s:0036 b:0036 l:000035 d:000035 METHOD ?/wmorgan/heliotrope/lib/heliotrope/imap-dumper.rb:149
106 > c:0004 p:0211 s:0029 b:0029 l:000028 d:000028 METHOD ?/wmorgan/heliotrope/lib/heliotrope/message-adder.rb:42
107 > c:0003 p:0611 s:0018 b:0018 l:002058 d:000c48 EVAL bin/heliotrope-import:109
108 > c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
109 > c:0001 p:0000 s:0002 b:0002 l:002058 d:002058 TOP
110 >
111 > -- Ruby level backtrace information ----------------------------------------
112 > bin/heliotrope-import:109:in `<main>'
113 > ?/wmorgan/heliotrope/lib/heliotrope/message-adder.rb:42:in `each_message'
114 > ?/wmorgan/heliotrope/lib/heliotrope/imap-dumper.rb:149:in `each_message'
115 > ?/wmorgan/heliotrope/lib/heliotrope/message-adder.rb:57:in `block in each_message'
116 > bin/heliotrope-import:133:in `block in <main>'
117 > ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:122:in `add_message'
118 > ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:674:in `write_messageinfo!'
119 > ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:735:in `write_hash'
120 > ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb:735:in `put'
121 >
122 > -- C level backtrace information -------------------------------------------
123 > /usr/lib/libruby.so.1.9(+0x155629) [0x7f6dcf4ad629]
124 > /usr/lib/libruby.so.1.9(+0x57c59) [0x7f6dcf3afc59]
125 > /usr/lib/libruby.so.1.9(rb_bug+0xb3) [0x7f6dcf3b0493]
126 > /usr/lib/libruby.so.1.9(+0xf6d12) [0x7f6dcf44ed12]
127 > /lib/libc.so.6(+0x34cb0) [0x7f6dcefebcb0]
128 > /lib/libc.so.6(+0x12d67e) [0x7f6dcf0e467e]
129 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(+0x339dd) [0x7f6dcb11e9dd]
130 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb3log6Writer18EmitPhysicalRecordENS0_10RecordTypeEPKcm+0xd1) [0x7f6dcb10b091]
131 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb3log6Writer9AddRecordERKNS_5SliceE+0x74) [0x7f6dcb10b1e4]
132 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb6DBImpl5WriteERKNS_12WriteOptionsEPNS_10WriteBatchE+0x161) [0x7f6dcb100b71]
133 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb2DB3PutERKNS_12WriteOptionsERKNS_5SliceES6_+0x55) [0x7f6dcb100f25]
134 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(_ZN7leveldb6DBImpl3PutERKNS_12WriteOptionsERKNS_5SliceES6_+0x9) [0x7f6dcb100f79]
135 > ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so(+0x13323) [0x7f6dcb0fe323]
136 > /usr/lib/libruby.so.1.9(+0x14f7c3) [0x7f6dcf4a77c3]
137 > /usr/lib/libruby.so.1.9(+0x1455f2) [0x7f6dcf49d5f2]
138 > /usr/lib/libruby.so.1.9(+0x14aca0) [0x7f6dcf4a2ca0]
139 > /usr/lib/libruby.so.1.9(rb_iseq_eval_main+0xad) [0x7f6dcf4aa1ad]
140 > /usr/lib/libruby.so.1.9(+0x5b53a) [0x7f6dcf3b353a]
141 > /usr/lib/libruby.so.1.9(ruby_exec_node+0x1d) [0x7f6dcf3b3fdd]
142 > /usr/lib/libruby.so.1.9(ruby_run_node+0x1e) [0x7f6dcf3b5a6e]
143 > ruby() [0x40086b]
144 > /lib/libc.so.6(__libc_start_main+0xf5) [0x7f6dcefd8455]
145 > ruby() [0x400899]
146 >
147 > -- Other runtime information -----------------------------------------------
148 >
149 > * Loaded script: bin/heliotrope-import
150 >
151 > * Loaded features:
152 >
153 > 0 enumerator.so
154 > 1 /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
155 > 2 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
156 > 3 /usr/lib/ruby/1.9.1/rubygems/defaults.rb
157 > 4 /usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb
158 > 5 /usr/lib/ruby/1.9.1/rubygems/deprecate.rb
159 > 6 /usr/lib/ruby/1.9.1/rubygems/exceptions.rb
160 > 7 /usr/lib/ruby/1.9.1/rubygems/custom_require.rb
161 > 8 /usr/lib/ruby/1.9.1/rubygems.rb
162 > 9 /usr/lib/ruby/1.9.1/rubygems/version.rb
163 > 10 /usr/lib/ruby/1.9.1/rubygems/requirement.rb
164 > 11 /usr/lib/ruby/1.9.1/rubygems/platform.rb
165 > 12 /usr/lib/ruby/1.9.1/rubygems/specification.rb
166 > 13 /usr/lib/ruby/1.9.1/rubygems/path_support.rb
167 > 14 /usr/lib/ruby/1.9.1/rubygems/dependency.rb
168 > 15 /usr/lib/ruby/1.9.1/x86_64-linux/date_core.so
169 > 16 /usr/lib/ruby/1.9.1/date/format.rb
170 > 17 /usr/lib/ruby/1.9.1/date.rb
171 > 18 ~/.gem/ruby/1.9.1/gems/trollop-1.16.2/lib/trollop.rb
172 > 19 /usr/lib/ruby/1.9.1/json/version.rb
173 > 20 /usr/lib/ruby/1.9.1/json/common.rb
174 > 21 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
175 > 22 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
176 > 23 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
177 > 24 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
178 > 25 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
179 > 26 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
180 > 27 /usr/lib/ruby/1.9.1/json/ext.rb
181 > 28 /usr/lib/ruby/1.9.1/json.rb
182 > 29 ?/wmorgan/heliotrope/lib/heliotrope/message-adder.rb
183 > 30 /usr/lib/ruby/1.9.1/x86_64-linux/iconv.so
184 > 31 ?/wmorgan/heliotrope/lib/heliotrope/decoder.rb
185 > 32 ?/wmorgan/heliotrope/lib/heliotrope/person.rb
186 > 33 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/address.rb
187 > 34 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/utils.rb
188 > 35 /usr/lib/ruby/1.9.1/x86_64-linux/digest.so
189 > 36 /usr/lib/ruby/1.9.1/digest.rb
190 > 37 /usr/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
191 > 38 /usr/lib/ruby/1.9.1/time.rb
192 > 39 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/header.rb
193 > 40 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/mailbox.rb
194 > 41 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/message.rb
195 > 42 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/parser/pushbackreader.rb
196 > 43 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/parser/multipart.rb
197 > 44 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/parser.rb
198 > 45 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/serialize.rb
199 > 46 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail/mailbox/mboxreader.rb
200 > 47 ~/.gem/ruby/1.9.1/gems/rmail-1.0.0/lib/rmail.rb
201 > 48 /usr/lib/ruby/1.9.1/timeout.rb
202 > 49 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/util/memoizable.rb
203 > 50 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag/simple.rb
204 > 51 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag/irregular.rb
205 > 52 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag/common.rb
206 > 53 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag/rfc.rb
207 > 54 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag/cldr.rb
208 > 55 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag/posix.rb
209 > 56 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/tag.rb
210 > 57 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/taglist.rb
211 > 58 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/version.rb
212 > 59 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale.rb
213 > 60 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/driver/env.rb
214 > 61 ~/.gem/ruby/1.9.1/gems/locale-2.0.5/lib/locale/driver/posix.rb
215 > 62 ?/wmorgan/heliotrope/lib/heliotrope/message.rb
216 > 63 ?/wmorgan/heliotrope/lib/heliotrope/mbox-splitter.rb
217 > 64 /usr/lib/ruby/1.9.1/x86_64-linux/socket.so
218 > 65 /usr/lib/ruby/1.9.1/socket.rb
219 > 66 /usr/lib/ruby/1.9.1/thread.rb
220 > 67 /usr/lib/ruby/1.9.1/monitor.rb
221 > 68 /usr/lib/ruby/1.9.1/x86_64-linux/strscan.so
222 > 69 /usr/lib/ruby/1.9.1/x86_64-linux/openssl.so
223 > 70 /usr/lib/ruby/1.9.1/openssl/bn.rb
224 > 71 /usr/lib/ruby/1.9.1/openssl/cipher.rb
225 > 72 /usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
226 > 73 /usr/lib/ruby/1.9.1/openssl/config.rb
227 > 74 /usr/lib/ruby/1.9.1/openssl/digest.rb
228 > 75 /usr/lib/ruby/1.9.1/openssl/buffering.rb
229 > 76 /usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
230 > 77 /usr/lib/ruby/1.9.1/openssl/ssl-internal.rb
231 > 78 /usr/lib/ruby/1.9.1/openssl/x509-internal.rb
232 > 79 /usr/lib/ruby/1.9.1/openssl.rb
233 > 80 /usr/lib/ruby/1.9.1/net/imap.rb
234 > 81 ?/wmorgan/heliotrope/lib/heliotrope/imap-dumper.rb
235 > 82 ?/wmorgan/heliotrope/lib/heliotrope/gmail-dumper.rb
236 > 83 ?/wmorgan/heliotrope/lib/heliotrope/maildir-walker.rb
237 > 84 ~/.gem/ruby/1.9.1/gems/whistlepig-0.10/lib/whistlepig/whistlepig.so
238 > 85 ~/.gem/ruby/1.9.1/gems/whistlepig-0.10/lib/whistlepig.rb
239 > 86 ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
240 > 87 ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb.rb
241 > 88 /usr/lib/ruby/1.9.1/set.rb
242 > 89 ?/wmorgan/heliotrope/lib/heliotrope/meta-index.rb
243 > 90 /usr/lib/ruby/1.9.1/x86_64-linux/zlib.so
244 > 91 ?/wmorgan/heliotrope/lib/heliotrope/zmbox.rb
245 > 92 ?/wmorgan/heliotrope/lib/heliotrope/query.rb
246 > 93 /usr/lib/ruby/1.9.1/x86_64-linux/etc.so
247 > 94 /usr/lib/ruby/1.9.1/fileutils.rb
248 > 95 ?/wmorgan/heliotrope/lib/heliotrope/hooks.rb
249 > 96 ?/wmorgan/heliotrope/lib/heliotrope.rb
250 > 97 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
251 > 98 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
252 > 99 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_15.so
253 > 100 /usr/lib/ruby/1.9.1/x86_64-linux/enc/euc_kr.so
254 > 101 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/korean.so
255 >
256 > * Process memory map:
257 >
258 > 00400000-00401000 r-xp 00000000 fe:00 416133 /usr/bin/ruby
259 > 00600000-00601000 r--p 00000000 fe:00 416133 /usr/bin/ruby
260 > 00601000-00602000 rw-p 00001000 fe:00 416133 /usr/bin/ruby
261 > 0084d000-0b025000 rw-p 00000000 00:00 0 [heap]
262 > 7f6da8000000-7f6da8aa0000 rw-p 00000000 00:00 0
263 > 7f6da8aa0000-7f6dac000000 ---p 00000000 00:00 0
264 > 7f6db0000000-7f6db0021000 rw-p 00000000 00:00 0
265 > 7f6db0021000-7f6db4000000 ---p 00000000 00:00 0
266 > 7f6dbbff0000-7f6dbc000000 rw-s 00000000 fe:01 13633738 ~/mails/store/000036.log
267 > 7f6dbc000000-7f6dbc025000 rw-p 00000000 00:00 0
268 > 7f6dbc025000-7f6dc0000000 ---p 00000000 00:00 0
269 > 7f6dc37ff000-7f6dc3800000 ---p 00000000 00:00 0
270 > 7f6dc3800000-7f6dc4000000 rw-p 00000000 00:00 0
271 > 7f6dc4000000-7f6dc8000000 rw-p 00000000 00:00 0
272 > 7f6dc86ea000-7f6dc8725000 r-xp 00000000 fe:00 449233 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/korean.so
273 > 7f6dc8725000-7f6dc8924000 ---p 0003b000 fe:00 449233 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/korean.so
274 > 7f6dc8924000-7f6dc8925000 r--p 0003a000 fe:00 449233 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/korean.so
275 > 7f6dc8925000-7f6dc8926000 rw-p 0003b000 fe:00 449233 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/korean.so
276 > 7f6dc8926000-7f6dc8928000 r-xp 00000000 fe:00 449203 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_15.so
277 > 7f6dc8928000-7f6dc8b27000 ---p 00002000 fe:00 449203 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_15.so
278 > 7f6dc8b27000-7f6dc8b28000 r--p 00001000 fe:00 449203 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_15.so
279 > 7f6dc8b28000-7f6dc8b29000 rw-p 00002000 fe:00 449203 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_15.so
280 > 7f6dc8b29000-7f6dc8b3f000 r-xp 00000000 fe:00 449238 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
281 > 7f6dc8b3f000-7f6dc8d3e000 ---p 00016000 fe:00 449238 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
282 > 7f6dc8d3e000-7f6dc8d43000 r--p 00015000 fe:00 449238 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
283 > 7f6dc8d43000-7f6dc8d44000 rw-p 0001a000 fe:00 449238 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/single_byte.so
284 > 7f6dc8d44000-7f6dc8d46000 r-xp 00000000 fe:00 449206 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
285 > 7f6dc8d46000-7f6dc8f45000 ---p 00002000 fe:00 449206 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
286 > 7f6dc8f45000-7f6dc8f46000 r--p 00001000 fe:00 449206 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
287 > 7f6dc8f46000-7f6dc8f47000 rw-p 00002000 fe:00 449206 /usr/lib/ruby/1.9.1/x86_64-linux/enc/iso_8859_1.so
288 > 7f6dc8fc9000-7f6dc8fcb000 r-xp 00000000 fe:00 449205 /usr/lib/ruby/1.9.1/x86_64-linux/enc/euc_kr.so
289 > 7f6dc8fcb000-7f6dc91ca000 ---p 00002000 fe:00 449205 /usr/lib/ruby/1.9.1/x86_64-linux/enc/euc_kr.so
290 > 7f6dc91ca000-7f6dc91cb000 r--p 00001000 fe:00 449205 /usr/lib/ruby/1.9.1/x86_64-linux/enc/euc_kr.so
291 > 7f6dc91cb000-7f6dc91cc000 rw-p 00002000 fe:00 449205 /usr/lib/ruby/1.9.1/x86_64-linux/enc/euc_kr.so
292 > 7f6dc91cc000-7f6dc91cd000 ---p 00000000 00:00 0
293 > 7f6dc91cd000-7f6dc9391000 rw-p 00000000 00:00 0
294 > 7f6dc9391000-7f6dc9392000 ---p 00000000 00:00 0
295 > 7f6dc9392000-7f6dc9513000 rw-p 00000000 00:00 0
296 > 7f6dc9513000-7f6dc9526000 r-xp 00000000 fe:00 266334 /lib/libresolv-2.15.so
297 > 7f6dc9526000-7f6dc9726000 ---p 00013000 fe:00 266334 /lib/libresolv-2.15.so
298 > 7f6dc9726000-7f6dc9727000 r--p 00013000 fe:00 266334 /lib/libresolv-2.15.so
299 > 7f6dc9727000-7f6dc9728000 rw-p 00014000 fe:00 266334 /lib/libresolv-2.15.so
300 > 7f6dc9728000-7f6dc972a000 rw-p 00000000 00:00 0
301 > 7f6dc972a000-7f6dc972f000 r-xp 00000000 fe:00 261238 /lib/libnss_dns-2.15.so
302 > 7f6dc972f000-7f6dc992e000 ---p 00005000 fe:00 261238 /lib/libnss_dns-2.15.so
303 > 7f6dc992e000-7f6dc992f000 r--p 00004000 fe:00 261238 /lib/libnss_dns-2.15.so
304 > 7f6dc992f000-7f6dc9930000 rw-p 00005000 fe:00 261238 /lib/libnss_dns-2.15.so
305 > 7f6dc9930000-7f6dc993c000 r-xp 00000000 fe:00 261239 /lib/libnss_files-2.15.so
306 > 7f6dc993c000-7f6dc9b3b000 ---p 0000c000 fe:00 261239 /lib/libnss_files-2.15.so
307 > 7f6dc9b3b000-7f6dc9b3c000 r--p 0000b000 fe:00 261239 /lib/libnss_files-2.15.so
308 > 7f6dc9b3c000-7f6dc9b3d000 rw-p 0000c000 fe:00 261239 /lib/libnss_files-2.15.so
309 > 7f6dc9b66000-7f6dc9b6f000 rw-s 00000000 fe:01 13631779 ~/mails/index/whistlepig0.lb
310 > 7f6dc9b6f000-7f6dca370000 rw-s 00000000 fe:01 13631780 ~/mails/index/whistlepig0.pr
311 > 7f6dca370000-7f6dca5bd000 rw-s 00000000 fe:01 13631784 ~/mails/index/whistlepig0.th
312 > 7f6dca5bd000-7f6dca7c0000 rw-s 00000000 fe:01 13631783 ~/mails/index/whistlepig0.sp
313 > 7f6dca7c0000-7f6dca7c3000 r-xp 00000000 fe:00 449168 /usr/lib/ruby/1.9.1/x86_64-linux/etc.so
314 > 7f6dca7c3000-7f6dca9c2000 ---p 00003000 fe:00 449168 /usr/lib/ruby/1.9.1/x86_64-linux/etc.so
315 > 7f6dca9c2000-7f6dca9c3000 r--p 00002000 fe:00 449168 /usr/lib/ruby/1.9.1/x86_64-linux/etc.so
316 > 7f6dca9c3000-7f6dca9c4000 rw-p 00003000 fe:00 449168 /usr/lib/ruby/1.9.1/x86_64-linux/etc.so
317 > 7f6dca9c4000-7f6dca9d0000 r-xp 00000000 fe:00 449180 /usr/lib/ruby/1.9.1/x86_64-linux/zlib.so
318 > 7f6dca9d0000-7f6dcabd0000 ---p 0000c000 fe:00 449180 /usr/lib/ruby/1.9.1/x86_64-linux/zlib.so
319 > 7f6dcabd0000-7f6dcabd1000 r--p 0000c000 fe:00 449180 /usr/lib/ruby/1.9.1/x86_64-linux/zlib.so
320 > 7f6dcabd1000-7f6dcabd2000 rw-p 0000d000 fe:00 449180 /usr/lib/ruby/1.9.1/x86_64-linux/zlib.so
321 > 7f6dcabd2000-7f6dcabe7000 r-xp 00000000 fe:00 392358 /usr/lib/libgcc_s.so.1
322 > 7f6dcabe7000-7f6dcade6000 ---p 00015000 fe:00 392358 /usr/lib/libgcc_s.so.1
323 > 7f6dcade6000-7f6dcade7000 rw-p 00014000 fe:00 392358 /usr/lib/libgcc_s.so.1
324 > 7f6dcade7000-7f6dcaecc000 r-xp 00000000 fe:00 392339 /usr/lib/libstdc++.so.6.0.17
325 > 7f6dcaecc000-7f6dcb0cc000 ---p 000e5000 fe:00 392339 /usr/lib/libstdc++.so.6.0.17
326 > 7f6dcb0cc000-7f6dcb0d4000 r--p 000e5000 fe:00 392339 /usr/lib/libstdc++.so.6.0.17
327 > 7f6dcb0d4000-7f6dcb0d6000 rw-p 000ed000 fe:00 392339 /usr/lib/libstdc++.so.6.0.17
328 > 7f6dcb0d6000-7f6dcb0eb000 rw-p 00000000 00:00 0
329 > 7f6dcb0eb000-7f6dcb12c000 r-xp 00000000 fe:01 13632876 ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
330 > 7f6dcb12c000-7f6dcb32b000 ---p 00041000 fe:01 13632876 ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
331 > 7f6dcb32b000-7f6dcb32d000 r--p 00040000 fe:01 13632876 ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
332 > 7f6dcb32d000-7f6dcb32e000 rw-p 00042000 fe:01 13632876 ~/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
333 > 7f6dcb32e000-7f6dcb34e000 r-xp 00000000 fe:01 13632535 ~/.gem/ruby/1.9.1/gems/whistlepig-0.10/lib/whistlepig/whistlepig.so
334 > 7f6dcb34e000-7f6dcb54d000 ---p 00020000 fe:01 13632535 ~/.gem/ruby/1.9.1/gems/whistlepig-0.10/lib/whistlepig/whistlepig.so
335 > 7f6dcb54d000-7f6dcb54e000 r--p 0001f000 fe:01 13632535 ~/.gem/ruby/1.9.1/gems/whistlepig-0.10/lib/whistlepig/whistlepig.so
336 > 7f6dcb54e000-7f6dcb54f000 rw-p 00020000 fe:01 13632535 ~/.gem/ruby/1.9.1/gems/whistlepig-0.10/lib/whistlepig/whistlepig.so
337 > 7f6dcb54f000-7f6dcb550000 r-xp 00000000 fe:00 449193 /usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
338 > 7f6dcb550000-7f6dcb74f000 ---p 00001000 fe:00 449193 /usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
339 > 7f6dcb74f000-7f6dcb750000 r--p 00000000 fe:00 449193 /usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
340 > 7f6dcb750000-7f6dcb751000 rw-p 00001000 fe:00 449193 /usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
341 > 7f6dcb751000-7f6dcb757000 r-xp 00000000 fe:00 449166 /usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
342 > 7f6dcb757000-7f6dcb956000 ---p 00006000 fe:00 449166 /usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
343 > 7f6dcb956000-7f6dcb957000 r--p 00005000 fe:00 449166 /usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
344 > 7f6dcb957000-7f6dcb958000 rw-p 00006000 fe:00 449166 /usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
345 > 7f6dcb958000-7f6dcb9b8000 r-xp 00000000 fe:00 427152 /usr/lib/libssl.so.1.0.0
346 > 7f6dcb9b8000-7f6dcbbb7000 ---p 00060000 fe:00 427152 /usr/lib/libssl.so.1.0.0
347 > 7f6dcbbb7000-7f6dcbbbb000 r--p 0005f000 fe:00 427152 /usr/lib/libssl.so.1.0.0
348 > 7f6dcbbbb000-7f6dcbbc1000 rw-p 00063000 fe:00 427152 /usr/lib/libssl.so.1.0.0
349 > 7f6dcbbc1000-7f6dcbbc2000 rw-p 00000000 00:00 0
350 > 7f6dcbbc2000-7f6dcbc0d000 r-xp 00000000 fe:00 449189 /usr/lib/ruby/1.9.1/x86_64-linux/openssl.so
351 > 7f6dcbc0d000-7f6dcbe0d000 ---p 0004b000 fe:00 449189 /usr/lib/ruby/1.9.1/x86_64-linux/openssl.so
352 > 7f6dcbe0d000-7f6dcbe0e000 r--p 0004b000 fe:00 449189 /usr/lib/ruby/1.9.1/x86_64-linux/openssl.so
353 > 7f6dcbe0e000-7f6dcbe10000 rw-p 0004c000 fe:00 449189 /usr/lib/ruby/1.9.1/x86_64-linux/openssl.so
354 > 7f6dcbe10000-7f6dcbe11000 rw-p 00000000 00:00 0
355 > 7f6dcbe11000-7f6dcbe16000 r-xp 00000000 fe:00 449188 /usr/lib/ruby/1.9.1/x86_64-linux/strscan.so
356 > 7f6dcbe16000-7f6dcc015000 ---p 00005000 fe:00 449188 /usr/lib/ruby/1.9.1/x86_64-linux/strscan.so
357 > 7f6dcc015000-7f6dcc016000 r--p 00004000 fe:00 449188 /usr/lib/ruby/1.9.1/x86_64-linux/strscan.so
358 > 7f6dcc016000-7f6dcc017000 rw-p 00005000 fe:00 449188 /usr/lib/ruby/1.9.1/x86_64-linux/strscan.so
359 > 7f6dcc017000-7f6dcc039000 r-xp 00000000 fe:00 449176 /usr/lib/ruby/1.9.1/x86_64-linux/socket.so
360 > 7f6dcc039000-7f6dcc238000 ---p 00022000 fe:00 449176 /usr/lib/ruby/1.9.1/x86_64-linux/socket.so
361 > 7f6dcc238000-7f6dcc239000 r--p 00021000 fe:00 449176 /usr/lib/ruby/1.9.1/x86_64-linux/socket.so
362 > 7f6dcc239000-7f6dcc23a000 rw-p 00022000 fe:00 449176 /usr/lib/ruby/1.9.1/x86_64-linux/socket.so
363 > 7f6dcc23a000-7f6dcc23d000 r-xp 00000000 fe:00 449192 /usr/lib/ruby/1.9.1/x86_64-linux/digest.so
364 > 7f6dcc23d000-7f6dcc43c000 ---p 00003000 fe:00 449192 /usr/lib/ruby/1.9.1/x86_64-linux/digest.so
365 > 7f6dcc43c000-7f6dcc43d000 r--p 00002000 fe:00 449192 /usr/lib/ruby/1.9.1/x86_64-linux/digest.so
366 > 7f6dcc43d000-7f6dcc43e000 rw-p 00003000 fe:00 449192 /usr/lib/ruby/1.9.1/x86_64-linux/digest.so
367 > 7f6dcc43e000-7f6dcc453000 r-xp 00000000 fe:00 397860 /usr/lib/libz.so.1.2.6
368 > 7f6dcc453000-7f6dcc652000 ---p 00015000 fe:00 397860 /usr/lib/libz.so.1.2.6
369 > 7f6dcc652000-7f6dcc653000 r--p 00014000 fe:00 397860 /usr/lib/libz.so.1.2.6
370 > 7f6dcc653000-7f6dcc654000 rw-p 00015000 fe:00 397860 /usr/lib/libz.so.1.2.6
371 > 7f6dcc654000-7f6dcc833000 r-xp 00000000 fe:00 427153 /usr/lib/libcrypto.so.1.0.0
372 > 7f6dcc833000-7f6dcca33000 ---p 001df000 fe:00 427153 /usr/lib/libcrypto.so.1.0.0
373 > 7f6dcca33000-7f6dcca4e000 r--p 001df000 fe:00 427153 /usr/lib/libcrypto.so.1.0.0
374 > 7f6dcca4e000-7f6dcca59000 rw-p 001fa000 fe:00 427153 /usr/lib/libcrypto.so.1.0.0
375 > 7f6dcca59000-7f6dcca5d000 rw-p 00000000 00:00 0
376 > 7f6dcca5d000-7f6dcca5e000 r-xp 00000000 fe:00 449261 /usr/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
377 > 7f6dcca5e000-7f6dccc5d000 ---p 00001000 fe:00 449261 /usr/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
378 > 7f6dccc5d000-7f6dccc5e000 r--p 00000000 fe:00 449261 /usr/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
379 > 7f6dccc5e000-7f6dccc5f000 rw-p 00001000 fe:00 449261 /usr/lib/ruby/1.9.1/x86_64-linux/digest/md5.so
380 > 7f6dccc5f000-7f6dccc64000 r-xp 00000000 fe:00 449174 /usr/lib/ruby/1.9.1/x86_64-linux/iconv.so
381 > 7f6dccc64000-7f6dcce64000 ---p 00005000 fe:00 449174 /usr/lib/ruby/1.9.1/x86_64-linux/iconv.so
382 > 7f6dcce64000-7f6dcce65000 r--p 00005000 fe:00 449174 /usr/lib/ruby/1.9.1/x86_64-linux/iconv.so
383 > 7f6dcce65000-7f6dcce66000 rw-p 00006000 fe:00 449174 /usr/lib/ruby/1.9.1/x86_64-linux/iconv.so
384 > 7f6dcce66000-7f6dcce6d000 r-xp 00000000 fe:00 449252 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
385 > 7f6dcce6d000-7f6dcd06c000 ---p 00007000 fe:00 449252 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
386 > 7f6dcd06c000-7f6dcd06d000 r--p 00006000 fe:00 449252 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
387 > 7f6dcd06d000-7f6dcd06e000 rw-p 00007000 fe:00 449252 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/generator.so
388 > 7f6dcd06e000-7f6dcd06f000 r-xp 00000000 fe:00 449198 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
389 > 7f6dcd06f000-7f6dcd26e000 ---p 00001000 fe:00 449198 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
390 > 7f6dcd26e000-7f6dcd26f000 r--p 00000000 fe:00 449198 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
391 > 7f6dcd26f000-7f6dcd270000 rw-p 00001000 fe:00 449198 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32le.so
392 > 7f6dcd270000-7f6dcd271000 r-xp 00000000 fe:00 449217 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
393 > 7f6dcd271000-7f6dcd470000 ---p 00001000 fe:00 449217 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
394 > 7f6dcd470000-7f6dcd471000 r--p 00000000 fe:00 449217 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
395 > 7f6dcd471000-7f6dcd472000 rw-p 00001000 fe:00 449217 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_32be.so
396 > 7f6dcd472000-7f6dcd473000 r-xp 00000000 fe:00 449207 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
397 > 7f6dcd473000-7f6dcd673000 ---p 00001000 fe:00 449207 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
398 > 7f6dcd673000-7f6dcd674000 r--p 00001000 fe:00 449207 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
399 > 7f6dcd674000-7f6dcd675000 rw-p 00002000 fe:00 449207 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16le.so
400 > 7f6dcd675000-7f6dcd676000 r-xp 00000000 fe:00 449211 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
401 > 7f6dcd676000-7f6dcd876000 ---p 00001000 fe:00 449211 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
402 > 7f6dcd876000-7f6dcd877000 r--p 00001000 fe:00 449211 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
403 > 7f6dcd877000-7f6dcd878000 rw-p 00002000 fe:00 449211 /usr/lib/ruby/1.9.1/x86_64-linux/enc/utf_16be.so
404 > 7f6dcd878000-7f6dcd87d000 r-xp 00000000 fe:00 449253 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
405 > 7f6dcd87d000-7f6dcda7d000 ---p 00005000 fe:00 449253 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
406 > 7f6dcda7d000-7f6dcda7e000 r--p 00005000 fe:00 449253 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
407 > 7f6dcda7e000-7f6dcda7f000 rw-p 00006000 fe:00 449253 /usr/lib/ruby/1.9.1/x86_64-linux/json/ext/parser.so
408 > 7f6dcda7f000-7f6dcdaad000 r-xp 00000000 fe:00 449173 /usr/lib/ruby/1.9.1/x86_64-linux/date_core.so
409 > 7f6dcdaad000-7f6dcdcad000 ---p 0002e000 fe:00 449173 /usr/lib/ruby/1.9.1/x86_64-linux/date_core.so
410 > 7f6dcdcad000-7f6dcdcae000 r--p 0002e000 fe:00 449173 /usr/lib/ruby/1.9.1/x86_64-linux/date_core.so
411 > 7f6dcdcae000-7f6dcdcaf000 rw-p 0002f000 fe:00 449173 /usr/lib/ruby/1.9.1/x86_64-linux/date_core.so
412 > 7f6dcdcaf000-7f6dcdcb0000 rw-p 00000000 00:00 0
413 > 7f6dcdcb0000-7f6dcdcb2000 r-xp 00000000 fe:00 449239 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
414 > 7f6dcdcb2000-7f6dcdeb2000 ---p 00002000 fe:00 449239 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
415 > 7f6dcdeb2000-7f6dcdeb3000 r--p 00002000 fe:00 449239 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
416 > 7f6dcdeb3000-7f6dcdeb4000 rw-p 00003000 fe:00 449239 /usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
417 > 7f6dcdeb4000-7f6dcdeb6000 r-xp 00000000 fe:00 449210 /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
418 > 7f6dcdeb6000-7f6dce0b5000 ---p 00002000 fe:00 449210 /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
419 > 7f6dce0b5000-7f6dce0b6000 r--p 00001000 fe:00 449210 /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
420 > 7f6dce0b6000-7f6dce0b7000 rw-p 00002000 fe:00 449210 /usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
421 > 7f6dce0b7000-7f6dce463000 r--p 00000000 fe:00 446507 /usr/lib/locale/locale-archive
422 > 7f6dce463000-7f6dce556000 r-xp 00000000 fe:00 261144 /lib/libm-2.15.so
423 > 7f6dce556000-7f6dce756000 ---p 000f3000 fe:00 261144 /lib/libm-2.15.so
424 > 7f6dce756000-7f6dce757000 r--p 000f3000 fe:00 261144 /lib/libm-2.15.so
425 > 7f6dce757000-7f6dce758000 rw-p 000f4000 fe:00 261144 /lib/libm-2.15.so
426 > 7f6dce758000-7f6dce760000 r-xp 00000000 fe:00 261167 /lib/libcrypt-2.15.so
427 > 7f6dce760000-7f6dce95f000 ---p 00008000 fe:00 261167 /lib/libcrypt-2.15.so
428 > 7f6dce95f000-7f6dce960000 r--p 00007000 fe:00 261167 /lib/libcrypt-2.15.so
429 > 7f6dce960000-7f6dce961000 rw-p 00008000 fe:00 261167 /lib/libcrypt-2.15.so
430 > 7f6dce961000-7f6dce98f000 rw-p 00000000 00:00 0
431 > 7f6dce98f000-7f6dce992000 r-xp 00000000 fe:00 261143 /lib/libdl-2.15.so
432 > 7f6dce992000-7f6dceb91000 ---p 00003000 fe:00 261143 /lib/libdl-2.15.so
433 > 7f6dceb91000-7f6dceb92000 r--p 00002000 fe:00 261143 /lib/libdl-2.15.so
434 > 7f6dceb92000-7f6dceb93000 rw-p 00003000 fe:00 261143 /lib/libdl-2.15.so
435 > 7f6dceb93000-7f6dceb9a000 r-xp 00000000 fe:00 261133 /lib/librt-2.15.so
436 > 7f6dceb9a000-7f6dced99000 ---p 00007000 fe:00 261133 /lib/librt-2.15.so
437 > 7f6dced99000-7f6dced9a000 r--p 00006000 fe:00 261133 /lib/librt-2.15.so
438 > 7f6dced9a000-7f6dced9b000 rw-p 00007000 fe:00 261133 /lib/librt-2.15.so
439 > 7f6dced9b000-7f6dcedb2000 r-xp 00000000 fe:00 261124 /lib/libpthread-2.15.so
440 > 7f6dcedb2000-7f6dcefb1000 ---p 00017000 fe:00 261124 /lib/libpthread-2.15.so
441 > 7f6dcefb1000-7f6dcefb2000 r--p 00016000 fe:00 261124 /lib/libpthread-2.15.so
442 > 7f6dcefb2000-7f6dcefb3000 rw-p 00017000 fe:00 261124 /lib/libpthread-2.15.so
443 > 7f6dcefb3000-7f6dcefb7000 rw-p 00000000 00:00 0
444 > 7f6dcefb7000-7f6dcf14e000 r-xp 00000000 fe:00 261164 /lib/libc-2.15.so
445 > 7f6dcf14e000-7f6dcf34e000 ---p 00197000 fe:00 261164 /lib/libc-2.15.so
446 > 7f6dcf34e000-7f6dcf352000 r--p 00197000 fe:00 261164 /lib/libc-2.15.so
447 > 7f6dcf352000-7f6dcf354000 rw-p 0019b000 fe:00 261164 /lib/libc-2.15.so
448 > 7f6dcf354000-7f6dcf358000 rw-p 00000000 00:00 0
449 > 7f6dcf358000-7f6dcf548000 r-xp 00000000 fe:00 416141 /usr/lib/libruby.so.1.9.1
450 > 7f6dcf548000-7f6dcf747000 ---p 001f0000 fe:00 416141 /usr/lib/libruby.so.1.9.1
451 > 7f6dcf747000-7f6dcf74f000 rw-p 001ef000 fe:00 416141 /usr/lib/libruby.so.1.9.1
452 > 7f6dcf74f000-7f6dcf76b000 rw-p 00000000 00:00 0
453 > 7f6dcf76b000-7f6dcf78c000 r-xp 00000000 fe:00 261777 /lib/ld-2.15.so
454 > 7f6dcf78f000-7f6dcf85c000 rw-s 00000000 fe:01 13631781 ~/mails/index/whistlepig0.sh
455 > 7f6dcf85c000-7f6dcf962000 rw-p 00000000 00:00 0
456 > 7f6dcf973000-7f6dcf974000 rw-p 00000000 00:00 0
457 > 7f6dcf974000-7f6dcf975000 rw-s 00000000 fe:01 13631782 ~/mails/index/whistlepig0.si
458 > 7f6dcf975000-7f6dcf976000 rw-s 00000000 fe:01 13631778 ~/mails/index/whistlepig.ii
459 > 7f6dcf976000-7f6dcf986000 rw-s 00000000 fe:01 13633739 ~/mails/store/MANIFEST-000035
460 > 7f6dcf986000-7f6dcf987000 rw-p 00000000 00:00 0
461 > 7f6dcf987000-7f6dcf988000 ---p 00000000 00:00 0
462 > 7f6dcf988000-7f6dcf98c000 rw-p 00000000 00:00 0
463 > 7f6dcf98c000-7f6dcf98d000 r--p 00021000 fe:00 261777 /lib/ld-2.15.so
464 > 7f6dcf98d000-7f6dcf98e000 rw-p 00022000 fe:00 261777 /lib/ld-2.15.so
465 > 7f6dcf98e000-7f6dcf98f000 rw-p 00000000 00:00 0
466 > 7fffc536b000-7fffc538c000 rw-p 00000000 00:00 0 [stack]
467 > 7fffc53ff000-7fffc5400000 r-xp 00000000 00:00 0 [vdso]
468 > ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
469 >
470 >
471 > [NOTE]
472 > You may have encountered a bug in the Ruby interpreter or extension libraries.
473 > Bug reports are welcome.
474 > For details: http://www.ruby-lang.org/bugreport.html
475
476 --
477 William <wmorgan at masanjin.net>
478
479 From kljohann@gmail.com Sat Apr 21 17:36:27 2012
480 From: kljohann@gmail.com (=?UTF-8?Q?Johann_Kl=C3=A4hn?=)
481 Date: Sat, 21 Apr 2012 19:36:27 +0200
482 Subject: [sup-talk] [sup-devel] [heliotrope] crashes while importing
483 In-Reply-To: <1334932275-turnsole-49140@terminus-est>
484 References: <20120301151701.23555.84803@localhost> <1330985181-sup-8598@typhon>
485 <CAE+8KM0gu1UD=gGXfiEwmceW82AxF02Y+=Y-AZTW3SR5hToXZg@mail.gmail.com>
486 <CAE+8KM3BeubqLWAZFYOYjEiVUYpQT3vhwhaf37r1BzVECngbJA@mail.gmail.com>
487 <1334932275-turnsole-49140@terminus-est>
488 Message-ID: <CAE+8KM0SqqLfGKnTTAw6TDRdb0eTBftJdueBghGxnoXE+wN3hg@mail.gmail.com>
489
490 Hi William,
491
492 after running gdb I found the following on the debian bug tracker
493 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627818 on a bug
494 related to ffmpeg):
495
496 eglibc (2.13-3) unstable; urgency=low
497 Starting with version 2.13, eglibc provides an SSSE3 optimized version
498 of memcpy() on the amd64 architecture. This version might copy memory
499 backward in some conditions, which causes issues if the source and
500 destination overlap. memmove() should be used in such cases, but some
501 programs still wrongly use memcpy().
502
503 The cause of the segmentation fault seems to be the call to memcpy()
504 in PosixMmapFile::Append(leveldb::Slice const&) in
505 leveldb/util/env_posix.cc.
506 Please note that I am indeed on amd64 (and using glibc 2.15).
507
508 Best wishes,
509 Johann
510
511 Stack trace follows:
512
513 #0 0x00007ffff7755ce1 in __memcpy_ssse3_back () from /lib/libc.so.6
514 #1 0x00007ffff378e9dd in leveldb::(anonymous
515 namespace)::PosixMmapFile::Append(leveldb::Slice const&) ()
516 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
517 #2 0x00007ffff377b091 in
518 leveldb::log::Writer::EmitPhysicalRecord(leveldb::log::RecordType,
519 char const*, unsigned long) ()
520 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
521 #3 0x00007ffff377b1e4 in
522 leveldb::log::Writer::AddRecord(leveldb::Slice const&) ()
523 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
524 #4 0x00007ffff3770b71 in leveldb::DBImpl::Write(leveldb::WriteOptions
525 const&, leveldb::WriteBatch*) ()
526 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
527 #5 0x00007ffff3770f25 in leveldb::DB::Put(leveldb::WriteOptions
528 const&, leveldb::Slice const&, leveldb::Slice const&) ()
529 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
530 #6 0x00007ffff3770f79 in leveldb::DBImpl::Put(leveldb::WriteOptions
531 const&, leveldb::Slice const&, leveldb::Slice const&) ()
532 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
533 #7 0x00007ffff376e323 in db_put(int, unsigned long*, unsigned long) ()
534 from /home/joni/.gem/ruby/1.9.1/gems/leveldb-ruby-0.14/lib/leveldb/leveldb.so
535 #8 0x00007ffff7b177c3 in ?? () from /usr/lib/libruby.so.1.9
536
537 From ruthard.baudach@web.de Fri Apr 27 14:45:03 2012
538 From: ruthard.baudach@web.de (Ruthard Baudach)
539 Date: Fri, 27 Apr 2012 16:45:03 +0200
540 Subject: [sup-talk] Fwd: Hook to labelize sended emails?
541 Message-ID: <1335537882-sup-6565@prxbdc.dyndns.org>
542
543 Dear Everybody on the list,
544
545 Is there a hook to label outbound mail?
546
547 How could such a Hook be created?
548
549 Greetings,
550
551 Ruthard
552