[#35599] Proc#== behaviour on 1.8.7 and 1.9.2 — Adam Prescott <adam@...>
I've encountered a problem when using Proc#== (with both lambdas and
[#35613] [Ruby 1.9 - Feature #4539][Assigned] Array#zip_with — Yui NARUSE <redmine@...>
> http://redmine.ruby-lang.org/issues/4539
Hi,
[#35618] Redmine issues — Benoit Daloze <eregontp@...>
Hello,
[#35621] [Ruby 1.9 - Bug #4555][Open] [PATCH] ext/socket/init.c: rsock_connect retries on interrupt — Eric Wong <normalperson@...>
[#35629] [Ruby 1.9 - Bug #4473] Calling return within begin still executes else — Mayank Kohaley <redmine@...>
[#35631] [Ruby 1.9 - Bug #4558][Open] TestSocket#test_closed_read fails after r31230 — Tomoyuki Chikanaga <redmine@...>
> ----------------------------------------
KOSAKI Motohiro <kosaki.motohiro@gmail.com> wrote:
Tomoyuki Chikanaga <redmine@ruby-lang.org> wrote:
> Issue #4558 has been updated by Eric Wong.
KOSAKI Motohiro <kosaki.motohiro@gmail.com> wrote:
[#35632] [Ruby 1.9 - Bug #4559][Open] Proc#== does not match the documented behaviour — Adam Prescott <redmine@...>
(2012/11/28 16:10), matz (Yukihiro Matsumoto) wrote:
I believe this will be a spec change, albeit a small one. Can we
[#35636] [Ruby 1.9 - Feature #4560][Open] [PATCH] lib/net/protocol.rb: avoid exceptions in rbuf_fill — Eric Wong <redmine@...>
[#35637] [Ruby 1.9 - Bug #4561][Open] 1.9.2 requires parentheses around argument of method call in an array, where 1.8.7 did not — Dave Schweisguth <redmine@...>
[#35644] [Ruby 1.8 - Bug #4563][Open] Dir#tell broken — Daniel Berger <redmine@...>
[#35648] mvm branch status? — Eric Wong <normalperson@...>
Hello, I noticed the "mvm" branch in SVN hasn't been updated in over a year.
Hi Eric.
Has there been any thought on solving the C extension problem in MVM? In the present state, I've stopped working on it in Rubinius because there is no workable solution if there are C extensions in the mix.
Evan Phoenix <evan@fallingsnow.net> wrote:
On Thu, Apr 7, 2011 at 6:18 PM, Eric Wong <normalperson@yhbt.net> wrote:
[#35666] caching of the ancestor chain — Xavier Noria <fxn@...>
Why does Ruby cache the ancestors chain? I mean, not why the implementation implies that, but why it works that way conceptually.
Ah, in case it is not clear, where I find the metaphor broken is in that you can add methods to a mixin and have them available in classes that already included it, but if you include a new ancestor, then method dispatch in classes that already included the module aren't aware of the new chain.
Hi,
On Fri, Apr 8, 2011 at 7:56 PM, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
[#35678] [Ruby 1.9 - Bug #4564][Open] mingw-w64, truncate, ftruncate and ftello -- properly evalute it's existence — Luis Lavena <redmine@...>
[#35699] [Ruby 1.9 - Feature #4568][Open] [PATCH] file.c (rb_group_member): kill 256K of stack usage — redmine@...
[#35707] [Ruby 1.9 - Feature #4569][Open] Replace IPAddr with IPAddress — redmine@...
[#35713] [Ruby 1.9 - Bug #4571][Open] YAML.load given an ISO8601 timestamp creates an incorrect value for usec — redmine@...
[#35734] [Ruby 1.9 - Feature #4574][Open] Numeric#within — redmine@...
[#35753] [Ruby 1.9 - Bug #4576][Open] Range#step miss the last value, if end-exclusive and has float number — redmine@...
Hi,
2011/9/16 Kenta Murata <muraken@gmail.com>:
2011/9/16 Marc-Andre Lafortune <ruby-core@marc-andre.ca>:
On 16 September 2011 15:49, Tanaka Akira <akr@fsij.org> wrote:
Can somebody please reopen this issue? Since the test suite fix is
2011/9/17 Marc-Andre Lafortune <ruby-core@marc-andre.ca>:
2011/9/17 Tanaka Akira <akr@fsij.org>:
(2011/09/17 9:07), Tanaka Akira wrote:
I have not been watching ruby-core, but let me give a comment for this issue.
2011/9/17 Masahiro TANAKA <masa16.tanaka@gmail.com>:
2011/9/20 Tanaka Akira <akr@fsij.org>:
I haven't explained the reason of the error estimation in
On 21 September 2011 14:25, masa <masa16.tanaka@gmail.com> wrote:
[#35754] [Ruby 1.9 - Bug #4577][Open] (int...float).max should not raise an error — redmine@...
[#35759] [Ruby 1.8 - Bug #4578][Open] Fixnum.freeze not frozen? — redmine@...
[#35765] [Ruby 1.9 - Bug #4579][Open] SecureRandom + OpenSSL may repeat with fork — redmine@...
[#35777] hashes are not consistent across ruby processes? — Roger Pack <rogerdpack2@...>
Hello all.
[#35813] [Ruby 1.9 - Bug #4320] Bus Error in digest/sha2 on sparc — redmine@...
[#35814] [Ruby 1.9 - Bug #4320] Bus Error in digest/sha2 on sparc — redmine@...
[#35825] [Ruby 1.8 - Bug #4587][Open] RMATCH_REGS definition is wrong — redmine@...
[#35828] [Ruby 1.9 - Feature #4589][Open] add Queue#each() method and include Enumerable — redmine@...
[#35830] [Ruby 1.9 - Feature #3436] Spawn the timer thread lazily — redmine@...
[#35850] [Ruby 1.9 - Feature #4189] FileUtils#ln_r — Sakuro OZAWA <redmine@...>
[#35866] [Ruby 1.9 - Bug #4603][Open] lib/csv.rb: when the :encoding parameter is not provided, the encoding of CSV data is treated as ASCII-8BIT — yu nobuoka <nobuoka@...>
On Sun, Apr 24, 2011 at 1:33 AM, yu nobuoka <nobuoka@r-definition.com>wrote:
2011/4/25 James Gray <james@graysoftinc.com>:
On Sun, Apr 24, 2011 at 11:29 PM, NARUSE, Yui <naruse@airemix.jp> wrote:
[#35879] [Ruby 1.9 - Bug #4610][Open] Proc#curry behavior is inconsistent with lambdas containing default argument values — Joshua Ballanco <jballanc@...>
[#35883] [Ruby 1.9 - Bug #4611][Open] [BUG] Segementation fault reported — Deryl Doucette <me@...>
[#35895] [Ruby 1.9 - Feature #4614][Open] [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K — Eric Wong <normalperson@...>
[#35923] [Ruby 1.9 - Feature #4621][Open] NilClass#to_hash — Tsuyoshi Sawada <sawadatsuyoshi@...>
[#35933] [Ruby 1.9 - Bug #4623][Open] Consistent crash related to action_mailer — Alex Neth <alex@...>
[#35942] change in timeout error — Roger Pack <rogerdpack2@...>
Hello. Sorry if this is a repeat...
[#35943] [Ruby 1.9 - Feature #3905] rb_clear_cache_by_class() called often during GC for non-blocking I/O — Motohiro KOSAKI <kosaki.motohiro@...>
[ruby-core:35933] [Ruby 1.9 - Bug #4623][Open] Consistent crash related to action_mailer
Issue #4623 has been reported by Alex Neth. ---------------------------------------- Bug #4623: Consistent crash related to action_mailer http://redmine.ruby-lang.org/issues/4623 Author: Alex Neth Status: Open Priority: High Assignee: Category: Target version: ruby -v: ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0] ruby -Itest test/functional/documents_controller_test.rb Loaded suite test/functional/documents_controller_test Started /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:37: [BUG] Segmentation fault ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.6.0] -- control frame ---------- c:0073 p:0027 s:0352 b:0352 l:000351 d:000351 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:37 c:0072 p:0055 s:0349 b:0349 l:000348 d:000348 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:31 c:0071 p:0165 s:0345 b:0345 l:000344 d:000344 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:23 c:0070 p:---- s:0340 b:0340 l:000339 d:000339 FINISH c:0069 p:---- s:0338 b:0338 l:000337 d:000337 CFUNC :new c:0068 p:0982 s:0333 b:0333 l:000332 d:000332 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:210 c:0067 p:0021 s:0327 b:0325 l:000324 d:000324 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:145 c:0066 p:0069 s:0318 b:0318 l:000317 d:000317 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:78 c:0065 p:---- s:0312 b:0312 l:000311 d:000311 FINISH c:0064 p:---- s:0310 b:0310 l:000309 d:000309 CFUNC :new c:0063 p:0129 s:0304 b:0303 l:000302 d:000302 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/header.rb:159 c:0062 p:0072 s:0296 b:0295 l:000294 d:000294 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/message.rb:1218 c:0061 p:0020 s:0290 b:0289 l:000279 d:000288 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:735 c:0060 p:---- s:0285 b:0285 l:000284 d:000284 FINISH c:0059 p:---- s:0283 b:0283 l:000282 d:000282 CFUNC :each c:0058 p:0040 s:0280 b:0280 l:000279 d:000279 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:735 c:0057 p:0228 s:0274 b:0274 l:000273 d:000273 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:651 c:0056 p:0030 s:0261 b:0261 l:000260 d:000260 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/roadie-1.0.0/lib/roadie/action_mailer_extensions.rb:20 c:0055 p:0028 s:0256 b:0256 l:002458 d:002458 METHOD /Users/alex/Development/dazzle/dazzle-rails/app/mailers/user_mailer.rb:52 c:0054 p:0015 s:0251 b:0251 l:000250 d:000250 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:150 c:0053 p:0093 s:0246 b:0246 l:000245 d:000245 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:119 c:0052 p:0084 s:0240 b:0240 l:000239 d:000239 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:41 c:0051 p:0026 s:0235 b:0235 l:000234 d:000234 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/old_api.rb:75 c:0050 p:0028 s:0230 b:0230 l:000229 d:000229 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:448 c:0049 p:0051 s:0226 b:0226 l:000225 d:000225 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:443 c:0048 p:---- s:0221 b:0221 l:000220 d:000220 FINISH c:0047 p:---- s:0219 b:0219 l:000218 d:000218 CFUNC :new c:0046 p:0040 s:0213 b:0213 l:000212 d:000212 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:427 c:0045 p:---- s:0208 b:0208 l:000207 d:000207 FINISH c:0044 p:0124 s:0206 b:0206 l:000205 d:000205 METHOD /Users/alex/Development/dazzle/dazzle-rails/app/controllers/documents_controller.rb:47 c:0043 p:0012 s:0199 b:0199 l:000198 d:000198 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/implicit_render.rb:4 c:0042 p:0015 s:0194 b:0194 l:000193 d:000193 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:150 c:0041 p:0041 s:0189 b:0189 l:000188 d:000188 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/rendering.rb:11 c:0040 p:0012 s:0185 b:0185 l:0021d8 d:000184 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/callbacks.rb:18 c:0039 p:0093 s:0183 b:0183 l:000182 d:000182 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:440 c:0038 p:0113 s:0177 b:0177 l:000176 d:000176 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:409 c:0037 p:0024 s:0168 b:0168 l:000167 d:000167 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:93 c:0036 p:0015 s:0162 b:0162 l:0021d8 d:0021d8 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/callbacks.rb:17 c:0035 p:0012 s:0157 b:0157 l:000138 d:000156 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:30 c:0034 p:0017 s:0153 b:0153 l:000143 d:000152 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52 c:0033 p:0032 s:0151 b:0151 l:000150 d:000150 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21 c:0032 p:0036 s:0144 b:0144 l:000143 d:000143 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52 c:0031 p:0152 s:0139 b:0139 l:000138 d:000138 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:29 c:0030 p:0012 s:0133 b:0133 l:000132 d:000132 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/rescue.rb:17 c:0029 p:0093 s:0128 b:0128 l:000127 d:000127 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:119 c:0028 p:0084 s:0122 b:0122 l:000121 d:000121 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:41 c:0027 p:0051 s:0117 b:0117 l:000116 d:000116 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/testing.rb:12 c:0026 p:0385 s:0110 b:0110 l:000109 d:000109 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/test_case.rb:412 c:0025 p:0072 s:0102 b:0102 l:000101 d:000101 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/test_case.rb:47 c:0024 p:0030 s:0098 b:0098 l:000097 d:000097 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/test_case.rb:355 c:0023 p:0056 s:0091 b:0091 l:000e78 d:000090 LAMBDA test/functional/documents_controller_test.rb:182 c:0022 p:---- s:0089 b:0089 l:000088 d:000088 FINISH c:0021 p:---- s:0087 b:0087 l:000086 d:000086 CFUNC :call c:0020 p:0020 s:0084 b:0084 l:000075 d:000083 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:380 c:0019 p:---- s:0081 b:0081 l:000080 d:000080 FINISH c:0018 p:---- s:0079 b:0079 l:000078 d:000078 CFUNC :each c:0017 p:0017 s:0076 b:0076 l:000075 d:000075 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:379 c:0016 p:0067 s:0072 b:0072 l:002220 d:000071 LAMBDA /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:361 c:0015 p:---- s:0070 b:0070 l:000069 d:000069 FINISH c:0014 p:0022 s:0068 b:0068 l:001b90 d:000067 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/testing/setup_and_teardown.rb:67 c:0013 p:0298 s:0066 b:0066 l:000065 d:000065 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:443 c:0012 p:0084 s:0057 b:0057 l:001b90 d:001b90 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/testing/setup_and_teardown.rb:65 c:0011 p:0070 s:0051 b:0051 l:000050 d:000050 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/testsuite.rb:46 c:0010 p:0070 s:0045 b:0045 l:000044 d:000044 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/testsuite.rb:46 c:0009 p:0146 s:0039 b:0039 l:000a70 d:000a70 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunnermediator.rb:48 c:0008 p:0013 s:0031 b:0031 l:000030 d:000030 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunner.rb:40 c:0007 p:0041 s:0028 b:0028 l:000027 d:000027 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunner.rb:25 c:0006 p:0025 s:0025 b:0025 l:000024 d:000024 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunnerutilities.rb:24 c:0005 p:0175 s:0020 b:0020 l:000019 d:000019 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/autorunner.rb:343 c:0004 p:0091 s:0015 b:0015 l:000014 d:000014 METHOD /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/autorunner.rb:58 c:0003 p:0046 s:0007 b:0006 l:002498 d:000005 BLOCK /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit.rb:326 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:0014e8 d:0014e8 TOP --------------------------- -- Ruby level backtrace information ---------------------------------------- /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit.rb:326:in `block in <top (required)>' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/autorunner.rb:58:in `run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/autorunner.rb:343:in `run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunnerutilities.rb:24:in `run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunner.rb:25:in `start' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunner.rb:40:in `start_mediator' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/ui/testrunnermediator.rb:48:in `run_suite' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/testsuite.rb:46:in `run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.2.0/lib/test/unit/testsuite.rb:46:in `run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/testing/setup_and_teardown.rb:65:in `run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:443:in `_run_setup_callbacks' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/testing/setup_and_teardown.rb:67:in `block in run' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:361:in `block in create_test_from_should_hash' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:379:in `run_current_setup_blocks' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:379:in `each' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:380:in `block in run_current_setup_blocks' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/shoulda-2.10.3/lib/shoulda/context.rb:380:in `call' test/functional/documents_controller_test.rb:182:in `block (2 levels) in <class:IncomingEmailsControllerTest>' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/test_case.rb:355:in `post' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/test_case.rb:47:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/test_case.rb:412:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/testing.rb:12:in `process_with_new_base_test' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:41:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:119:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/rescue.rb:17:in `process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `instrument' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/notifications.rb:52:in `block in instrument' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:93:in `run_callbacks' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/activesupport-3.0.5/lib/active_support/callbacks.rb:440:in `_run__2907774110424677083__process_action__3483675422665230388__callbacks' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/rendering.rb:11:in `process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:150:in `process_action' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /Users/alex/Development/dazzle/dazzle-rails/app/controllers/documents_controller.rb:47:in `create_from_email' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:427:in `method_missing' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:427:in `new' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:443:in `initialize' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:448:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/old_api.rb:75:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/rendering.rb:41:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:119:in `process' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.0.5/lib/abstract_controller/base.rb:150:in `process_action' /Users/alex/Development/dazzle/dazzle-rails/app/mailers/user_mailer.rb:52:in `ingest_fail' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/roadie-1.0.0/lib/roadie/action_mailer_extensions.rb:20:in `mail_with_inline_styles' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:651:in `mail' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:735:in `create_parts_from_responses' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:735:in `each' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/actionmailer-3.0.5/lib/action_mailer/base.rb:735:in `block in create_parts_from_responses' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/message.rb:1218:in `[]=' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/header.rb:159:in `[]=' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/header.rb:159:in `new' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:78:in `initialize' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:145:in `create_field' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:210:in `new_field' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/field.rb:210:in `new' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:23:in `initialize' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:31:in `parse' /Users/alex/.rvm/gems/ruby-1.9.2-p180/gems/mail-2.2.15/lib/mail/fields/content_type_field.rb:37:in `element' -- C level backtrace information ------------------------------------------- [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html Abort trap -- http://redmine.ruby-lang.org