[#24648] [Bug #1852] Enumerable's #hash Raises ArgumentError When Recursive Values are Present — Run Paint Run Run <redmine@...>
Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
In article <4a73e51b5a4f9_138119f2a982704e@redmine.ruby-lang.org>,
> Is it valuable to implement such function?
In article <67e307490908010125r6fa76654pa8e2224f714588fc@mail.gmail.com>,
> * several real applications are found
In article <67e307490908012245x3bf3be81oc7f060c2569ad4ab@mail.gmail.com>,
>>> * several real applications are found
[#24650] [Bug #1853] Cannot make constants using upper-case extended characters? — Brian Candler <redmine@...>
Bug #1853: Cannot make constants using upper-case extended characters?
[#24666] request: include more headers/source in installations? — Roger Pack <rogerdpack@...>
Background:
[#24673] [Feature #1857] install *.h and *.inc — Roger Pack <redmine@...>
Feature #1857: install *.h and *.inc
Issue #1857 has been updated by Mark Moseley.
Issue #1857 has been updated by Jason Roelofs.
Hi,
Issue #1857 has been updated by Mark Moseley.
[#24675] Include Order — James Gray <james@...>
I was surprised to find that:
[#24747] [Bug #1881] [PATCH] Build Documentation for Kernel#gem and Gem — Run Paint Run Run <redmine@...>
Bug #1881: [PATCH] Build Documentation for Kernel#gem and Gem
[#24775] [Feature #1889] Teach Onigurma Unicode 5.0 Character Properties — Run Paint Run Run <redmine@...>
Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
Issue #1889 has been updated by Yui NARUSE.
Hi,
> |First, we should decide supporting Unicode version.
[#24786] [Bug #1893] Recursive Enumerable#join is surprising — Jeremy Kemper <redmine@...>
Bug #1893: Recursive Enumerable#join is surprising
Issue #1893 has been updated by Yusuke Endoh.
Hi,
Hi,
Hi,
Hi,
Hi,
Hi,
Hi,
[#24791] [Bug #1898] Method#== for Methods with the Same Body — Run Paint Run Run <redmine@...>
Bug #1898: Method#== for Methods with the Same Body
[#24793] [Feature #1900] Suggestion: Encoding#ascii_compatible? — Brian Candler <redmine@...>
Feature #1900: Suggestion: Encoding#ascii_compatible?
[#24824] 1.9 gem env is far slower than on 1.8? — Roger Pack <rogerdpack@...>
Currently when I run "gem env" on a windows machine
[#24854] embedding ruby 1.9 frustration — Rolando Abarca <funkaster@...>
Hello,
> I'm getting really frustrated, because there's almost no documentation
> Perhaps try using only rb_thread_blocking_region()?
[#24862] [Bug #1925] Division of negative numbers — Roswitha Rissner <redmine@...>
Bug #1925: Division of negative numbers
[#24885] IDEA: Shortcut syntax for binary strings? — Gregory Brown <gregory.t.brown@...>
Hey folks,
On Aug 12, 2009, at 2:55 PM, Gary Wright wrote:
On Wed, Aug 12, 2009 at 4:53 PM, James Gray<james@grayproductions.net> wrote:
[#24921] regparse.c - patch to fix memory leak — Ralf Junker <ralfjunker@...>
There are several memory leaks in regparse.c. They all relate to incomplete pattern branches, where a branch node is not freed when branch parsing is aborted. I discovered this by successively shortening all patterns in my test suite (which is not in Ruby, nor in C, unfortunately) down to zero length.
[#24923] [Bug #1939] Ripper doesn't handle local variables — Magnus Holm <redmine@...>
Bug #1939: Ripper doesn't handle local variables
[#24927] [Bug #1940] Segmentation fault on TestFiber#test_many_fibers_with_threads (make check) — Luis Lavena <redmine@...>
Bug #1940: Segmentation fault on TestFiber#test_many_fibers_with_threads (make check)
[#24982] [Feature #1961] Kernel#__dir__ — Yutaka HARA <redmine@...>
Feature #1961: Kernel#__dir__
Wouldn't it be a little confusing to remember that __FILE__ is uppercase and
Hi,
Issue #1961 has been updated by Roger Pack.
On 23.03.10 19:10, Roger Pack wrote:
Perhaps __FILE__ should not be a raw String object, but rather a CurrentFile object. It could have a #to_str to return the normal String so it can be used like normal, but can provide methods like #dir, where __FILE__.dir == File.dirname(__FILE__).
This is nice but would not be backward compatible with code that
On 3/24/10, Charles Oliver Nutter <headius@headius.com> wrote:
Actually, I proposed that it be a String subclass, so it actually
[#24989] [Bug #1964] Compile Issue on Solaris 10 — Brian Toal <redmine@...>
Bug #1964: Compile Issue on Solaris 10
[#25010] [Bug #1972] Changing ENV['TZ'] of a running process should change behavior of Time — Shri Borde <redmine@...>
Bug #1972: Changing ENV['TZ'] of a running process should change behavior of Time
[#25025] [Backport #1975] Backport Dir.mktmpdir — Kirk Haines <redmine@...>
Backport #1975: Backport Dir.mktmpdir
In article <4a8e914c6160_2100affe60043c6@redmine.ruby-lang.org>,
On Fri, Aug 21, 2009 at 8:17 PM, Tanaka Akira<akr@fsij.org> wrote:
In article <f4cd26df0908240817s68a6835ie65d942bbd3b95be@mail.gmail.com>,
[#25027] [Bug #1978] fixed crash in lib/logger.rb from dependency on svn keywork expansion — Stephen Bannasch <redmine@...>
Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
[#25032] [Bug #1979] parser confused by local variable assignment — caleb clausen <redmine@...>
Bug #1979: parser confused by local variable assignment
[#25039] [Bug #1982] Kernel.load(..., true) --> scope problem — Johan Holmberg <redmine@...>
Bug #1982: Kernel.load(..., true) --> scope problem
[#25041] Proposal: Simpler block format — Yehuda Katz <wycats@...>
I'd like to propose that we add the following syntax for procs in Ruby:
On Aug 22, 2009, at 7:04 PM, Yehuda Katz wrote:
Yehuda Katz wrote:
On Sat, Aug 22, 2009 at 7:38 PM, Caleb Clausen <caleb@inforadical.net>wrote:
Yehuda Katz wrote:
On Sun, Aug 23, 2009 at 2:00 PM, Caleb Clausen <caleb@inforadical.net>wrote:
Hi,
On Sun, Aug 23, 2009 at 3:33 PM, Yukihiro Matsumoto <matz@ruby-lang.org>wrote:
On Aug 23, 2009, at 15:58, Yehuda Katz wrote:
Hi --
Hi,
Hi,
Hi everyone,
On Sun, Aug 23, 2009 at 4:53 PM, David A. Black <dblack@rubypal.com> wrote:
[#25086] [Bug #1991] ruby should use twolevel namespace on OS X — Michal Suchanek <redmine@...>
Bug #1991: ruby should use twolevel namespace on OS X
Issue #1991 has been updated by Shyouhei Urabe.
Hi,
[#25131] [Feature #1999] Improved Tempfile — Hongli Lai <redmine@...>
Feature #1999: Improved Tempfile
[#25139] Patch writer's guide to submit — Yukihiro Matsumoto <matz@...>
Hi,
Reducing the submitters' frustration by reducing the delay for
[#25143] Is this an intentional change in 1.9? — Rick DeNatale <rick.denatale@...>
This came up on the ruby lang forum.
Hi,
On Wed, Aug 26, 2009 at 7:25 PM, Yukihiro Matsumoto<matz@ruby-lang.org> wrote:
[#25151] [Bug #2003] respond_to? not working 1.9.1p243 OSX — Adam Salter <redmine@...>
Bug #2003: respond_to? not working 1.9.1p243 OSX
[#25181] RegOOps: An Object-Oriented Approach to Pattern Matching — Run Paint Run Run <runrun@...>
Regexps in Ruby can feel like a jagged edge to the otherwise smooth
[#25191] [Feature #2012] Set event_flags on thread creation if hook exists — Mark Moseley <redmine@...>
Feature #2012: Set event_flags on thread creation if hook exists
[#25200] [Bug #2018] [irb] BasicObject.new doesn't have an inspect — Daniel Bovensiepen <redmine@...>
Bug #2018: [irb] BasicObject.new doesn't have an inspect
[#25208] Module#prepend and Array#prepend — Yehuda Katz <wycats@...>
Matz,
Yehuda Katz wrote:
On Sun, Aug 30, 2009 at 10:09 PM, Joel VanderWerf
Hi,
[#25210] [Feature #2022] Patch for ruby-1.8.6 and openssl-1.0 — Jeroen van Meeuwen <redmine@...>
Feature #2022: Patch for ruby-1.8.6 and openssl-1.0
[#25217] [Bug #2025] problem with pthread handling on non NPTL platform — Petr Salinger <redmine@...>
Bug #2025: problem with pthread handling on non NPTL platform
[#25220] [Bug #2026] String encodings are not supported by most of IO on Linux — Vit Ondruch <redmine@...>
Bug #2026: String encodings are not supported by most of IO on Linux
Issue #2026 has been updated by Yui NARUSE.
2009/9/1 Yui NARUSE <redmine@ruby-lang.org>:
[ruby-core:25203] [Bug #2019] Segmentation fault in ruby 1.9.1-p243 on second request
Bug #2019: Segmentation fault in ruby 1.9.1-p243 on second request http://redmine.ruby-lang.org/issues/show/2019 Author: chris dimartino Status: Open, Priority: High Category: core ruby -v: ruby 1.9.1p243 (2009-07-16 revision 24175) [x86_64-linux] My server crashes with this on the second call to the same methods (first call succeeds properly) /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:313: [BUG] Segmentation fault ruby 1.9.1p243 (2009-07-16 revision 24175) [x86_64-linux] -- control frame ---------- c:0081 p:---- s:0395 b:0395 l:000394 d:000394 CFUNC :expand_path c:0080 p:0018 s:0391 b:0391 l:000379 d:000390 BLOCK /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:313 c:0079 p:---- s:0385 b:0385 l:000384 d:000384 FINISH c:0078 p:---- s:0383 b:0383 l:000382 d:000382 CFUNC :collect c:0077 p:0054 s:0380 b:0380 l:000379 d:000379 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:312 c:0076 p:0009 s:0374 b:0374 l:000373 d:000373 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:373 c:0075 p:0192 s:0366 b:0366 l:000365 d:000365 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:259 c:0074 p:0384 s:0358 b:0358 l:000357 d:000357 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:425 c:0073 p:0022 s:0346 b:0346 l:000345 d:000345 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:80 c:0072 p:0051 s:0342 b:0342 l:000341 d:000341 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:92 c:0071 p:0517 s:0335 b:0335 l:000334 d:000334 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:437 c:0070 p:0075 s:0323 b:0323 l:000322 d:000322 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:96 c:0069 p:---- s:0316 b:0316 l:000315 d:000315 FINISH c:0068 p:0007 s:0314 b:0314 l:000297 d:000313 EVAL /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2197 c:0067 p:---- s:0312 b:0312 l:000311 d:000311 FINISH c:0066 p:---- s:0310 b:0310 l:000309 d:000309 CFUNC :class_eval c:0065 p:0018 s:0304 b:0304 l:000297 d:000303 BLOCK /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2197 c:0064 p:0021 s:0302 b:0302 l:000301 d:000301 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11 c:0063 p:0024 s:0298 b:0298 l:000297 d:000297 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2195 c:0062 p:0039 s:0293 b:0293 l:000292 d:000292 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/reflection.rb:156 c:0061 p:0066 s:0290 b:0290 l:000289 d:000289 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:49 c:0060 p:0058 s:0286 b:0286 l:000285 d:000285 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:240 c:0059 p:0021 s:0283 b:0283 l:000282 d:000282 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:112 c:0058 p:0093 s:0280 b:0280 l:002308 d:000279 LAMBDA /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations.rb:1219 c:0057 p:---- s:0274 b:0274 l:000273 d:000273 FINISH c:0056 p:0017 s:0272 b:0272 l:000271 d:000271 METHOD /home/chris/repos/ASI/itb/app/models/itb_response.rb:133 c:0055 p:0011 s:0269 b:0269 l:000268 d:000268 METHOD /home/chris/repos/ASI/itb/app/models/itb_response.rb:50 c:0054 p:0021 s:0265 b:0264 l:000255 d:000263 BLOCK /home/chris/repos/ASI/itb/app/models/itb_response.rb:19 c:0053 p:---- s:0261 b:0261 l:000260 d:000260 FINISH c:0052 p:---- s:0259 b:0259 l:000258 d:000258 CFUNC :collect c:0051 p:0084 s:0256 b:0256 l:000255 d:000255 METHOD /home/chris/repos/ASI/itb/app/models/itb_response.rb:16 c:0050 p:0012 s:0252 b:0251 l:000250 d:000250 METHOD /home/chris/repos/ASI/itb/app/models/itb_response.rb:27 c:0049 p:0064 s:0248 b:0248 l:000247 d:000247 METHOD /home/chris/repos/ASI/itb/app/controllers/scanner_interactions_controller.rb:7 c:0048 p:0042 s:0245 b:0245 l:000244 d:000244 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:1327 c:0047 p:0047 s:0241 b:0241 l:000240 d:000240 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/filters.rb:617 c:0046 p:0028 s:0234 b:0234 l:000233 d:000233 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/filters.rb:610 c:0045 p:0009 s:0231 b:0231 l:001618 d:000230 BLOCK /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68 c:0044 p:0005 s:0229 b:0229 l:000e38 d:000228 BLOCK /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17 c:0043 p:0024 s:0227 b:0227 l:000226 d:000226 METHOD /usr/local/lib/ruby/1.9.1/benchmark.rb:309 c:0042 p:0013 s:0221 b:0220 l:000e38 d:000e38 METHOD /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17 c:0041 p:0028 s:0217 b:0217 l:001618 d:001618 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68 c:0040 p:0011 s:0210 b:0210 l:000209 d:000209 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/rescue.rb:160 c:0039 p:0011 s:0206 b:0206 l:000205 d:000205 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/flash.rb:146 c:0038 p:0088 s:0203 b:0203 l:000202 d:000202 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:527 c:0037 p:0029 s:0196 b:0196 l:000195 d:000195 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/filters.rb:606 c:0036 p:0021 s:0189 b:0189 l:000188 d:000188 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:391 c:0035 p:0097 s:0184 b:0184 l:000183 d:000183 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:386 c:0034 p:0054 s:0178 b:0178 l:000177 d:000177 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:434 c:0033 p:0035 s:0172 b:0172 l:000171 d:000171 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:88 c:0032 p:0017 s:0167 b:0167 l:000166 d:000166 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:111 c:0031 p:0018 s:0163 b:0163 l:001570 d:000162 LAMBDA /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:82 c:0030 p:---- s:0160 b:0160 l:000159 d:000159 FINISH c:0029 p:---- s:0158 b:0158 l:000157 d:000157 CFUNC :call c:0028 p:0013 s:0154 b:0154 l:001530 d:000153 BLOCK /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:29 c:0027 p:0038 s:0152 b:0152 l:000151 d:000151 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34 c:0026 p:0051 s:0148 b:0148 l:000147 d:000147 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:9 c:0025 p:0019 s:0144 b:0144 l:001530 d:001530 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:28 c:0024 p:0014 s:0140 b:0140 l:000139 d:000139 METHOD /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361 c:0023 p:0014 s:0136 b:0136 l:000135 d:000135 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/head.rb:9 c:0022 p:0150 s:0129 b:0129 l:000128 d:000128 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/methodoverride.rb:24 c:0021 p:0045 s:0123 b:0123 l:000122 d:000122 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15 c:0020 p:0080 s:0118 b:0118 l:000117 d:000117 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/session/abstract_store.rb:122 c:0019 p:0030 s:0106 b:0106 l:000105 d:000105 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/reloader.rb:29 c:0018 p:0014 s:0099 b:0099 l:000098 d:000098 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/failsafe.rb:26 c:0017 p:0013 s:0094 b:0094 l:000088 d:000093 BLOCK /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/lock.rb:11 c:0016 p:0019 s:0092 b:0092 l:000091 d:000091 METHOD <internal:prelude>:8 c:0015 p:0052 s:0089 b:0089 l:000088 d:000088 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/lock.rb:11 c:0014 p:0014 s:0084 b:0084 l:000083 d:000083 METHOD /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:106 c:0013 p:0185 s:0080 b:0080 l:000079 d:000079 METHOD /home/chris/repos/ASI/itb/vendor/rails/railties/lib/rails/rack/static.rb:31 c:0012 p:0195 s:0073 b:0073 l:000062 d:000072 BLOCK /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/urlmap.rb:46 c:0011 p:---- s:0068 b:0068 l:000067 d:000067 FINISH c:0010 p:---- s:0066 b:0066 l:000065 d:000065 CFUNC :each c:0009 p:0069 s:0063 b:0063 l:000062 d:000062 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/urlmap.rb:40 c:0008 p:0014 s:0054 b:0054 l:000053 d:000053 METHOD /home/chris/repos/ASI/itb/vendor/rails/railties/lib/rails/rack/log_tailer.rb:17 c:0007 p:0014 s:0049 b:0049 l:000048 d:000048 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/content_length.rb:13 c:0006 p:0303 s:0041 b:0041 l:000040 d:000040 METHOD /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/handler/webrick.rb:46 c:0005 p:0256 s:0030 b:0030 l:000029 d:000029 METHOD /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:111 c:0004 p:0382 s:0020 b:0020 l:000019 d:000019 METHOD /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:70 c:0003 p:0123 s:0009 b:0009 l:0018a8 d:000008 BLOCK /usr/local/lib/ruby/1.9.1/webrick/server.rb:183 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP --------------------------- -- Ruby level backtrace information----------------------------------------- /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:313:in `expand_path' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:313:in `block in loadable_constants_for_path' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:312:in `collect' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:312:in `loadable_constants_for_path' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:373:in `load_file' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:259:in `require_or_load' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:425:in `load_missing_constant' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `const_missing_with_dependencies' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in `const_missing' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:437:in `load_missing_constant' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/dependencies.rb:96:in `const_missing' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2197:in `block in compute_type' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2197:in `class_eval' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2197:in `block in compute_type' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/base.rb:2195:in `compute_type' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/reflection.rb:156:in `klass' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations/belongs_to_association.rb:49:in `find_target' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:240:in `load_target' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:112:in `reload' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/associations.rb:1219:in `block in association_accessor_methods' /home/chris/repos/ASI/itb/app/models/itb_response.rb:133:in `company' /home/chris/repos/ASI/itb/app/models/itb_response.rb:50:in `exit_code' /home/chris/repos/ASI/itb/app/models/itb_response.rb:19:in `block in itb_response' /home/chris/repos/ASI/itb/app/models/itb_response.rb:16:in `collect' /home/chris/repos/ASI/itb/app/models/itb_response.rb:16:in `itb_response' /home/chris/repos/ASI/itb/app/models/itb_response.rb:27:in `to_s' /home/chris/repos/ASI/itb/app/controllers/scanner_interactions_controller.rb:7:in `create' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:1327:in `perform_action' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_with_filters' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `block in perform_action_with_benchmark' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `block in ms' /usr/local/lib/ruby/1.9.1/benchmark.rb:309:in `realtime' /home/chris/repos/ASI/itb/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:17:in `ms' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/rescue.rb:160:in `perform_action_with_rescue' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/flash.rb:146:in `perform_action_with_flash' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:527:in `process' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process_with_filters' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:391:in `process' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/base.rb:386:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:434:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:88:in `dispatch' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:111:in `_call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:82:in `block in initialize' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `call' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:29:in `block in call' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:9:in `cache' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/query_cache.rb:28:in `call' /home/chris/repos/ASI/itb/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/head.rb:9:in `call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/methodoverride.rb:24:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/params_parser.rb:15:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/session/abstract_store.rb:122:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/reloader.rb:29:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/failsafe.rb:26:in `call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/lock.rb:11:in `block in call' <internal:prelude>:8:in `synchronize' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call' /home/chris/repos/ASI/itb/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:106:in `call' /home/chris/repos/ASI/itb/vendor/rails/railties/lib/rails/rack/static.rb:31:in `call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in `block in call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `call' /home/chris/repos/ASI/itb/vendor/rails/railties/lib/rails/rack/log_tailer.rb:17:in `call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/content_length.rb:13:in `call' /usr/local/lib/ruby/gems/1.9.1/gems/rack-1.0.0/lib/rack/handler/webrick.rb:46:in `service' /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /usr/local/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' -- C level backtrace information ------------------------------------------- 0x4e91eb ruby(rb_vm_bugreport+0x3b) [0x4e91eb] 0x517ac0 ruby [0x517ac0] 0x517c31 ruby(rb_bug+0xb1) [0x517c31] 0x49412f ruby [0x49412f] 0x7fc68f095080 /lib/libpthread.so.0 [0x7fc68f095080] 0x7fc68e4c36e3 /lib/libc.so.6 [0x7fc68e4c36e3] 0x7fc68e4c58f1 /lib/libc.so.6 [0x7fc68e4c58f1] 0x7fc68e4c7828 /lib/libc.so.6(__libc_malloc+0x98) [0x7fc68e4c7828] 0x42196c ruby [0x42196c] 0x49fcb5 ruby [0x49fcb5] 0x4a0be6 ruby(rb_usascii_str_new+0x6) [0x4a0be6] 0x51df80 ruby(rb_file_expand_path+0x20) [0x51df80] 0x51dfed ruby(rb_file_s_expand_path+0x4d) [0x51dfed] 0x4d76ad ruby [0x4d76ad] 0x4d9550 ruby [0x4d9550] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4dfdc7 ruby [0x4dfdc7] 0x4e0e1c ruby(rb_yield+0x6c) [0x4e0e1c] 0x4f9a75 ruby [0x4f9a75] 0x4d76ad ruby [0x4d76ad] 0x4d9550 ruby [0x4d9550] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4e26ba ruby [0x4e26ba] 0x4e2b87 ruby(rb_funcall+0x147) [0x4e2b87] 0x4c41da ruby [0x4c41da] 0x4dd9f4 ruby [0x4dd9f4] 0x4df740 ruby [0x4df740] 0x4e070c ruby [0x4e070c] 0x4e782f ruby [0x4e782f] 0x4d76ad ruby [0x4d76ad] 0x4d9550 ruby [0x4d9550] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4e1e1d ruby(rb_vm_invoke_proc+0x41d) [0x4e1e1d] 0x4d96f1 ruby [0x4d96f1] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4dfdc7 ruby [0x4dfdc7] 0x4e0e1c ruby(rb_yield+0x6c) [0x4e0e1c] 0x4f9a75 ruby [0x4f9a75] 0x4d76ad ruby [0x4d76ad] 0x4d9550 ruby [0x4d9550] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4e1e1d ruby(rb_vm_invoke_proc+0x41d) [0x4e1e1d] 0x4d76ad ruby [0x4d76ad] 0x4d9550 ruby [0x4d9550] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4dfdc7 ruby [0x4dfdc7] 0x4e0e1c ruby(rb_yield+0x6c) [0x4e0e1c] 0x4f3a45 ruby(rb_ary_each+0x45) [0x4f3a45] 0x4d76ad ruby [0x4d76ad] 0x4d9550 ruby [0x4d9550] 0x4da584 ruby [0x4da584] 0x4df740 ruby [0x4df740] 0x4e1e1d ruby(rb_vm_invoke_proc+0x41d) [0x4e1e1d] 0x4ed5ed ruby [0x4ed5ed] 0x4ed72e ruby [0x4ed72e] 0x7fc68f08d3ba /lib/libpthread.so.0 [0x7fc68f08d3ba] 0x7fc68e530fcd /lib/libc.so.6(clone+0x6d) [0x7fc68e530fcd] [NOTE] You may encounter a bug of Ruby interpreter. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html Aborted ---------------------------------------- http://redmine.ruby-lang.org