Skip to content

Instantly share code, notes, and snippets.

@mattdaw
Created January 2, 2010 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdaw/267536 to your computer and use it in GitHub Desktop.
Save mattdaw/267536 to your computer and use it in GitHub Desktop.
matt-daws-macbook-pro:trunk matt$ gdb --args ~/dev/rubinius/bin/rbx -Xint -S test/unit/shot_test.rb
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .... done
(gdb) run
Starting program: /Users/matt/dev/rubinius/bin/rbx -Xint -S test/unit/shot_test.rb
Reading symbols for shared libraries +++. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .. done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000058
0x0000000100184f21 in rubinius::ObjectHeader::type_id (this=0x1014fff28) at oop.hpp:491
491 return flags().obj_type;
bt
#0 0x0000000100184f21 in rubinius::ObjectHeader::type_id (this=0x1014fff28) at oop.hpp:491
#1 0x0000000100161326 in rubinius::BakerGC::collect (this=0x10111a1f0, data=@0x7fff5fb423f0, stats=0x7fff5fb42420) at vm/gc/baker.cpp:145
#2 0x0000000100074094 in rubinius::ObjectMemory::collect_young (this=0x101119fe0, data=@0x7fff5fb423f0, stats=0x7fff5fb42420) at vm/objectmemory.cpp:143
#3 0x000000010011052f in rubinius::VM::collect_maybe (this=0x101104b00, call_frame=0x7fff5fb43070) at vm/vm.cpp:313
#4 0x000000010006f398 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x101159c40, call_frame=0x7fff5fb43070, args=@0x7fff5fb43410) at instruction_implementations.hpp:831
#5 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb43e60, msg=@0x102124018, args=@0x7fff5fb43410) at vm/vmmethod.cpp:547
#6 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x102124018, call_frame=0x7fff5fb43e60, args=@0x7fff5fb43410) at vm/inline_cache.cpp:374
#7 0x0000000100071178 in rubinius::InlineCache::execute (this=0x102124018, state=0x101104b00, call_frame=0x7fff5fb43e60, args=@0x7fff5fb43410) at inline_cache.hpp:172
#8 0x000000010006e1c1 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102123c60, call_frame=0x7fff5fb43e60, args=@0x7fff5fb44250) at instruction_implementations.hpp:569
#9 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fb44ca0, msg=@0x103203d70, args=@0x7fff5fb44250) at vm/vmmethod.cpp:547
#10 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x103203d70, call_frame=0x7fff5fb44ca0, args=@0x7fff5fb44250) at vm/inline_cache.cpp:363
#11 0x0000000100071178 in rubinius::InlineCache::execute (this=0x103203d70, state=0x101104b00, call_frame=0x7fff5fb44ca0, args=@0x7fff5fb44250) at inline_cache.hpp:172
#12 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x103203c10, call_frame=0x7fff5fb44ca0, args=@0x7fff5fb45040) at instruction_implementations.hpp:538
#13 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb45a90, msg=@0x10291ca00, args=@0x7fff5fb45040) at vm/vmmethod.cpp:547
#14 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10291ca00, call_frame=0x7fff5fb45a90, args=@0x7fff5fb45040) at vm/inline_cache.cpp:374
#15 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10291ca00, state=0x101104b00, call_frame=0x7fff5fb45a90, args=@0x7fff5fb45040) at inline_cache.hpp:172
#16 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1032029a0, call_frame=0x7fff5fb45a90, args=@0x7fff5fb45eb0) at instruction_implementations.hpp:497
#17 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fb46900, msg=@0x1032028b0, args=@0x7fff5fb45eb0) at vm/vmmethod.cpp:547
#18 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1032028b0, call_frame=0x7fff5fb46900, args=@0x7fff5fb45eb0) at vm/inline_cache.cpp:363
#19 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1032028b0, state=0x101104b00, call_frame=0x7fff5fb46900, args=@0x7fff5fb45eb0) at inline_cache.hpp:172
#20 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1032026d0, call_frame=0x7fff5fb46900, args=@0x7fff5fb46cc0) at instruction_implementations.hpp:517
#21 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb47710, env=0x1014fef18, args=@0x7fff5fb46cc0, invocation=@0x7fff5fb46b00) at vm/builtin/block_environment.cpp:130
#22 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x1014fef18, state=0x101104b00, call_frame=0x7fff5fb47710, args=@0x7fff5fb46cc0, flags=0) at vm/builtin/block_environment.cpp:144
#23 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x101159c40, call_frame=0x7fff5fb47710, args=@0x7fff5fb47ad0) at instruction_implementations.hpp:710
#24 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb48520, msg=@0x10291d018, args=@0x7fff5fb47ad0) at vm/vmmethod.cpp:547
#25 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10291d018, call_frame=0x7fff5fb48520, args=@0x7fff5fb47ad0) at vm/inline_cache.cpp:363
#26 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10291d018, state=0x101104b00, call_frame=0x7fff5fb48520, args=@0x7fff5fb47ad0) at inline_cache.hpp:172
#27 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1032029a0, call_frame=0x7fff5fb48520, args=@0x7fff5fb48940) at instruction_implementations.hpp:538
#28 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fb49390, msg=@0x1030288b0, args=@0x7fff5fb48940) at vm/vmmethod.cpp:547
#29 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1030288b0, call_frame=0x7fff5fb49390, args=@0x7fff5fb48940) at vm/inline_cache.cpp:363
#30 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1030288b0, state=0x101104b00, call_frame=0x7fff5fb49390, args=@0x7fff5fb48940) at inline_cache.hpp:172
#31 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x103028660, call_frame=0x7fff5fb49390, args=@0x7fff5fb497e0) at instruction_implementations.hpp:517
#32 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb4a230, msg=@0x1030254b8, args=@0x7fff5fb497e0) at vm/vmmethod.cpp:547
#33 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x1030254b8, call_frame=0x7fff5fb4a230, args=@0x7fff5fb497e0) at vm/inline_cache.cpp:263
#34 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x1030254b8, state=0x101104b00, call_frame=0x7fff5fb4a230, args=@0x7fff5fb497e0) at inline_cache.hpp:176
#35 0x000000010005a3b2 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1030254b8, call_frame=0x7fff5fb4a230, args=@0x7fff5fb497e0) at vm/inline_cache.cpp:366
#36 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1030254b8, state=0x101104b00, call_frame=0x7fff5fb4a230, args=@0x7fff5fb497e0) at inline_cache.hpp:172
#37 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1030251e0, call_frame=0x7fff5fb4a230, args=@0x7fff5fb4a5d0) at instruction_implementations.hpp:497
#38 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb4b020, msg=@0x103029f48, args=@0x7fff5fb4a5d0) at vm/vmmethod.cpp:547
#39 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x103029f48, call_frame=0x7fff5fb4b020, args=@0x7fff5fb4a5d0) at vm/inline_cache.cpp:374
#40 0x0000000100071178 in rubinius::InlineCache::execute (this=0x103029f48, state=0x101104b00, call_frame=0x7fff5fb4b020, args=@0x7fff5fb4a5d0) at inline_cache.hpp:172
#41 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x103029760, call_frame=0x7fff5fb4b020, args=@0x7fff5fb4b470) at instruction_implementations.hpp:497
#42 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb4bec0, msg=@0x1030254b8, args=@0x7fff5fb4b470) at vm/vmmethod.cpp:547
#43 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x1030254b8, call_frame=0x7fff5fb4bec0, args=@0x7fff5fb4b470) at vm/inline_cache.cpp:263
#44 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x1030254b8, state=0x101104b00, call_frame=0x7fff5fb4bec0, args=@0x7fff5fb4b470) at inline_cache.hpp:176
#45 0x000000010005a3b2 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1030254b8, call_frame=0x7fff5fb4bec0, args=@0x7fff5fb4b470) at vm/inline_cache.cpp:366
#46 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1030254b8, state=0x101104b00, call_frame=0x7fff5fb4bec0, args=@0x7fff5fb4b470) at inline_cache.hpp:172
#47 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1030251e0, call_frame=0x7fff5fb4bec0, args=@0x7fff5fb4c260) at instruction_implementations.hpp:497
#48 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb4ccb0, msg=@0x10302d588, args=@0x7fff5fb4c260) at vm/vmmethod.cpp:547
#49 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10302d588, call_frame=0x7fff5fb4ccb0, args=@0x7fff5fb4c260) at vm/inline_cache.cpp:374
#50 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10302d588, state=0x101104b00, call_frame=0x7fff5fb4ccb0, args=@0x7fff5fb4c260) at inline_cache.hpp:172
#51 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10302cdf0, call_frame=0x7fff5fb4ccb0, args=@0x7fff5fb4d070) at instruction_implementations.hpp:497
#52 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb4dac0, msg=@0x103021750, args=@0x7fff5fb4d070) at vm/vmmethod.cpp:547
#53 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x103021750, call_frame=0x7fff5fb4dac0, args=@0x7fff5fb4d070) at vm/inline_cache.cpp:363
#54 0x0000000100071178 in rubinius::InlineCache::execute (this=0x103021750, state=0x101104b00, call_frame=0x7fff5fb4dac0, args=@0x7fff5fb4d070) at inline_cache.hpp:172
#55 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x103021610, call_frame=0x7fff5fb4dac0, args=@0x7fff5fb4de70) at instruction_implementations.hpp:497
#56 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb4e8c0, msg=@0x101cbc8b0, args=@0x7fff5fb4de70) at vm/vmmethod.cpp:547
#57 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101cbc8b0, call_frame=0x7fff5fb4e8c0, args=@0x7fff5fb4de70) at vm/inline_cache.cpp:363
#58 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cbc8b0, state=0x101104b00, call_frame=0x7fff5fb4e8c0, args=@0x7fff5fb4de70) at inline_cache.hpp:172
#59 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10301fa90, call_frame=0x7fff5fb4e8c0, args=@0x7fff5fb4ecf0) at instruction_implementations.hpp:497
#60 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb4f740, msg=@0x1019e7a18, args=@0x7fff5fb4ecf0) at vm/vmmethod.cpp:547
#61 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e7a18, call_frame=0x7fff5fb4f740, args=@0x7fff5fb4ecf0) at vm/inline_cache.cpp:363
#62 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e7a18, state=0x101104b00, call_frame=0x7fff5fb4f740, args=@0x7fff5fb4ecf0) at inline_cache.hpp:172
#63 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fb4f740, args=@0x7fff5fb4fbb0) at instruction_implementations.hpp:517
#64 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb50600, msg=@0x1050646e8, args=@0x7fff5fb4fbb0) at vm/vmmethod.cpp:547
#65 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1050646e8, call_frame=0x7fff5fb50600, args=@0x7fff5fb4fbb0) at vm/inline_cache.cpp:374
#66 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1050646e8, state=0x101104b00, call_frame=0x7fff5fb50600, args=@0x7fff5fb4fbb0) at inline_cache.hpp:172
#67 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1050640b0, call_frame=0x7fff5fb50600, args=@0x7fff5fb509e0) at instruction_implementations.hpp:517
#68 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb51430, msg=@0x104ef4c98, args=@0x7fff5fb509e0) at vm/vmmethod.cpp:547
#69 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104ef4c98, call_frame=0x7fff5fb51430, args=@0x7fff5fb509e0) at vm/inline_cache.cpp:374
#70 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104ef4c98, state=0x101104b00, call_frame=0x7fff5fb51430, args=@0x7fff5fb509e0) at inline_cache.hpp:172
#71 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104ef4610, call_frame=0x7fff5fb51430, args=@0x7fff5fb517d0) at instruction_implementations.hpp:517
#72 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb52220, msg=@0x101e84e90, args=@0x7fff5fb517d0) at vm/vmmethod.cpp:547
#73 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101e84e90, call_frame=0x7fff5fb52220, args=@0x7fff5fb517d0) at vm/inline_cache.cpp:374
#74 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101e84e90, state=0x101104b00, call_frame=0x7fff5fb52220, args=@0x7fff5fb517d0) at inline_cache.hpp:172
#75 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104ee9da0, call_frame=0x7fff5fb52220, args=@0x7fff5fb52610) at instruction_implementations.hpp:517
#76 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb53060, msg=@0x10910b5c0, args=@0x7fff5fb52610) at vm/vmmethod.cpp:547
#77 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10910b5c0, call_frame=0x7fff5fb53060, args=@0x7fff5fb52610) at vm/inline_cache.cpp:374
#78 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b5c0, state=0x101104b00, call_frame=0x7fff5fb53060, args=@0x7fff5fb52610) at inline_cache.hpp:172
#79 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fb53060, args=@0x7fff5fb53530) at instruction_implementations.hpp:538
#80 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb53f80, msg=@0x1042dde18, args=@0x7fff5fb53530) at vm/vmmethod.cpp:547
#81 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1042dde18, call_frame=0x7fff5fb53f80, args=@0x7fff5fb53530) at vm/inline_cache.cpp:296
#82 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x1042dde18, state=0x101104b00, call_frame=0x7fff5fb53f80, args=@0x7fff5fb53530) at inline_cache.hpp:176
#83 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1042dde18, call_frame=0x7fff5fb53f80, args=@0x7fff5fb53530) at vm/inline_cache.cpp:377
#84 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1042dde18, state=0x101104b00, call_frame=0x7fff5fb53f80, args=@0x7fff5fb53530) at inline_cache.hpp:172
#85 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1088510e0, call_frame=0x7fff5fb53f80, args=@0x7fff5fb54350) at instruction_implementations.hpp:517
#86 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb54da0, msg=@0x105b330d0, args=@0x7fff5fb54350) at vm/vmmethod.cpp:547
#87 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x105b330d0, call_frame=0x7fff5fb54da0, args=@0x7fff5fb54350) at vm/inline_cache.cpp:296
#88 0x0000000100071178 in rubinius::InlineCache::execute (this=0x105b330d0, state=0x101104b00, call_frame=0x7fff5fb54da0, args=@0x7fff5fb54350) at inline_cache.hpp:172
#89 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b28080, call_frame=0x7fff5fb54da0, args=@0x7fff5fb55180) at instruction_implementations.hpp:497
#90 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb55bd0, msg=@0x109b295b0, args=@0x7fff5fb55180) at vm/vmmethod.cpp:547
#91 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x109b295b0, call_frame=0x7fff5fb55bd0, args=@0x7fff5fb55180) at vm/inline_cache.cpp:263
#92 0x0000000100071178 in rubinius::InlineCache::execute (this=0x109b295b0, state=0x101104b00, call_frame=0x7fff5fb55bd0, args=@0x7fff5fb55180) at inline_cache.hpp:172
#93 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b29140, call_frame=0x7fff5fb55bd0, args=@0x7fff5fb56120) at instruction_implementations.hpp:497
#94 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb56b70, msg=@0x7fff5fb55e40, args=@0x7fff5fb56120) at vm/vmmethod.cpp:547
#95 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb55e40, state=0x101104b00, call_frame=0x7fff5fb56b70, lookup=@0x7fff5fb55e60, args=@0x7fff5fb56120, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#96 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb56b70, msg=@0x1018c3090, args=@0x7fff5fb56120) at vm/builtin/object.cpp:470
#97 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb56b70, msg=@0x1018c3090, args=@0x7fff5fb56120) at primitives_glue.gen.cpp:17233
#98 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fb56b70, args=@0x7fff5fb56120) at vm/inline_cache.cpp:363
#99 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fb56b70, args=@0x7fff5fb56120) at inline_cache.hpp:172
#100 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fb56b70, args=@0x7fff5fb56f60) at instruction_implementations.hpp:517
#101 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb579b0, msg=@0x101c7d738, args=@0x7fff5fb56f60) at vm/vmmethod.cpp:547
#102 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fb579b0, args=@0x7fff5fb56f60) at vm/inline_cache.cpp:363
#103 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fb579b0, args=@0x7fff5fb56f60) at inline_cache.hpp:172
#104 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fb579b0, args=@0x7fff5fb57e90) at instruction_implementations.hpp:538
#105 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fb588e0, msg=@0x101c75528, args=@0x7fff5fb57e90) at vm/vmmethod.cpp:547
#106 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fb588e0, args=@0x7fff5fb57e90) at vm/inline_cache.cpp:363
#107 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fb588e0, args=@0x7fff5fb57e90) at inline_cache.hpp:172
#108 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fb588e0, args=@0x7fff5fb58d30) at instruction_implementations.hpp:517
#109 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb59780, msg=@0x1021822c8, args=@0x7fff5fb58d30) at vm/vmmethod.cpp:547
#110 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fb59780, args=@0x7fff5fb58d30) at vm/inline_cache.cpp:363
#111 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fb59780, args=@0x7fff5fb58d30) at inline_cache.hpp:172
#112 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fb59780, args=@0x7fff5fb59b80) at instruction_implementations.hpp:517
#113 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb5a5d0, msg=@0x101cdb600, args=@0x7fff5fb59b80) at vm/vmmethod.cpp:547
#114 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fb5a5d0, args=@0x7fff5fb59b80) at vm/inline_cache.cpp:374
#115 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fb5a5d0, args=@0x7fff5fb59b80) at inline_cache.hpp:172
#116 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fb5a5d0, args=@0x7fff5fb5a9b0) at instruction_implementations.hpp:517
#117 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb5b400, msg=@0x104a379f0, args=@0x7fff5fb5a9b0) at vm/vmmethod.cpp:547
#118 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fb5b400, args=@0x7fff5fb5a9b0) at vm/inline_cache.cpp:374
#119 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fb5b400, args=@0x7fff5fb5a9b0) at inline_cache.hpp:172
#120 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fb5b400, args=@0x7fff5fb5b7c0) at instruction_implementations.hpp:631
#121 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb5c210, env=0x101447418, args=@0x7fff5fb5b7c0, invocation=@0x7fff5fb5b600) at vm/builtin/block_environment.cpp:130
#122 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x101447418, state=0x101104b00, call_frame=0x7fff5fb5c210, args=@0x7fff5fb5b7c0, flags=0) at vm/builtin/block_environment.cpp:144
#123 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fb5c210, args=@0x7fff5fb5c640) at instruction_implementations.hpp:710
#124 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fb5d090, msg=@0x104a37f30, args=@0x7fff5fb5c640) at vm/vmmethod.cpp:547
#125 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fb5d090, args=@0x7fff5fb5c640) at vm/inline_cache.cpp:363
#126 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fb5d090, args=@0x7fff5fb5c640) at inline_cache.hpp:172
#127 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fb5d090, args=@0x7fff5fb5d460) at instruction_implementations.hpp:538
#128 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb5deb0, msg=@0x1040f2830, args=@0x7fff5fb5d460) at vm/vmmethod.cpp:547
#129 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fb5deb0, args=@0x7fff5fb5d460) at vm/inline_cache.cpp:374
#130 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fb5deb0, args=@0x7fff5fb5d460) at inline_cache.hpp:172
#131 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fb5deb0, args=@0x7fff5fb5e2b0) at instruction_implementations.hpp:517
#132 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb5ed00, msg=@0x10417c468, args=@0x7fff5fb5e2b0) at vm/vmmethod.cpp:547
#133 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fb5ed00, args=@0x7fff5fb5e2b0) at vm/inline_cache.cpp:374
#134 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fb5ed00, args=@0x7fff5fb5e2b0) at inline_cache.hpp:172
#135 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fb5ed00, args=@0x7fff5fb5f170) at instruction_implementations.hpp:517
#136 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fb5fbc0, msg=@0x104a35f30, args=@0x7fff5fb5f170) at vm/vmmethod.cpp:547
#137 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fb5fbc0, args=@0x7fff5fb5f170) at vm/inline_cache.cpp:363
#138 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fb5fbc0, args=@0x7fff5fb5f170) at inline_cache.hpp:172
#139 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fb5fbc0, args=@0x7fff5fb5ff70) at instruction_implementations.hpp:517
#140 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb609c0, msg=@0x104187368, args=@0x7fff5fb5ff70) at vm/vmmethod.cpp:547
#141 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fb609c0, args=@0x7fff5fb5ff70) at vm/inline_cache.cpp:374
#142 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fb609c0, args=@0x7fff5fb5ff70) at inline_cache.hpp:172
#143 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fb609c0, args=@0x7fff5fb60c70) at instruction_implementations.hpp:1131
#144 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb61910, msg=@0x7fff5fb60c90, args=@0x7fff5fb60c70) at vm/vmmethod.cpp:547
#145 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb60c90, state=0x101104b00, call_frame=0x7fff5fb61910, lookup=@0x7fff5fb60cb0, args=@0x7fff5fb60c70, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#146 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fb61910, name=0x80e, ary=0x1013d2d68, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#147 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x27f4e, call_frame=0x7fff5fb61910) at vm/helpers.cpp:142
#148 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b26530, call_frame=0x7fff5fb61910, args=@0x7fff5fb61de0) at instruction_implementations.hpp:409
#149 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb62830, env=0x1013d2c70, args=@0x7fff5fb61de0, invocation=@0x7fff5fb61b00) at vm/builtin/block_environment.cpp:130
#150 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x1013d2c70, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fb62830, msg=@0x1019e83f0, args=@0x7fff5fb61de0) at vm/builtin/block_environment.cpp:185
#151 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fb62830, msg=@0x1019e83f0, args=@0x7fff5fb61de0) at primitives_glue.gen.cpp:3073
#152 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fb62830, args=@0x7fff5fb61de0) at vm/inline_cache.cpp:363
#153 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fb62830, args=@0x7fff5fb61de0) at inline_cache.hpp:172
#154 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fb62830, args=@0x7fff5fb62ca0) at instruction_implementations.hpp:517
#155 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb636f0, msg=@0x104e489b0, args=@0x7fff5fb62ca0) at vm/vmmethod.cpp:547
#156 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fb636f0, args=@0x7fff5fb62ca0) at vm/inline_cache.cpp:374
#157 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fb636f0, args=@0x7fff5fb62ca0) at inline_cache.hpp:172
#158 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fb636f0, args=@0x7fff5fb63c50) at instruction_implementations.hpp:517
#159 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb646a0, msg=@0x7fff5fb63970, args=@0x7fff5fb63c50) at vm/vmmethod.cpp:547
#160 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb63970, state=0x101104b00, call_frame=0x7fff5fb646a0, lookup=@0x7fff5fb63990, args=@0x7fff5fb63c50, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#161 0x0000000100138f8b in rubinius::Object::send_prim (this=0x1089facd0, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb646a0, msg=@0x104edaa60, args=@0x7fff5fb63c50) at vm/builtin/object.cpp:470
#162 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb646a0, msg=@0x104edaa60, args=@0x7fff5fb63c50) at primitives_glue.gen.cpp:17233
#163 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fb646a0, args=@0x7fff5fb63c50) at vm/inline_cache.cpp:363
#164 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fb646a0, args=@0x7fff5fb63c50) at inline_cache.hpp:172
#165 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fb646a0, args=@0x7fff5fb64a60) at instruction_implementations.hpp:517
#166 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb654b0, msg=@0x10910b6b0, args=@0x7fff5fb64a60) at vm/vmmethod.cpp:547
#167 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fb654b0, args=@0x7fff5fb64a60) at vm/inline_cache.cpp:363
#168 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fb654b0, args=@0x7fff5fb64a60) at inline_cache.hpp:172
#169 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fb654b0, args=@0x7fff5fb65910) at instruction_implementations.hpp:497
#170 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb66360, msg=@0x105fbe838, args=@0x7fff5fb65910) at vm/vmmethod.cpp:547
#171 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x105fbe838, call_frame=0x7fff5fb66360, args=@0x7fff5fb65910) at vm/inline_cache.cpp:296
#172 0x0000000100071178 in rubinius::InlineCache::execute (this=0x105fbe838, state=0x101104b00, call_frame=0x7fff5fb66360, args=@0x7fff5fb65910) at inline_cache.hpp:172
#173 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b0d4d0, call_frame=0x7fff5fb66360, args=@0x7fff5fb66740) at instruction_implementations.hpp:517
#174 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb67190, msg=@0x109b0e5b0, args=@0x7fff5fb66740) at vm/vmmethod.cpp:547
#175 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x109b0e5b0, call_frame=0x7fff5fb67190, args=@0x7fff5fb66740) at vm/inline_cache.cpp:263
#176 0x0000000100071178 in rubinius::InlineCache::execute (this=0x109b0e5b0, state=0x101104b00, call_frame=0x7fff5fb67190, args=@0x7fff5fb66740) at inline_cache.hpp:172
#177 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b0e1a0, call_frame=0x7fff5fb67190, args=@0x7fff5fb676e0) at instruction_implementations.hpp:497
#178 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb68130, msg=@0x7fff5fb67400, args=@0x7fff5fb676e0) at vm/vmmethod.cpp:547
#179 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb67400, state=0x101104b00, call_frame=0x7fff5fb68130, lookup=@0x7fff5fb67420, args=@0x7fff5fb676e0, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#180 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb68130, msg=@0x1018c3090, args=@0x7fff5fb676e0) at vm/builtin/object.cpp:470
#181 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb68130, msg=@0x1018c3090, args=@0x7fff5fb676e0) at primitives_glue.gen.cpp:17233
#182 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fb68130, args=@0x7fff5fb676e0) at vm/inline_cache.cpp:363
#183 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fb68130, args=@0x7fff5fb676e0) at inline_cache.hpp:172
#184 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fb68130, args=@0x7fff5fb68520) at instruction_implementations.hpp:517
#185 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb68f70, msg=@0x101c7d738, args=@0x7fff5fb68520) at vm/vmmethod.cpp:547
#186 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fb68f70, args=@0x7fff5fb68520) at vm/inline_cache.cpp:363
#187 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fb68f70, args=@0x7fff5fb68520) at inline_cache.hpp:172
#188 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fb68f70, args=@0x7fff5fb69450) at instruction_implementations.hpp:538
#189 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fb69ea0, msg=@0x101c75528, args=@0x7fff5fb69450) at vm/vmmethod.cpp:547
#190 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fb69ea0, args=@0x7fff5fb69450) at vm/inline_cache.cpp:363
#191 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fb69ea0, args=@0x7fff5fb69450) at inline_cache.hpp:172
#192 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fb69ea0, args=@0x7fff5fb6a2f0) at instruction_implementations.hpp:517
#193 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb6ad40, msg=@0x1021822c8, args=@0x7fff5fb6a2f0) at vm/vmmethod.cpp:547
#194 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fb6ad40, args=@0x7fff5fb6a2f0) at vm/inline_cache.cpp:363
#195 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fb6ad40, args=@0x7fff5fb6a2f0) at inline_cache.hpp:172
#196 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fb6ad40, args=@0x7fff5fb6b140) at instruction_implementations.hpp:517
#197 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb6bb90, msg=@0x101cdb600, args=@0x7fff5fb6b140) at vm/vmmethod.cpp:547
#198 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fb6bb90, args=@0x7fff5fb6b140) at vm/inline_cache.cpp:374
#199 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fb6bb90, args=@0x7fff5fb6b140) at inline_cache.hpp:172
#200 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fb6bb90, args=@0x7fff5fb6bf70) at instruction_implementations.hpp:517
#201 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb6c9c0, msg=@0x104a379f0, args=@0x7fff5fb6bf70) at vm/vmmethod.cpp:547
#202 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fb6c9c0, args=@0x7fff5fb6bf70) at vm/inline_cache.cpp:374
#203 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fb6c9c0, args=@0x7fff5fb6bf70) at inline_cache.hpp:172
#204 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fb6c9c0, args=@0x7fff5fb6cd80) at instruction_implementations.hpp:631
#205 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb6d7d0, env=0x1012b62b0, args=@0x7fff5fb6cd80, invocation=@0x7fff5fb6cbc0) at vm/builtin/block_environment.cpp:130
#206 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x1012b62b0, state=0x101104b00, call_frame=0x7fff5fb6d7d0, args=@0x7fff5fb6cd80, flags=0) at vm/builtin/block_environment.cpp:144
#207 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fb6d7d0, args=@0x7fff5fb6dc00) at instruction_implementations.hpp:710
#208 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fb6e650, msg=@0x104a37f30, args=@0x7fff5fb6dc00) at vm/vmmethod.cpp:547
#209 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fb6e650, args=@0x7fff5fb6dc00) at vm/inline_cache.cpp:363
#210 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fb6e650, args=@0x7fff5fb6dc00) at inline_cache.hpp:172
#211 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fb6e650, args=@0x7fff5fb6ea20) at instruction_implementations.hpp:538
#212 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb6f470, msg=@0x1040f2830, args=@0x7fff5fb6ea20) at vm/vmmethod.cpp:547
#213 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fb6f470, args=@0x7fff5fb6ea20) at vm/inline_cache.cpp:374
#214 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fb6f470, args=@0x7fff5fb6ea20) at inline_cache.hpp:172
#215 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fb6f470, args=@0x7fff5fb6f870) at instruction_implementations.hpp:517
#216 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb702c0, msg=@0x10417c468, args=@0x7fff5fb6f870) at vm/vmmethod.cpp:547
#217 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fb702c0, args=@0x7fff5fb6f870) at vm/inline_cache.cpp:374
#218 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fb702c0, args=@0x7fff5fb6f870) at inline_cache.hpp:172
#219 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fb702c0, args=@0x7fff5fb70730) at instruction_implementations.hpp:517
#220 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fb71180, msg=@0x104a35f30, args=@0x7fff5fb70730) at vm/vmmethod.cpp:547
#221 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fb71180, args=@0x7fff5fb70730) at vm/inline_cache.cpp:363
#222 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fb71180, args=@0x7fff5fb70730) at inline_cache.hpp:172
#223 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fb71180, args=@0x7fff5fb71530) at instruction_implementations.hpp:517
#224 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb71f80, msg=@0x104187368, args=@0x7fff5fb71530) at vm/vmmethod.cpp:547
#225 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fb71f80, args=@0x7fff5fb71530) at vm/inline_cache.cpp:374
#226 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fb71f80, args=@0x7fff5fb71530) at inline_cache.hpp:172
#227 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fb71f80, args=@0x7fff5fb72230) at instruction_implementations.hpp:1131
#228 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb72ed0, msg=@0x7fff5fb72250, args=@0x7fff5fb72230) at vm/vmmethod.cpp:547
#229 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb72250, state=0x101104b00, call_frame=0x7fff5fb72ed0, lookup=@0x7fff5fb72270, args=@0x7fff5fb72230, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#230 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fb72ed0, name=0x80e, ary=0x10124c000, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#231 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0xa65e, call_frame=0x7fff5fb72ed0) at vm/helpers.cpp:142
#232 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b06380, call_frame=0x7fff5fb72ed0, args=@0x7fff5fb733a0) at instruction_implementations.hpp:409
#233 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb73df0, env=0x10124bf08, args=@0x7fff5fb733a0, invocation=@0x7fff5fb730c0) at vm/builtin/block_environment.cpp:130
#234 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x10124bf08, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fb73df0, msg=@0x1019e83f0, args=@0x7fff5fb733a0) at vm/builtin/block_environment.cpp:185
#235 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fb73df0, msg=@0x1019e83f0, args=@0x7fff5fb733a0) at primitives_glue.gen.cpp:3073
#236 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fb73df0, args=@0x7fff5fb733a0) at vm/inline_cache.cpp:363
#237 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fb73df0, args=@0x7fff5fb733a0) at inline_cache.hpp:172
#238 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fb73df0, args=@0x7fff5fb74260) at instruction_implementations.hpp:517
#239 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb74cb0, msg=@0x104e489b0, args=@0x7fff5fb74260) at vm/vmmethod.cpp:547
#240 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fb74cb0, args=@0x7fff5fb74260) at vm/inline_cache.cpp:374
#241 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fb74cb0, args=@0x7fff5fb74260) at inline_cache.hpp:172
#242 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fb74cb0, args=@0x7fff5fb75210) at instruction_implementations.hpp:517
#243 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb75c60, msg=@0x7fff5fb74f30, args=@0x7fff5fb75210) at vm/vmmethod.cpp:547
#244 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb74f30, state=0x101104b00, call_frame=0x7fff5fb75c60, lookup=@0x7fff5fb74f50, args=@0x7fff5fb75210, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#245 0x0000000100138f8b in rubinius::Object::send_prim (this=0x10987d670, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb75c60, msg=@0x104edaa60, args=@0x7fff5fb75210) at vm/builtin/object.cpp:470
#246 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb75c60, msg=@0x104edaa60, args=@0x7fff5fb75210) at primitives_glue.gen.cpp:17233
#247 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fb75c60, args=@0x7fff5fb75210) at vm/inline_cache.cpp:363
#248 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fb75c60, args=@0x7fff5fb75210) at inline_cache.hpp:172
#249 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fb75c60, args=@0x7fff5fb76020) at instruction_implementations.hpp:517
#250 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb76a70, msg=@0x10910b6b0, args=@0x7fff5fb76020) at vm/vmmethod.cpp:547
#251 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fb76a70, args=@0x7fff5fb76020) at vm/inline_cache.cpp:363
#252 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fb76a70, args=@0x7fff5fb76020) at inline_cache.hpp:172
#253 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fb76a70, args=@0x7fff5fb76ed0) at instruction_implementations.hpp:497
#254 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb77920, msg=@0x101e26ad0, args=@0x7fff5fb76ed0) at vm/vmmethod.cpp:547
#255 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x101e26ad0, call_frame=0x7fff5fb77920, args=@0x7fff5fb76ed0) at vm/inline_cache.cpp:296
#256 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101e26ad0, state=0x101104b00, call_frame=0x7fff5fb77920, args=@0x7fff5fb76ed0) at inline_cache.hpp:172
#257 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10885fe50, call_frame=0x7fff5fb77920, args=@0x7fff5fb77d60) at instruction_implementations.hpp:517
#258 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb787b0, msg=@0x1042de070, args=@0x7fff5fb77d60) at vm/vmmethod.cpp:547
#259 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1042de070, call_frame=0x7fff5fb787b0, args=@0x7fff5fb77d60) at vm/inline_cache.cpp:296
#260 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x1042de070, state=0x101104b00, call_frame=0x7fff5fb787b0, args=@0x7fff5fb77d60) at inline_cache.hpp:176
#261 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1042de070, call_frame=0x7fff5fb787b0, args=@0x7fff5fb77d60) at vm/inline_cache.cpp:377
#262 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1042de070, state=0x101104b00, call_frame=0x7fff5fb787b0, args=@0x7fff5fb77d60) at inline_cache.hpp:172
#263 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1088510e0, call_frame=0x7fff5fb787b0, args=@0x7fff5fb78b80) at instruction_implementations.hpp:497
#264 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb795d0, msg=@0x1096a3c58, args=@0x7fff5fb78b80) at vm/vmmethod.cpp:547
#265 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1096a3c58, call_frame=0x7fff5fb795d0, args=@0x7fff5fb78b80) at vm/inline_cache.cpp:296
#266 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1096a3c58, state=0x101104b00, call_frame=0x7fff5fb795d0, args=@0x7fff5fb78b80) at inline_cache.hpp:172
#267 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10989e070, call_frame=0x7fff5fb795d0, args=@0x7fff5fb799b0) at instruction_implementations.hpp:497
#268 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb7a400, msg=@0x109880d10, args=@0x7fff5fb799b0) at vm/vmmethod.cpp:547
#269 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x109880d10, call_frame=0x7fff5fb7a400, args=@0x7fff5fb799b0) at vm/inline_cache.cpp:263
#270 0x0000000100071178 in rubinius::InlineCache::execute (this=0x109880d10, state=0x101104b00, call_frame=0x7fff5fb7a400, args=@0x7fff5fb799b0) at inline_cache.hpp:172
#271 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109894230, call_frame=0x7fff5fb7a400, args=@0x7fff5fb7a950) at instruction_implementations.hpp:497
#272 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb7b3a0, msg=@0x7fff5fb7a670, args=@0x7fff5fb7a950) at vm/vmmethod.cpp:547
#273 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb7a670, state=0x101104b00, call_frame=0x7fff5fb7b3a0, lookup=@0x7fff5fb7a690, args=@0x7fff5fb7a950, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#274 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb7b3a0, msg=@0x1018c3090, args=@0x7fff5fb7a950) at vm/builtin/object.cpp:470
#275 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb7b3a0, msg=@0x1018c3090, args=@0x7fff5fb7a950) at primitives_glue.gen.cpp:17233
#276 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fb7b3a0, args=@0x7fff5fb7a950) at vm/inline_cache.cpp:363
#277 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fb7b3a0, args=@0x7fff5fb7a950) at inline_cache.hpp:172
#278 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fb7b3a0, args=@0x7fff5fb7b790) at instruction_implementations.hpp:517
#279 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb7c1e0, msg=@0x101c7d738, args=@0x7fff5fb7b790) at vm/vmmethod.cpp:547
#280 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fb7c1e0, args=@0x7fff5fb7b790) at vm/inline_cache.cpp:363
#281 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fb7c1e0, args=@0x7fff5fb7b790) at inline_cache.hpp:172
#282 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fb7c1e0, args=@0x7fff5fb7c6c0) at instruction_implementations.hpp:538
#283 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fb7d110, msg=@0x101c75528, args=@0x7fff5fb7c6c0) at vm/vmmethod.cpp:547
#284 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fb7d110, args=@0x7fff5fb7c6c0) at vm/inline_cache.cpp:363
#285 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fb7d110, args=@0x7fff5fb7c6c0) at inline_cache.hpp:172
#286 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fb7d110, args=@0x7fff5fb7d560) at instruction_implementations.hpp:517
#287 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb7dfb0, msg=@0x1021822c8, args=@0x7fff5fb7d560) at vm/vmmethod.cpp:547
#288 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fb7dfb0, args=@0x7fff5fb7d560) at vm/inline_cache.cpp:363
#289 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fb7dfb0, args=@0x7fff5fb7d560) at inline_cache.hpp:172
#290 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fb7dfb0, args=@0x7fff5fb7e3b0) at instruction_implementations.hpp:517
#291 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb7ee00, msg=@0x101cdb600, args=@0x7fff5fb7e3b0) at vm/vmmethod.cpp:547
#292 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fb7ee00, args=@0x7fff5fb7e3b0) at vm/inline_cache.cpp:374
#293 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fb7ee00, args=@0x7fff5fb7e3b0) at inline_cache.hpp:172
#294 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fb7ee00, args=@0x7fff5fb7f1e0) at instruction_implementations.hpp:517
#295 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb7fc30, msg=@0x104a379f0, args=@0x7fff5fb7f1e0) at vm/vmmethod.cpp:547
#296 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fb7fc30, args=@0x7fff5fb7f1e0) at vm/inline_cache.cpp:374
#297 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fb7fc30, args=@0x7fff5fb7f1e0) at inline_cache.hpp:172
#298 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fb7fc30, args=@0x7fff5fb7fff0) at instruction_implementations.hpp:631
#299 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb80a40, env=0x101210718, args=@0x7fff5fb7fff0, invocation=@0x7fff5fb7fe30) at vm/builtin/block_environment.cpp:130
#300 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x101210718, state=0x101104b00, call_frame=0x7fff5fb80a40, args=@0x7fff5fb7fff0, flags=0) at vm/builtin/block_environment.cpp:144
#301 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fb80a40, args=@0x7fff5fb80e70) at instruction_implementations.hpp:710
#302 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fb818c0, msg=@0x104a37f30, args=@0x7fff5fb80e70) at vm/vmmethod.cpp:547
#303 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fb818c0, args=@0x7fff5fb80e70) at vm/inline_cache.cpp:363
#304 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fb818c0, args=@0x7fff5fb80e70) at inline_cache.hpp:172
#305 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fb818c0, args=@0x7fff5fb81c90) at instruction_implementations.hpp:538
#306 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb826e0, msg=@0x1040f2830, args=@0x7fff5fb81c90) at vm/vmmethod.cpp:547
#307 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fb826e0, args=@0x7fff5fb81c90) at vm/inline_cache.cpp:374
#308 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fb826e0, args=@0x7fff5fb81c90) at inline_cache.hpp:172
#309 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fb826e0, args=@0x7fff5fb82ae0) at instruction_implementations.hpp:517
#310 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb83530, msg=@0x10417c468, args=@0x7fff5fb82ae0) at vm/vmmethod.cpp:547
#311 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fb83530, args=@0x7fff5fb82ae0) at vm/inline_cache.cpp:374
#312 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fb83530, args=@0x7fff5fb82ae0) at inline_cache.hpp:172
#313 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fb83530, args=@0x7fff5fb839a0) at instruction_implementations.hpp:517
#314 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fb843f0, msg=@0x104a35f30, args=@0x7fff5fb839a0) at vm/vmmethod.cpp:547
#315 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fb843f0, args=@0x7fff5fb839a0) at vm/inline_cache.cpp:363
#316 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fb843f0, args=@0x7fff5fb839a0) at inline_cache.hpp:172
#317 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fb843f0, args=@0x7fff5fb847a0) at instruction_implementations.hpp:517
#318 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb851f0, msg=@0x104187368, args=@0x7fff5fb847a0) at vm/vmmethod.cpp:547
#319 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fb851f0, args=@0x7fff5fb847a0) at vm/inline_cache.cpp:374
#320 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fb851f0, args=@0x7fff5fb847a0) at inline_cache.hpp:172
#321 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fb851f0, args=@0x7fff5fb854a0) at instruction_implementations.hpp:1131
#322 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb86140, msg=@0x7fff5fb854c0, args=@0x7fff5fb854a0) at vm/vmmethod.cpp:547
#323 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb854c0, state=0x101104b00, call_frame=0x7fff5fb86140, lookup=@0x7fff5fb854e0, args=@0x7fff5fb854a0, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#324 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fb86140, name=0x80e, ary=0x1014b17c8, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#325 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x27bd6, call_frame=0x7fff5fb86140) at vm/helpers.cpp:142
#326 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1098a2da0, call_frame=0x7fff5fb86140, args=@0x7fff5fb86610) at instruction_implementations.hpp:409
#327 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb87060, env=0x1014b16d0, args=@0x7fff5fb86610, invocation=@0x7fff5fb86330) at vm/builtin/block_environment.cpp:130
#328 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x1014b16d0, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fb87060, msg=@0x1019e83f0, args=@0x7fff5fb86610) at vm/builtin/block_environment.cpp:185
#329 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fb87060, msg=@0x1019e83f0, args=@0x7fff5fb86610) at primitives_glue.gen.cpp:3073
#330 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fb87060, args=@0x7fff5fb86610) at vm/inline_cache.cpp:363
#331 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fb87060, args=@0x7fff5fb86610) at inline_cache.hpp:172
#332 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fb87060, args=@0x7fff5fb874d0) at instruction_implementations.hpp:517
#333 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb87f20, msg=@0x104e489b0, args=@0x7fff5fb874d0) at vm/vmmethod.cpp:547
#334 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fb87f20, args=@0x7fff5fb874d0) at vm/inline_cache.cpp:374
#335 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fb87f20, args=@0x7fff5fb874d0) at inline_cache.hpp:172
#336 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fb87f20, args=@0x7fff5fb88480) at instruction_implementations.hpp:517
#337 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb88ed0, msg=@0x7fff5fb881a0, args=@0x7fff5fb88480) at vm/vmmethod.cpp:547
#338 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb881a0, state=0x101104b00, call_frame=0x7fff5fb88ed0, lookup=@0x7fff5fb881c0, args=@0x7fff5fb88480, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#339 0x0000000100138f8b in rubinius::Object::send_prim (this=0x109b041e0, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb88ed0, msg=@0x104edaa60, args=@0x7fff5fb88480) at vm/builtin/object.cpp:470
#340 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb88ed0, msg=@0x104edaa60, args=@0x7fff5fb88480) at primitives_glue.gen.cpp:17233
#341 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fb88ed0, args=@0x7fff5fb88480) at vm/inline_cache.cpp:363
#342 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fb88ed0, args=@0x7fff5fb88480) at inline_cache.hpp:172
#343 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fb88ed0, args=@0x7fff5fb89290) at instruction_implementations.hpp:517
#344 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb89ce0, msg=@0x10910b6b0, args=@0x7fff5fb89290) at vm/vmmethod.cpp:547
#345 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fb89ce0, args=@0x7fff5fb89290) at vm/inline_cache.cpp:363
#346 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fb89ce0, args=@0x7fff5fb89290) at inline_cache.hpp:172
#347 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fb89ce0, args=@0x7fff5fb8a140) at instruction_implementations.hpp:497
#348 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb8ab90, msg=@0x101e26968, args=@0x7fff5fb8a140) at vm/vmmethod.cpp:547
#349 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x101e26968, call_frame=0x7fff5fb8ab90, args=@0x7fff5fb8a140) at vm/inline_cache.cpp:296
#350 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101e26968, state=0x101104b00, call_frame=0x7fff5fb8ab90, args=@0x7fff5fb8a140) at inline_cache.hpp:172
#351 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10885fe50, call_frame=0x7fff5fb8ab90, args=@0x7fff5fb8af60) at instruction_implementations.hpp:517
#352 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb8b9b0, msg=@0x1042de070, args=@0x7fff5fb8af60) at vm/vmmethod.cpp:547
#353 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1042de070, call_frame=0x7fff5fb8b9b0, args=@0x7fff5fb8af60) at vm/inline_cache.cpp:296
#354 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1042de070, state=0x101104b00, call_frame=0x7fff5fb8b9b0, args=@0x7fff5fb8af60) at inline_cache.hpp:172
#355 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1088510e0, call_frame=0x7fff5fb8b9b0, args=@0x7fff5fb8bd80) at instruction_implementations.hpp:497
#356 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb8c7d0, msg=@0x101fcd1c0, args=@0x7fff5fb8bd80) at vm/vmmethod.cpp:547
#357 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x101fcd1c0, call_frame=0x7fff5fb8c7d0, args=@0x7fff5fb8bd80) at vm/inline_cache.cpp:296
#358 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101fcd1c0, state=0x101104b00, call_frame=0x7fff5fb8c7d0, args=@0x7fff5fb8bd80) at inline_cache.hpp:172
#359 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b03140, call_frame=0x7fff5fb8c7d0, args=@0x7fff5fb8cbb0) at instruction_implementations.hpp:497
#360 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb8d600, msg=@0x109b04160, args=@0x7fff5fb8cbb0) at vm/vmmethod.cpp:547
#361 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x109b04160, call_frame=0x7fff5fb8d600, args=@0x7fff5fb8cbb0) at vm/inline_cache.cpp:263
#362 0x0000000100071178 in rubinius::InlineCache::execute (this=0x109b04160, state=0x101104b00, call_frame=0x7fff5fb8d600, args=@0x7fff5fb8cbb0) at inline_cache.hpp:172
#363 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x109b03cf0, call_frame=0x7fff5fb8d600, args=@0x7fff5fb8db50) at instruction_implementations.hpp:497
#364 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb8e5a0, msg=@0x7fff5fb8d870, args=@0x7fff5fb8db50) at vm/vmmethod.cpp:547
#365 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb8d870, state=0x101104b00, call_frame=0x7fff5fb8e5a0, lookup=@0x7fff5fb8d890, args=@0x7fff5fb8db50, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#366 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb8e5a0, msg=@0x1018c3090, args=@0x7fff5fb8db50) at vm/builtin/object.cpp:470
#367 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb8e5a0, msg=@0x1018c3090, args=@0x7fff5fb8db50) at primitives_glue.gen.cpp:17233
#368 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fb8e5a0, args=@0x7fff5fb8db50) at vm/inline_cache.cpp:363
#369 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fb8e5a0, args=@0x7fff5fb8db50) at inline_cache.hpp:172
#370 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fb8e5a0, args=@0x7fff5fb8e990) at instruction_implementations.hpp:517
#371 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb8f3e0, msg=@0x101c7d738, args=@0x7fff5fb8e990) at vm/vmmethod.cpp:547
#372 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fb8f3e0, args=@0x7fff5fb8e990) at vm/inline_cache.cpp:363
#373 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fb8f3e0, args=@0x7fff5fb8e990) at inline_cache.hpp:172
#374 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fb8f3e0, args=@0x7fff5fb8f8c0) at instruction_implementations.hpp:538
#375 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fb90310, msg=@0x101c75528, args=@0x7fff5fb8f8c0) at vm/vmmethod.cpp:547
#376 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fb90310, args=@0x7fff5fb8f8c0) at vm/inline_cache.cpp:363
#377 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fb90310, args=@0x7fff5fb8f8c0) at inline_cache.hpp:172
#378 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fb90310, args=@0x7fff5fb90760) at instruction_implementations.hpp:517
#379 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb911b0, msg=@0x1021822c8, args=@0x7fff5fb90760) at vm/vmmethod.cpp:547
#380 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fb911b0, args=@0x7fff5fb90760) at vm/inline_cache.cpp:363
#381 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fb911b0, args=@0x7fff5fb90760) at inline_cache.hpp:172
#382 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fb911b0, args=@0x7fff5fb915b0) at instruction_implementations.hpp:517
#383 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb92000, msg=@0x101cdb600, args=@0x7fff5fb915b0) at vm/vmmethod.cpp:547
#384 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fb92000, args=@0x7fff5fb915b0) at vm/inline_cache.cpp:374
#385 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fb92000, args=@0x7fff5fb915b0) at inline_cache.hpp:172
#386 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fb92000, args=@0x7fff5fb923e0) at instruction_implementations.hpp:517
#387 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb92e30, msg=@0x104a379f0, args=@0x7fff5fb923e0) at vm/vmmethod.cpp:547
#388 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fb92e30, args=@0x7fff5fb923e0) at vm/inline_cache.cpp:374
#389 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fb92e30, args=@0x7fff5fb923e0) at inline_cache.hpp:172
#390 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fb92e30, args=@0x7fff5fb931f0) at instruction_implementations.hpp:631
#391 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb93c40, env=0x101482298, args=@0x7fff5fb931f0, invocation=@0x7fff5fb93030) at vm/builtin/block_environment.cpp:130
#392 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x101482298, state=0x101104b00, call_frame=0x7fff5fb93c40, args=@0x7fff5fb931f0, flags=0) at vm/builtin/block_environment.cpp:144
#393 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fb93c40, args=@0x7fff5fb94070) at instruction_implementations.hpp:710
#394 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fb94ac0, msg=@0x104a37f30, args=@0x7fff5fb94070) at vm/vmmethod.cpp:547
#395 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fb94ac0, args=@0x7fff5fb94070) at vm/inline_cache.cpp:363
#396 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fb94ac0, args=@0x7fff5fb94070) at inline_cache.hpp:172
#397 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fb94ac0, args=@0x7fff5fb94e90) at instruction_implementations.hpp:538
#398 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb958e0, msg=@0x1040f2830, args=@0x7fff5fb94e90) at vm/vmmethod.cpp:547
#399 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fb958e0, args=@0x7fff5fb94e90) at vm/inline_cache.cpp:374
#400 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fb958e0, args=@0x7fff5fb94e90) at inline_cache.hpp:172
#401 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fb958e0, args=@0x7fff5fb95ce0) at instruction_implementations.hpp:517
#402 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb96730, msg=@0x10417c468, args=@0x7fff5fb95ce0) at vm/vmmethod.cpp:547
#403 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fb96730, args=@0x7fff5fb95ce0) at vm/inline_cache.cpp:374
#404 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fb96730, args=@0x7fff5fb95ce0) at inline_cache.hpp:172
#405 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fb96730, args=@0x7fff5fb96ba0) at instruction_implementations.hpp:517
#406 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fb975f0, msg=@0x104a35f30, args=@0x7fff5fb96ba0) at vm/vmmethod.cpp:547
#407 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fb975f0, args=@0x7fff5fb96ba0) at vm/inline_cache.cpp:363
#408 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fb975f0, args=@0x7fff5fb96ba0) at inline_cache.hpp:172
#409 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fb975f0, args=@0x7fff5fb979a0) at instruction_implementations.hpp:517
#410 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb983f0, msg=@0x104187368, args=@0x7fff5fb979a0) at vm/vmmethod.cpp:547
#411 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fb983f0, args=@0x7fff5fb979a0) at vm/inline_cache.cpp:374
#412 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fb983f0, args=@0x7fff5fb979a0) at inline_cache.hpp:172
#413 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fb983f0, args=@0x7fff5fb986a0) at instruction_implementations.hpp:1131
#414 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb99340, msg=@0x7fff5fb986c0, args=@0x7fff5fb986a0) at vm/vmmethod.cpp:547
#415 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb986c0, state=0x101104b00, call_frame=0x7fff5fb99340, lookup=@0x7fff5fb986e0, args=@0x7fff5fb986a0, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#416 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fb99340, name=0x80e, ary=0x101424b10, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#417 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x1a37e, call_frame=0x7fff5fb99340) at vm/helpers.cpp:142
#418 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1089fab20, call_frame=0x7fff5fb99340, args=@0x7fff5fb99810) at instruction_implementations.hpp:409
#419 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fb9a260, env=0x101424a18, args=@0x7fff5fb99810, invocation=@0x7fff5fb99530) at vm/builtin/block_environment.cpp:130
#420 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x101424a18, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fb9a260, msg=@0x1019e83f0, args=@0x7fff5fb99810) at vm/builtin/block_environment.cpp:185
#421 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fb9a260, msg=@0x1019e83f0, args=@0x7fff5fb99810) at primitives_glue.gen.cpp:3073
#422 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fb9a260, args=@0x7fff5fb99810) at vm/inline_cache.cpp:363
#423 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fb9a260, args=@0x7fff5fb99810) at inline_cache.hpp:172
#424 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fb9a260, args=@0x7fff5fb9a6d0) at instruction_implementations.hpp:517
#425 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb9b120, msg=@0x104e489b0, args=@0x7fff5fb9a6d0) at vm/vmmethod.cpp:547
#426 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fb9b120, args=@0x7fff5fb9a6d0) at vm/inline_cache.cpp:374
#427 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fb9b120, args=@0x7fff5fb9a6d0) at inline_cache.hpp:172
#428 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fb9b120, args=@0x7fff5fb9b680) at instruction_implementations.hpp:517
#429 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fb9c0d0, msg=@0x7fff5fb9b3a0, args=@0x7fff5fb9b680) at vm/vmmethod.cpp:547
#430 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fb9b3a0, state=0x101104b00, call_frame=0x7fff5fb9c0d0, lookup=@0x7fff5fb9b3c0, args=@0x7fff5fb9b680, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#431 0x0000000100138f8b in rubinius::Object::send_prim (this=0x108a63690, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fb9c0d0, msg=@0x104edaa60, args=@0x7fff5fb9b680) at vm/builtin/object.cpp:470
#432 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fb9c0d0, msg=@0x104edaa60, args=@0x7fff5fb9b680) at primitives_glue.gen.cpp:17233
#433 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fb9c0d0, args=@0x7fff5fb9b680) at vm/inline_cache.cpp:363
#434 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fb9c0d0, args=@0x7fff5fb9b680) at inline_cache.hpp:172
#435 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fb9c0d0, args=@0x7fff5fb9c490) at instruction_implementations.hpp:517
#436 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fb9cee0, msg=@0x10910b6b0, args=@0x7fff5fb9c490) at vm/vmmethod.cpp:547
#437 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fb9cee0, args=@0x7fff5fb9c490) at vm/inline_cache.cpp:363
#438 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fb9cee0, args=@0x7fff5fb9c490) at inline_cache.hpp:172
#439 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fb9cee0, args=@0x7fff5fb9d340) at instruction_implementations.hpp:497
#440 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb9dd90, msg=@0x105e4d3c0, args=@0x7fff5fb9d340) at vm/vmmethod.cpp:547
#441 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x105e4d3c0, call_frame=0x7fff5fb9dd90, args=@0x7fff5fb9d340) at vm/inline_cache.cpp:296
#442 0x0000000100071178 in rubinius::InlineCache::execute (this=0x105e4d3c0, state=0x101104b00, call_frame=0x7fff5fb9dd90, args=@0x7fff5fb9d340) at inline_cache.hpp:172
#443 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108821ef0, call_frame=0x7fff5fb9dd90, args=@0x7fff5fb9e160) at instruction_implementations.hpp:517
#444 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb9ebb0, msg=@0x108888f68, args=@0x7fff5fb9e160) at vm/vmmethod.cpp:547
#445 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x108888f68, call_frame=0x7fff5fb9ebb0, args=@0x7fff5fb9e160) at vm/inline_cache.cpp:296
#446 0x0000000100071178 in rubinius::InlineCache::execute (this=0x108888f68, state=0x101104b00, call_frame=0x7fff5fb9ebb0, args=@0x7fff5fb9e160) at inline_cache.hpp:172
#447 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108888a20, call_frame=0x7fff5fb9ebb0, args=@0x7fff5fb9ef60) at instruction_implementations.hpp:497
#448 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fb9f9b0, msg=@0x10424b088, args=@0x7fff5fb9ef60) at vm/vmmethod.cpp:547
#449 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x10424b088, call_frame=0x7fff5fb9f9b0, args=@0x7fff5fb9ef60) at vm/inline_cache.cpp:296
#450 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10424b088, state=0x101104b00, call_frame=0x7fff5fb9f9b0, args=@0x7fff5fb9ef60) at inline_cache.hpp:172
#451 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108ab1840, call_frame=0x7fff5fb9f9b0, args=@0x7fff5fb9fd90) at instruction_implementations.hpp:497
#452 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fba07e0, msg=@0x108a90990, args=@0x7fff5fb9fd90) at vm/vmmethod.cpp:547
#453 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x108a90990, call_frame=0x7fff5fba07e0, args=@0x7fff5fb9fd90) at vm/inline_cache.cpp:263
#454 0x0000000100071178 in rubinius::InlineCache::execute (this=0x108a90990, state=0x101104b00, call_frame=0x7fff5fba07e0, args=@0x7fff5fb9fd90) at inline_cache.hpp:172
#455 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108ab3320, call_frame=0x7fff5fba07e0, args=@0x7fff5fba0d30) at instruction_implementations.hpp:497
#456 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fba1780, msg=@0x7fff5fba0a50, args=@0x7fff5fba0d30) at vm/vmmethod.cpp:547
#457 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fba0a50, state=0x101104b00, call_frame=0x7fff5fba1780, lookup=@0x7fff5fba0a70, args=@0x7fff5fba0d30, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#458 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fba1780, msg=@0x1018c3090, args=@0x7fff5fba0d30) at vm/builtin/object.cpp:470
#459 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fba1780, msg=@0x1018c3090, args=@0x7fff5fba0d30) at primitives_glue.gen.cpp:17233
#460 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fba1780, args=@0x7fff5fba0d30) at vm/inline_cache.cpp:363
#461 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fba1780, args=@0x7fff5fba0d30) at inline_cache.hpp:172
#462 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fba1780, args=@0x7fff5fba1b70) at instruction_implementations.hpp:517
#463 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fba25c0, msg=@0x101c7d738, args=@0x7fff5fba1b70) at vm/vmmethod.cpp:547
#464 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fba25c0, args=@0x7fff5fba1b70) at vm/inline_cache.cpp:363
#465 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fba25c0, args=@0x7fff5fba1b70) at inline_cache.hpp:172
#466 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fba25c0, args=@0x7fff5fba2aa0) at instruction_implementations.hpp:538
#467 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fba34f0, msg=@0x101c75528, args=@0x7fff5fba2aa0) at vm/vmmethod.cpp:547
#468 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fba34f0, args=@0x7fff5fba2aa0) at vm/inline_cache.cpp:363
#469 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fba34f0, args=@0x7fff5fba2aa0) at inline_cache.hpp:172
#470 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fba34f0, args=@0x7fff5fba3940) at instruction_implementations.hpp:517
#471 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fba4390, msg=@0x1021822c8, args=@0x7fff5fba3940) at vm/vmmethod.cpp:547
#472 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fba4390, args=@0x7fff5fba3940) at vm/inline_cache.cpp:363
#473 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fba4390, args=@0x7fff5fba3940) at inline_cache.hpp:172
#474 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fba4390, args=@0x7fff5fba4790) at instruction_implementations.hpp:517
#475 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fba51e0, msg=@0x101cdb600, args=@0x7fff5fba4790) at vm/vmmethod.cpp:547
#476 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fba51e0, args=@0x7fff5fba4790) at vm/inline_cache.cpp:374
#477 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fba51e0, args=@0x7fff5fba4790) at inline_cache.hpp:172
#478 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fba51e0, args=@0x7fff5fba55c0) at instruction_implementations.hpp:517
#479 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fba6010, msg=@0x104a379f0, args=@0x7fff5fba55c0) at vm/vmmethod.cpp:547
#480 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fba6010, args=@0x7fff5fba55c0) at vm/inline_cache.cpp:374
#481 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fba6010, args=@0x7fff5fba55c0) at inline_cache.hpp:172
#482 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fba6010, args=@0x7fff5fba63d0) at instruction_implementations.hpp:631
#483 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fba6e20, env=0x1016d3398, args=@0x7fff5fba63d0, invocation=@0x7fff5fba6210) at vm/builtin/block_environment.cpp:130
#484 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x1016d3398, state=0x101104b00, call_frame=0x7fff5fba6e20, args=@0x7fff5fba63d0, flags=0) at vm/builtin/block_environment.cpp:144
#485 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fba6e20, args=@0x7fff5fba7250) at instruction_implementations.hpp:710
#486 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fba7ca0, msg=@0x104a37f30, args=@0x7fff5fba7250) at vm/vmmethod.cpp:547
#487 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fba7ca0, args=@0x7fff5fba7250) at vm/inline_cache.cpp:363
#488 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fba7ca0, args=@0x7fff5fba7250) at inline_cache.hpp:172
#489 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fba7ca0, args=@0x7fff5fba8070) at instruction_implementations.hpp:538
#490 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fba8ac0, msg=@0x1040f2830, args=@0x7fff5fba8070) at vm/vmmethod.cpp:547
#491 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fba8ac0, args=@0x7fff5fba8070) at vm/inline_cache.cpp:374
#492 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fba8ac0, args=@0x7fff5fba8070) at inline_cache.hpp:172
#493 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fba8ac0, args=@0x7fff5fba8ec0) at instruction_implementations.hpp:517
#494 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fba9910, msg=@0x10417c468, args=@0x7fff5fba8ec0) at vm/vmmethod.cpp:547
#495 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fba9910, args=@0x7fff5fba8ec0) at vm/inline_cache.cpp:374
#496 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fba9910, args=@0x7fff5fba8ec0) at inline_cache.hpp:172
#497 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fba9910, args=@0x7fff5fba9d80) at instruction_implementations.hpp:517
#498 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fbaa7d0, msg=@0x104a35f30, args=@0x7fff5fba9d80) at vm/vmmethod.cpp:547
#499 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fbaa7d0, args=@0x7fff5fba9d80) at vm/inline_cache.cpp:363
#500 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fbaa7d0, args=@0x7fff5fba9d80) at inline_cache.hpp:172
#501 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fbaa7d0, args=@0x7fff5fbaab80) at instruction_implementations.hpp:517
#502 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbab5d0, msg=@0x104187368, args=@0x7fff5fbaab80) at vm/vmmethod.cpp:547
#503 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fbab5d0, args=@0x7fff5fbaab80) at vm/inline_cache.cpp:374
#504 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fbab5d0, args=@0x7fff5fbaab80) at inline_cache.hpp:172
#505 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fbab5d0, args=@0x7fff5fbab880) at instruction_implementations.hpp:1131
#506 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbac520, msg=@0x7fff5fbab8a0, args=@0x7fff5fbab880) at vm/vmmethod.cpp:547
#507 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbab8a0, state=0x101104b00, call_frame=0x7fff5fbac520, lookup=@0x7fff5fbab8c0, args=@0x7fff5fbab880, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#508 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fbac520, name=0x80e, ary=0x1014a1310, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#509 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x733e, call_frame=0x7fff5fbac520) at vm/helpers.cpp:142
#510 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108aceea0, call_frame=0x7fff5fbac520, args=@0x7fff5fbac9f0) at instruction_implementations.hpp:409
#511 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbad440, env=0x1014a1218, args=@0x7fff5fbac9f0, invocation=@0x7fff5fbac710) at vm/builtin/block_environment.cpp:130
#512 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x1014a1218, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fbad440, msg=@0x1019e83f0, args=@0x7fff5fbac9f0) at vm/builtin/block_environment.cpp:185
#513 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fbad440, msg=@0x1019e83f0, args=@0x7fff5fbac9f0) at primitives_glue.gen.cpp:3073
#514 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fbad440, args=@0x7fff5fbac9f0) at vm/inline_cache.cpp:363
#515 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fbad440, args=@0x7fff5fbac9f0) at inline_cache.hpp:172
#516 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fbad440, args=@0x7fff5fbad930) at instruction_implementations.hpp:517
#517 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbae380, msg=@0x104e489b0, args=@0x7fff5fbad930) at vm/vmmethod.cpp:547
#518 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fbae380, args=@0x7fff5fbad930) at vm/inline_cache.cpp:296
#519 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fbae380, args=@0x7fff5fbad930) at inline_cache.hpp:176
#520 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fbae380, args=@0x7fff5fbad930) at vm/inline_cache.cpp:377
#521 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fbae380, args=@0x7fff5fbad930) at inline_cache.hpp:172
#522 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fbae380, args=@0x7fff5fbae970) at instruction_implementations.hpp:517
#523 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbaf3c0, msg=@0x7fff5fbae600, args=@0x7fff5fbae970) at vm/vmmethod.cpp:547
#524 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbae600, state=0x101104b00, call_frame=0x7fff5fbaf3c0, lookup=@0x7fff5fbae620, args=@0x7fff5fbae970, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#525 0x0000000100138f8b in rubinius::Object::send_prim (this=0x108ab9e20, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fbaf3c0, msg=@0x104edaa60, args=@0x7fff5fbae970) at vm/builtin/object.cpp:470
#526 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbaf3c0, msg=@0x104edaa60, args=@0x7fff5fbae970) at primitives_glue.gen.cpp:17233
#527 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fbaf3c0, args=@0x7fff5fbae970) at vm/inline_cache.cpp:263
#528 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fbaf3c0, args=@0x7fff5fbae970) at inline_cache.hpp:176
#529 0x000000010005a3b2 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fbaf3c0, args=@0x7fff5fbae970) at vm/inline_cache.cpp:366
#530 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fbaf3c0, args=@0x7fff5fbae970) at inline_cache.hpp:172
#531 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fbaf3c0, args=@0x7fff5fbaf780) at instruction_implementations.hpp:517
#532 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbb01d0, msg=@0x10910b6b0, args=@0x7fff5fbaf780) at vm/vmmethod.cpp:547
#533 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fbb01d0, args=@0x7fff5fbaf780) at vm/inline_cache.cpp:363
#534 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fbb01d0, args=@0x7fff5fbaf780) at inline_cache.hpp:172
#535 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fbb01d0, args=@0x7fff5fbb0630) at instruction_implementations.hpp:497
#536 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbb1080, msg=@0x1042dde18, args=@0x7fff5fbb0630) at vm/vmmethod.cpp:547
#537 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1042dde18, call_frame=0x7fff5fbb1080, args=@0x7fff5fbb0630) at vm/inline_cache.cpp:296
#538 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1042dde18, state=0x101104b00, call_frame=0x7fff5fbb1080, args=@0x7fff5fbb0630) at inline_cache.hpp:172
#539 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1088510e0, call_frame=0x7fff5fbb1080, args=@0x7fff5fbb1450) at instruction_implementations.hpp:517
#540 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbb1ea0, msg=@0x1091dd948, args=@0x7fff5fbb1450) at vm/vmmethod.cpp:547
#541 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1091dd948, call_frame=0x7fff5fbb1ea0, args=@0x7fff5fbb1450) at vm/inline_cache.cpp:296
#542 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1091dd948, state=0x101104b00, call_frame=0x7fff5fbb1ea0, args=@0x7fff5fbb1450) at inline_cache.hpp:172
#543 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108a721d0, call_frame=0x7fff5fbb1ea0, args=@0x7fff5fbb2280) at instruction_implementations.hpp:497
#544 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbb2cd0, msg=@0x108a9a930, args=@0x7fff5fbb2280) at vm/vmmethod.cpp:547
#545 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x108a9a930, call_frame=0x7fff5fbb2cd0, args=@0x7fff5fbb2280) at vm/inline_cache.cpp:263
#546 0x0000000100071178 in rubinius::InlineCache::execute (this=0x108a9a930, state=0x101104b00, call_frame=0x7fff5fbb2cd0, args=@0x7fff5fbb2280) at inline_cache.hpp:172
#547 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108a72d90, call_frame=0x7fff5fbb2cd0, args=@0x7fff5fbb3220) at instruction_implementations.hpp:497
#548 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbb3c70, msg=@0x7fff5fbb2f40, args=@0x7fff5fbb3220) at vm/vmmethod.cpp:547
#549 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbb2f40, state=0x101104b00, call_frame=0x7fff5fbb3c70, lookup=@0x7fff5fbb2f60, args=@0x7fff5fbb3220, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#550 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fbb3c70, msg=@0x1018c3090, args=@0x7fff5fbb3220) at vm/builtin/object.cpp:470
#551 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbb3c70, msg=@0x1018c3090, args=@0x7fff5fbb3220) at primitives_glue.gen.cpp:17233
#552 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fbb3c70, args=@0x7fff5fbb3220) at vm/inline_cache.cpp:363
#553 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fbb3c70, args=@0x7fff5fbb3220) at inline_cache.hpp:172
#554 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fbb3c70, args=@0x7fff5fbb4060) at instruction_implementations.hpp:517
#555 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbb4ab0, msg=@0x101c7d738, args=@0x7fff5fbb4060) at vm/vmmethod.cpp:547
#556 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fbb4ab0, args=@0x7fff5fbb4060) at vm/inline_cache.cpp:363
#557 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fbb4ab0, args=@0x7fff5fbb4060) at inline_cache.hpp:172
#558 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fbb4ab0, args=@0x7fff5fbb4f90) at instruction_implementations.hpp:538
#559 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fbb59e0, msg=@0x101c75528, args=@0x7fff5fbb4f90) at vm/vmmethod.cpp:547
#560 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fbb59e0, args=@0x7fff5fbb4f90) at vm/inline_cache.cpp:363
#561 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fbb59e0, args=@0x7fff5fbb4f90) at inline_cache.hpp:172
#562 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fbb59e0, args=@0x7fff5fbb5e30) at instruction_implementations.hpp:517
#563 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbb6880, msg=@0x1021822c8, args=@0x7fff5fbb5e30) at vm/vmmethod.cpp:547
#564 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fbb6880, args=@0x7fff5fbb5e30) at vm/inline_cache.cpp:363
#565 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fbb6880, args=@0x7fff5fbb5e30) at inline_cache.hpp:172
#566 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fbb6880, args=@0x7fff5fbb6d00) at instruction_implementations.hpp:517
#567 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbb7750, msg=@0x101cdb600, args=@0x7fff5fbb6d00) at vm/vmmethod.cpp:547
#568 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fbb7750, args=@0x7fff5fbb6d00) at vm/inline_cache.cpp:296
#569 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fbb7750, args=@0x7fff5fbb6d00) at inline_cache.hpp:176
#570 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fbb7750, args=@0x7fff5fbb6d00) at vm/inline_cache.cpp:377
#571 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fbb7750, args=@0x7fff5fbb6d00) at inline_cache.hpp:172
#572 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fbb7750, args=@0x7fff5fbb7bb0) at instruction_implementations.hpp:517
#573 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbb8600, msg=@0x104a379f0, args=@0x7fff5fbb7bb0) at vm/vmmethod.cpp:547
#574 0x000000010005b701 in rubinius::InlineCache::empty_cache_super (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fbb8600, args=@0x7fff5fbb7bb0) at vm/inline_cache.cpp:331
#575 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fbb8600, args=@0x7fff5fbb7bb0) at inline_cache.hpp:176
#576 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fbb8600, args=@0x7fff5fbb7bb0) at vm/inline_cache.cpp:377
#577 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fbb8600, args=@0x7fff5fbb7bb0) at inline_cache.hpp:172
#578 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fbb8600, args=@0x7fff5fbb89c0) at instruction_implementations.hpp:631
#579 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbb9410, env=0x1014b1240, args=@0x7fff5fbb89c0, invocation=@0x7fff5fbb8800) at vm/builtin/block_environment.cpp:130
#580 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x1014b1240, state=0x101104b00, call_frame=0x7fff5fbb9410, args=@0x7fff5fbb89c0, flags=0) at vm/builtin/block_environment.cpp:144
#581 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fbb9410, args=@0x7fff5fbb9840) at instruction_implementations.hpp:710
#582 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fbba290, msg=@0x104a37f30, args=@0x7fff5fbb9840) at vm/vmmethod.cpp:547
#583 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fbba290, args=@0x7fff5fbb9840) at vm/inline_cache.cpp:363
#584 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fbba290, args=@0x7fff5fbb9840) at inline_cache.hpp:172
#585 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fbba290, args=@0x7fff5fbba660) at instruction_implementations.hpp:538
#586 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbbb0b0, msg=@0x1040f2830, args=@0x7fff5fbba660) at vm/vmmethod.cpp:547
#587 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fbbb0b0, args=@0x7fff5fbba660) at vm/inline_cache.cpp:374
#588 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fbbb0b0, args=@0x7fff5fbba660) at inline_cache.hpp:172
#589 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fbbb0b0, args=@0x7fff5fbbb4b0) at instruction_implementations.hpp:517
#590 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbbbf00, msg=@0x10417c468, args=@0x7fff5fbbb4b0) at vm/vmmethod.cpp:547
#591 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fbbbf00, args=@0x7fff5fbbb4b0) at vm/inline_cache.cpp:374
#592 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fbbbf00, args=@0x7fff5fbbb4b0) at inline_cache.hpp:172
#593 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fbbbf00, args=@0x7fff5fbbc370) at instruction_implementations.hpp:517
#594 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fbbcdc0, msg=@0x104a35f30, args=@0x7fff5fbbc370) at vm/vmmethod.cpp:547
#595 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fbbcdc0, args=@0x7fff5fbbc370) at vm/inline_cache.cpp:363
#596 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fbbcdc0, args=@0x7fff5fbbc370) at inline_cache.hpp:172
#597 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fbbcdc0, args=@0x7fff5fbbd170) at instruction_implementations.hpp:517
#598 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbbdbc0, msg=@0x104187368, args=@0x7fff5fbbd170) at vm/vmmethod.cpp:547
#599 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fbbdbc0, args=@0x7fff5fbbd170) at vm/inline_cache.cpp:374
#600 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fbbdbc0, args=@0x7fff5fbbd170) at inline_cache.hpp:172
#601 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fbbdbc0, args=@0x7fff5fbbde70) at instruction_implementations.hpp:1131
#602 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbbeb10, msg=@0x7fff5fbbde90, args=@0x7fff5fbbde70) at vm/vmmethod.cpp:547
#603 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbbde90, state=0x101104b00, call_frame=0x7fff5fbbeb10, lookup=@0x7fff5fbbdeb0, args=@0x7fff5fbbde70, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#604 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fbbeb10, name=0x80e, ary=0x101475928, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#605 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x26366, call_frame=0x7fff5fbbeb10) at vm/helpers.cpp:142
#606 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108a6f150, call_frame=0x7fff5fbbeb10, args=@0x7fff5fbbefe0) at instruction_implementations.hpp:409
#607 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbbfa30, env=0x101475830, args=@0x7fff5fbbefe0, invocation=@0x7fff5fbbed00) at vm/builtin/block_environment.cpp:130
#608 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x101475830, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fbbfa30, msg=@0x1019e83f0, args=@0x7fff5fbbefe0) at vm/builtin/block_environment.cpp:185
#609 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fbbfa30, msg=@0x1019e83f0, args=@0x7fff5fbbefe0) at primitives_glue.gen.cpp:3073
#610 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fbbfa30, args=@0x7fff5fbbefe0) at vm/inline_cache.cpp:363
#611 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fbbfa30, args=@0x7fff5fbbefe0) at inline_cache.hpp:172
#612 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fbbfa30, args=@0x7fff5fbbff20) at instruction_implementations.hpp:517
#613 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbc0970, msg=@0x104e489b0, args=@0x7fff5fbbff20) at vm/vmmethod.cpp:547
#614 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fbc0970, args=@0x7fff5fbbff20) at vm/inline_cache.cpp:296
#615 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fbc0970, args=@0x7fff5fbbff20) at inline_cache.hpp:176
#616 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fbc0970, args=@0x7fff5fbbff20) at vm/inline_cache.cpp:377
#617 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fbc0970, args=@0x7fff5fbbff20) at inline_cache.hpp:172
#618 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fbc0970, args=@0x7fff5fbc0f60) at instruction_implementations.hpp:517
#619 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbc19b0, msg=@0x7fff5fbc0bf0, args=@0x7fff5fbc0f60) at vm/vmmethod.cpp:547
#620 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbc0bf0, state=0x101104b00, call_frame=0x7fff5fbc19b0, lookup=@0x7fff5fbc0c10, args=@0x7fff5fbc0f60, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#621 0x0000000100138f8b in rubinius::Object::send_prim (this=0x108afa410, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fbc19b0, msg=@0x104edaa60, args=@0x7fff5fbc0f60) at vm/builtin/object.cpp:470
#622 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbc19b0, msg=@0x104edaa60, args=@0x7fff5fbc0f60) at primitives_glue.gen.cpp:17233
#623 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fbc19b0, args=@0x7fff5fbc0f60) at vm/inline_cache.cpp:263
#624 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fbc19b0, args=@0x7fff5fbc0f60) at inline_cache.hpp:176
#625 0x000000010005a3b2 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fbc19b0, args=@0x7fff5fbc0f60) at vm/inline_cache.cpp:366
#626 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fbc19b0, args=@0x7fff5fbc0f60) at inline_cache.hpp:172
#627 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fbc19b0, args=@0x7fff5fbc1d70) at instruction_implementations.hpp:517
#628 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbc27c0, msg=@0x10910b6b0, args=@0x7fff5fbc1d70) at vm/vmmethod.cpp:547
#629 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fbc27c0, args=@0x7fff5fbc1d70) at vm/inline_cache.cpp:363
#630 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fbc27c0, args=@0x7fff5fbc1d70) at inline_cache.hpp:172
#631 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fbc27c0, args=@0x7fff5fbc2c20) at instruction_implementations.hpp:497
#632 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbc3670, msg=@0x1042dda58, args=@0x7fff5fbc2c20) at vm/vmmethod.cpp:547
#633 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1042dda58, call_frame=0x7fff5fbc3670, args=@0x7fff5fbc2c20) at vm/inline_cache.cpp:296
#634 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1042dda58, state=0x101104b00, call_frame=0x7fff5fbc3670, args=@0x7fff5fbc2c20) at inline_cache.hpp:172
#635 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1088510e0, call_frame=0x7fff5fbc3670, args=@0x7fff5fbc3a50) at instruction_implementations.hpp:517
#636 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbc44a0, msg=@0x1091698f8, args=@0x7fff5fbc3a50) at vm/vmmethod.cpp:547
#637 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x1091698f8, call_frame=0x7fff5fbc44a0, args=@0x7fff5fbc3a50) at vm/inline_cache.cpp:263
#638 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1091698f8, state=0x101104b00, call_frame=0x7fff5fbc44a0, args=@0x7fff5fbc3a50) at inline_cache.hpp:172
#639 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108a1a280, call_frame=0x7fff5fbc44a0, args=@0x7fff5fbc4930) at instruction_implementations.hpp:497
#640 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fbc5380, msg=@0x1089b0750, args=@0x7fff5fbc4930) at vm/vmmethod.cpp:547
#641 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1089b0750, call_frame=0x7fff5fbc5380, args=@0x7fff5fbc4930) at vm/inline_cache.cpp:296
#642 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1089b0750, state=0x101104b00, call_frame=0x7fff5fbc5380, args=@0x7fff5fbc4930) at inline_cache.hpp:172
#643 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1089c3c00, call_frame=0x7fff5fbc5380, args=@0x7fff5fbc5740) at instruction_implementations.hpp:517
#644 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbc6190, msg=@0x1089eb410, args=@0x7fff5fbc5740) at vm/vmmethod.cpp:547
#645 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x1089eb410, call_frame=0x7fff5fbc6190, args=@0x7fff5fbc5740) at vm/inline_cache.cpp:263
#646 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1089eb410, state=0x101104b00, call_frame=0x7fff5fbc6190, args=@0x7fff5fbc5740) at inline_cache.hpp:172
#647 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1089ea2c0, call_frame=0x7fff5fbc6190, args=@0x7fff5fbc66e0) at instruction_implementations.hpp:497
#648 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbc7130, msg=@0x7fff5fbc6400, args=@0x7fff5fbc66e0) at vm/vmmethod.cpp:547
#649 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbc6400, state=0x101104b00, call_frame=0x7fff5fbc7130, lookup=@0x7fff5fbc6420, args=@0x7fff5fbc66e0, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#650 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fbc7130, msg=@0x1018c3090, args=@0x7fff5fbc66e0) at vm/builtin/object.cpp:470
#651 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbc7130, msg=@0x1018c3090, args=@0x7fff5fbc66e0) at primitives_glue.gen.cpp:17233
#652 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fbc7130, args=@0x7fff5fbc66e0) at vm/inline_cache.cpp:363
#653 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fbc7130, args=@0x7fff5fbc66e0) at inline_cache.hpp:172
#654 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fbc7130, args=@0x7fff5fbc7520) at instruction_implementations.hpp:517
#655 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbc7f70, msg=@0x101c7d738, args=@0x7fff5fbc7520) at vm/vmmethod.cpp:547
#656 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fbc7f70, args=@0x7fff5fbc7520) at vm/inline_cache.cpp:363
#657 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fbc7f70, args=@0x7fff5fbc7520) at inline_cache.hpp:172
#658 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fbc7f70, args=@0x7fff5fbc8450) at instruction_implementations.hpp:538
#659 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fbc8ea0, msg=@0x101c75528, args=@0x7fff5fbc8450) at vm/vmmethod.cpp:547
#660 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fbc8ea0, args=@0x7fff5fbc8450) at vm/inline_cache.cpp:363
#661 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fbc8ea0, args=@0x7fff5fbc8450) at inline_cache.hpp:172
#662 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fbc8ea0, args=@0x7fff5fbc92f0) at instruction_implementations.hpp:517
#663 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbc9d40, msg=@0x1021822c8, args=@0x7fff5fbc92f0) at vm/vmmethod.cpp:547
#664 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fbc9d40, args=@0x7fff5fbc92f0) at vm/inline_cache.cpp:363
#665 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fbc9d40, args=@0x7fff5fbc92f0) at inline_cache.hpp:172
#666 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fbc9d40, args=@0x7fff5fbca140) at instruction_implementations.hpp:517
#667 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbcab90, msg=@0x101cdb600, args=@0x7fff5fbca140) at vm/vmmethod.cpp:547
#668 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fbcab90, args=@0x7fff5fbca140) at vm/inline_cache.cpp:374
#669 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fbcab90, args=@0x7fff5fbca140) at inline_cache.hpp:172
#670 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fbcab90, args=@0x7fff5fbcaf70) at instruction_implementations.hpp:517
#671 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbcb9c0, msg=@0x104a379f0, args=@0x7fff5fbcaf70) at vm/vmmethod.cpp:547
#672 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fbcb9c0, args=@0x7fff5fbcaf70) at vm/inline_cache.cpp:374
#673 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fbcb9c0, args=@0x7fff5fbcaf70) at inline_cache.hpp:172
#674 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fbcb9c0, args=@0x7fff5fbcbd80) at instruction_implementations.hpp:631
#675 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbcc7d0, env=0x101224558, args=@0x7fff5fbcbd80, invocation=@0x7fff5fbcbbc0) at vm/builtin/block_environment.cpp:130
#676 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x101224558, state=0x101104b00, call_frame=0x7fff5fbcc7d0, args=@0x7fff5fbcbd80, flags=0) at vm/builtin/block_environment.cpp:144
#677 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fbcc7d0, args=@0x7fff5fbccc00) at instruction_implementations.hpp:710
#678 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fbcd650, msg=@0x104a37f30, args=@0x7fff5fbccc00) at vm/vmmethod.cpp:547
#679 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fbcd650, args=@0x7fff5fbccc00) at vm/inline_cache.cpp:363
#680 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fbcd650, args=@0x7fff5fbccc00) at inline_cache.hpp:172
#681 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fbcd650, args=@0x7fff5fbcda20) at instruction_implementations.hpp:538
#682 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbce470, msg=@0x1040f2830, args=@0x7fff5fbcda20) at vm/vmmethod.cpp:547
#683 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fbce470, args=@0x7fff5fbcda20) at vm/inline_cache.cpp:374
#684 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fbce470, args=@0x7fff5fbcda20) at inline_cache.hpp:172
#685 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fbce470, args=@0x7fff5fbce870) at instruction_implementations.hpp:517
#686 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbcf2c0, msg=@0x10417c468, args=@0x7fff5fbce870) at vm/vmmethod.cpp:547
#687 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fbcf2c0, args=@0x7fff5fbce870) at vm/inline_cache.cpp:374
#688 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fbcf2c0, args=@0x7fff5fbce870) at inline_cache.hpp:172
#689 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fbcf2c0, args=@0x7fff5fbcf730) at instruction_implementations.hpp:517
#690 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fbd0180, msg=@0x104a35f30, args=@0x7fff5fbcf730) at vm/vmmethod.cpp:547
#691 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fbd0180, args=@0x7fff5fbcf730) at vm/inline_cache.cpp:363
#692 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fbd0180, args=@0x7fff5fbcf730) at inline_cache.hpp:172
#693 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fbd0180, args=@0x7fff5fbd0530) at instruction_implementations.hpp:517
#694 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbd0f80, msg=@0x104187368, args=@0x7fff5fbd0530) at vm/vmmethod.cpp:547
#695 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fbd0f80, args=@0x7fff5fbd0530) at vm/inline_cache.cpp:374
#696 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fbd0f80, args=@0x7fff5fbd0530) at inline_cache.hpp:172
#697 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fbd0f80, args=@0x7fff5fbd1230) at instruction_implementations.hpp:1131
#698 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbd1ed0, msg=@0x7fff5fbd1250, args=@0x7fff5fbd1230) at vm/vmmethod.cpp:547
#699 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbd1250, state=0x101104b00, call_frame=0x7fff5fbd1ed0, lookup=@0x7fff5fbd1270, args=@0x7fff5fbd1230, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#700 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fbd1ed0, name=0x80e, ary=0x1014f3b28, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#701 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x25cee, call_frame=0x7fff5fbd1ed0) at vm/helpers.cpp:142
#702 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108afa070, call_frame=0x7fff5fbd1ed0, args=@0x7fff5fbd23a0) at instruction_implementations.hpp:409
#703 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbd2df0, env=0x1014f3a30, args=@0x7fff5fbd23a0, invocation=@0x7fff5fbd20c0) at vm/builtin/block_environment.cpp:130
#704 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x1014f3a30, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fbd2df0, msg=@0x1019e83f0, args=@0x7fff5fbd23a0) at vm/builtin/block_environment.cpp:185
#705 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fbd2df0, msg=@0x1019e83f0, args=@0x7fff5fbd23a0) at primitives_glue.gen.cpp:3073
#706 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fbd2df0, args=@0x7fff5fbd23a0) at vm/inline_cache.cpp:363
#707 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fbd2df0, args=@0x7fff5fbd23a0) at inline_cache.hpp:172
#708 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fbd2df0, args=@0x7fff5fbd3270) at instruction_implementations.hpp:517
#709 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbd3cc0, msg=@0x104e489b0, args=@0x7fff5fbd3270) at vm/vmmethod.cpp:547
#710 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x104e489b0, call_frame=0x7fff5fbd3cc0, args=@0x7fff5fbd3270) at vm/inline_cache.cpp:296
#711 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e489b0, state=0x101104b00, call_frame=0x7fff5fbd3cc0, args=@0x7fff5fbd3270) at inline_cache.hpp:172
#712 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e483a0, call_frame=0x7fff5fbd3cc0, args=@0x7fff5fbd4220) at instruction_implementations.hpp:517
#713 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbd4c70, msg=@0x7fff5fbd3f40, args=@0x7fff5fbd4220) at vm/vmmethod.cpp:547
#714 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbd3f40, state=0x101104b00, call_frame=0x7fff5fbd4c70, lookup=@0x7fff5fbd3f60, args=@0x7fff5fbd4220, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#715 0x0000000100138f8b in rubinius::Object::send_prim (this=0x108aef230, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fbd4c70, msg=@0x104edaa60, args=@0x7fff5fbd4220) at vm/builtin/object.cpp:470
#716 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbd4c70, msg=@0x104edaa60, args=@0x7fff5fbd4220) at primitives_glue.gen.cpp:17233
#717 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x104edaa60, call_frame=0x7fff5fbd4c70, args=@0x7fff5fbd4220) at vm/inline_cache.cpp:263
#718 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104edaa60, state=0x101104b00, call_frame=0x7fff5fbd4c70, args=@0x7fff5fbd4220) at inline_cache.hpp:172
#719 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104eda700, call_frame=0x7fff5fbd4c70, args=@0x7fff5fbd5030) at instruction_implementations.hpp:517
#720 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbd5a80, msg=@0x10910b6b0, args=@0x7fff5fbd5030) at vm/vmmethod.cpp:547
#721 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x10910b6b0, call_frame=0x7fff5fbd5a80, args=@0x7fff5fbd5030) at vm/inline_cache.cpp:263
#722 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10910b6b0, state=0x101104b00, call_frame=0x7fff5fbd5a80, args=@0x7fff5fbd5030) at inline_cache.hpp:172
#723 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x107ee7f30, call_frame=0x7fff5fbd5a80, args=@0x7fff5fbd5ee0) at instruction_implementations.hpp:497
#724 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbd6930, msg=@0x1097d7b68, args=@0x7fff5fbd5ee0) at vm/vmmethod.cpp:547
#725 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1097d7b68, call_frame=0x7fff5fbd6930, args=@0x7fff5fbd5ee0) at vm/inline_cache.cpp:296
#726 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1097d7b68, state=0x101104b00, call_frame=0x7fff5fbd6930, args=@0x7fff5fbd5ee0) at inline_cache.hpp:172
#727 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108aede20, call_frame=0x7fff5fbd6930, args=@0x7fff5fbd6d30) at instruction_implementations.hpp:517
#728 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbd7780, msg=@0x108aef1b0, args=@0x7fff5fbd6d30) at vm/vmmethod.cpp:547
#729 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x108aef1b0, call_frame=0x7fff5fbd7780, args=@0x7fff5fbd6d30) at vm/inline_cache.cpp:263
#730 0x0000000100071178 in rubinius::InlineCache::execute (this=0x108aef1b0, state=0x101104b00, call_frame=0x7fff5fbd7780, args=@0x7fff5fbd6d30) at inline_cache.hpp:172
#731 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108aeed40, call_frame=0x7fff5fbd7780, args=@0x7fff5fbd7cd0) at instruction_implementations.hpp:497
#732 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbd8720, msg=@0x7fff5fbd79f0, args=@0x7fff5fbd7cd0) at vm/vmmethod.cpp:547
#733 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbd79f0, state=0x101104b00, call_frame=0x7fff5fbd8720, lookup=@0x7fff5fbd7a10, args=@0x7fff5fbd7cd0, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#734 0x0000000100138f8b in rubinius::Object::send_prim (this=0x103822208, state=0x101104b00, exec=0x1038512e0, call_frame=0x7fff5fbd8720, msg=@0x1018c3090, args=@0x7fff5fbd7cd0) at vm/builtin/object.cpp:470
#735 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbd8720, msg=@0x1018c3090, args=@0x7fff5fbd7cd0) at primitives_glue.gen.cpp:17233
#736 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fbd8720, args=@0x7fff5fbd7cd0) at vm/inline_cache.cpp:363
#737 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fbd8720, args=@0x7fff5fbd7cd0) at inline_cache.hpp:172
#738 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fbd8720, args=@0x7fff5fbd8b10) at instruction_implementations.hpp:517
#739 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbd9560, msg=@0x101c7d738, args=@0x7fff5fbd8b10) at vm/vmmethod.cpp:547
#740 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fbd9560, args=@0x7fff5fbd8b10) at vm/inline_cache.cpp:363
#741 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fbd9560, args=@0x7fff5fbd8b10) at inline_cache.hpp:172
#742 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fbd9560, args=@0x7fff5fbd9a40) at instruction_implementations.hpp:538
#743 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fbda490, msg=@0x101c75528, args=@0x7fff5fbd9a40) at vm/vmmethod.cpp:547
#744 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fbda490, args=@0x7fff5fbd9a40) at vm/inline_cache.cpp:363
#745 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fbda490, args=@0x7fff5fbd9a40) at inline_cache.hpp:172
#746 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fbda490, args=@0x7fff5fbda8e0) at instruction_implementations.hpp:517
#747 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbdb330, msg=@0x1021822c8, args=@0x7fff5fbda8e0) at vm/vmmethod.cpp:547
#748 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fbdb330, args=@0x7fff5fbda8e0) at vm/inline_cache.cpp:363
#749 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fbdb330, args=@0x7fff5fbda8e0) at inline_cache.hpp:172
#750 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fbdb330, args=@0x7fff5fbdb730) at instruction_implementations.hpp:517
#751 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbdc180, msg=@0x101cdb600, args=@0x7fff5fbdb730) at vm/vmmethod.cpp:547
#752 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x101cdb600, call_frame=0x7fff5fbdc180, args=@0x7fff5fbdb730) at vm/inline_cache.cpp:374
#753 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101cdb600, state=0x101104b00, call_frame=0x7fff5fbdc180, args=@0x7fff5fbdb730) at inline_cache.hpp:172
#754 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1056cfae0, call_frame=0x7fff5fbdc180, args=@0x7fff5fbdc560) at instruction_implementations.hpp:517
#755 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbdcfb0, msg=@0x104a379f0, args=@0x7fff5fbdc560) at vm/vmmethod.cpp:547
#756 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104a379f0, call_frame=0x7fff5fbdcfb0, args=@0x7fff5fbdc560) at vm/inline_cache.cpp:374
#757 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a379f0, state=0x101104b00, call_frame=0x7fff5fbdcfb0, args=@0x7fff5fbdc560) at inline_cache.hpp:172
#758 0x000000010006e52a in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37850, call_frame=0x7fff5fbdcfb0, args=@0x7fff5fbdd370) at instruction_implementations.hpp:631
#759 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbdddc0, env=0x10139e288, args=@0x7fff5fbdd370, invocation=@0x7fff5fbdd1b0) at vm/builtin/block_environment.cpp:130
#760 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x10139e288, state=0x101104b00, call_frame=0x7fff5fbdddc0, args=@0x7fff5fbdd370, flags=0) at vm/builtin/block_environment.cpp:144
#761 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a32980, call_frame=0x7fff5fbdddc0, args=@0x7fff5fbde1f0) at instruction_implementations.hpp:710
#762 0x0000000100117052 in rubinius::VMMethod::execute_specialized<rubinius::SplatOnlyArgument> (state=0x101104b00, previous=0x7fff5fbdec40, msg=@0x104a37f30, args=@0x7fff5fbde1f0) at vm/vmmethod.cpp:547
#763 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a37f30, call_frame=0x7fff5fbdec40, args=@0x7fff5fbde1f0) at vm/inline_cache.cpp:363
#764 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a37f30, state=0x101104b00, call_frame=0x7fff5fbdec40, args=@0x7fff5fbde1f0) at inline_cache.hpp:172
#765 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a37a70, call_frame=0x7fff5fbdec40, args=@0x7fff5fbdf010) at instruction_implementations.hpp:538
#766 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbdfa60, msg=@0x1040f2830, args=@0x7fff5fbdf010) at vm/vmmethod.cpp:547
#767 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x1040f2830, call_frame=0x7fff5fbdfa60, args=@0x7fff5fbdf010) at vm/inline_cache.cpp:374
#768 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1040f2830, state=0x101104b00, call_frame=0x7fff5fbdfa60, args=@0x7fff5fbdf010) at inline_cache.hpp:172
#769 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a28790, call_frame=0x7fff5fbdfa60, args=@0x7fff5fbdfe60) at instruction_implementations.hpp:517
#770 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbe08b0, msg=@0x10417c468, args=@0x7fff5fbdfe60) at vm/vmmethod.cpp:547
#771 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x10417c468, call_frame=0x7fff5fbe08b0, args=@0x7fff5fbdfe60) at vm/inline_cache.cpp:374
#772 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10417c468, state=0x101104b00, call_frame=0x7fff5fbe08b0, args=@0x7fff5fbdfe60) at inline_cache.hpp:172
#773 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a2c900, call_frame=0x7fff5fbe08b0, args=@0x7fff5fbe0d20) at instruction_implementations.hpp:517
#774 0x0000000100116870 in rubinius::VMMethod::execute_specialized<rubinius::TwoArguments> (state=0x101104b00, previous=0x7fff5fbe1770, msg=@0x104a35f30, args=@0x7fff5fbe0d20) at vm/vmmethod.cpp:547
#775 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x104a35f30, call_frame=0x7fff5fbe1770, args=@0x7fff5fbe0d20) at vm/inline_cache.cpp:363
#776 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104a35f30, state=0x101104b00, call_frame=0x7fff5fbe1770, args=@0x7fff5fbe0d20) at inline_cache.hpp:172
#777 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a35d90, call_frame=0x7fff5fbe1770, args=@0x7fff5fbe1b20) at instruction_implementations.hpp:517
#778 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbe2570, msg=@0x104187368, args=@0x7fff5fbe1b20) at vm/vmmethod.cpp:547
#779 0x000000010005a2e3 in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x104187368, call_frame=0x7fff5fbe2570, args=@0x7fff5fbe1b20) at vm/inline_cache.cpp:374
#780 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104187368, state=0x101104b00, call_frame=0x7fff5fbe2570, args=@0x7fff5fbe1b20) at inline_cache.hpp:172
#781 0x0000000100070828 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104a369d0, call_frame=0x7fff5fbe2570, args=@0x7fff5fbe2820) at instruction_implementations.hpp:1131
#782 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbe34c0, msg=@0x7fff5fbe2840, args=@0x7fff5fbe2820) at vm/vmmethod.cpp:547
#783 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbe2840, state=0x101104b00, call_frame=0x7fff5fbe34c0, lookup=@0x7fff5fbe2860, args=@0x7fff5fbe2820, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#784 0x0000000100139111 in rubinius::Object::send (this=0x101125a90, state=0x101104b00, caller=0x7fff5fbe34c0, name=0x80e, ary=0x10137a1f8, block=0x1a, allow_private=true) at vm/builtin/object.cpp:433
#785 0x00000001000599d6 in rubinius::Helpers::const_missing (state=0x101104b00, under=0x101125a90, sym=0x25b56, call_frame=0x7fff5fbe34c0) at vm/helpers.cpp:142
#786 0x000000010006d7e0 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x108aec3b0, call_frame=0x7fff5fbe34c0, args=@0x7fff5fbe3990) at instruction_implementations.hpp:409
#787 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbe43e0, env=0x10137a100, args=@0x7fff5fbe3990, invocation=@0x7fff5fbe36b0) at vm/builtin/block_environment.cpp:130
#788 0x000000010011d8c6 in rubinius::BlockEnvironment::call_under (this=0x10137a100, state=0x101104b00, exec=0x103876620, call_frame=0x7fff5fbe43e0, msg=@0x1019e83f0, args=@0x7fff5fbe3990) at vm/builtin/block_environment.cpp:185
#789 0x00000001000dc5c7 in rubinius::Primitives::block_call_under (state=0x101104b00, call_frame=0x7fff5fbe43e0, msg=@0x1019e83f0, args=@0x7fff5fbe3990) at primitives_glue.gen.cpp:3073
#790 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1019e83f0, call_frame=0x7fff5fbe43e0, args=@0x7fff5fbe3990) at vm/inline_cache.cpp:363
#791 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1019e83f0, state=0x101104b00, call_frame=0x7fff5fbe43e0, args=@0x7fff5fbe3990) at inline_cache.hpp:172
#792 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102227af0, call_frame=0x7fff5fbe43e0, args=@0x7fff5fbe4870) at instruction_implementations.hpp:517
#793 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbe52c0, msg=@0x102c8f1c0, args=@0x7fff5fbe4870) at vm/vmmethod.cpp:547
#794 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x102c8f1c0, call_frame=0x7fff5fbe52c0, args=@0x7fff5fbe4870) at vm/inline_cache.cpp:363
#795 0x0000000100071178 in rubinius::InlineCache::execute (this=0x102c8f1c0, state=0x101104b00, call_frame=0x7fff5fbe52c0, args=@0x7fff5fbe4870) at inline_cache.hpp:172
#796 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10366e650, call_frame=0x7fff5fbe52c0, args=@0x7fff5fbe5690) at instruction_implementations.hpp:517
#797 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbe60e0, msg=@0x1048dc290, args=@0x7fff5fbe5690) at vm/vmmethod.cpp:547
#798 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1048dc290, call_frame=0x7fff5fbe60e0, args=@0x7fff5fbe5690) at vm/inline_cache.cpp:363
#799 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1048dc290, state=0x101104b00, call_frame=0x7fff5fbe60e0, args=@0x7fff5fbe5690) at inline_cache.hpp:172
#800 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1048dc1b0, call_frame=0x7fff5fbe60e0, args=@0x7fff5fbe64a0) at instruction_implementations.hpp:517
#801 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbe6ef0, msg=@0x104e967f0, args=@0x7fff5fbe64a0) at vm/vmmethod.cpp:547
#802 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x104e967f0, call_frame=0x7fff5fbe6ef0, args=@0x7fff5fbe64a0) at vm/inline_cache.cpp:263
#803 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e967f0, state=0x101104b00, call_frame=0x7fff5fbe6ef0, args=@0x7fff5fbe64a0) at inline_cache.hpp:172
#804 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e96520, call_frame=0x7fff5fbe6ef0, args=@0x7fff5fbe72a0) at instruction_implementations.hpp:497
#805 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbe7cf0, env=0x101375b18, args=@0x7fff5fbe72a0, invocation=@0x7fff5fbe70e0) at vm/builtin/block_environment.cpp:130
#806 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x101375b18, state=0x101104b00, call_frame=0x7fff5fbe7cf0, args=@0x7fff5fbe72a0, flags=0) at vm/builtin/block_environment.cpp:144
#807 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10115a940, call_frame=0x7fff5fbe7cf0, args=@0x7fff5fbe80e0) at instruction_implementations.hpp:710
#808 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbe8b30, msg=@0x104e97158, args=@0x7fff5fbe80e0) at vm/vmmethod.cpp:547
#809 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x104e97158, call_frame=0x7fff5fbe8b30, args=@0x7fff5fbe80e0) at vm/inline_cache.cpp:263
#810 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e97158, state=0x101104b00, call_frame=0x7fff5fbe8b30, args=@0x7fff5fbe80e0) at inline_cache.hpp:172
#811 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e96bc0, call_frame=0x7fff5fbe8b30, args=@0x7fff5fbe8f90) at instruction_implementations.hpp:538
#812 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbe99e0, env=0x10134c078, args=@0x7fff5fbe8f90, invocation=@0x7fff5fbe8d30) at vm/builtin/block_environment.cpp:130
#813 0x000000010011d06a in rubinius::BlockAsMethod::block_executor (state=0x101104b00, call_frame=0x7fff5fbe99e0, msg=@0x101e220f0, args=@0x7fff5fbe8f90) at vm/builtin/block_as_method.cpp:50
#814 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x101e220f0, call_frame=0x7fff5fbe99e0, args=@0x7fff5fbe8f90) at vm/inline_cache.cpp:296
#815 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101e220f0, state=0x101104b00, call_frame=0x7fff5fbe99e0, args=@0x7fff5fbe8f90) at inline_cache.hpp:172
#816 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e98560, call_frame=0x7fff5fbe99e0, args=@0x7fff5fbe9e10) at instruction_implementations.hpp:497
#817 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbea860, msg=@0x102c95c58, args=@0x7fff5fbe9e10) at vm/vmmethod.cpp:547
#818 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x102c95c58, call_frame=0x7fff5fbea860, args=@0x7fff5fbe9e10) at vm/inline_cache.cpp:296
#819 0x000000010005bf0a in rubinius::InlineCache::initialize (this=0x102c95c58, state=0x101104b00, call_frame=0x7fff5fbea860, args=@0x7fff5fbe9e10) at inline_cache.hpp:176
#820 0x000000010005a2fe in rubinius::InlineCache::check_cache (state=0x101104b00, cache=0x102c95c58, call_frame=0x7fff5fbea860, args=@0x7fff5fbe9e10) at vm/inline_cache.cpp:377
#821 0x0000000100071178 in rubinius::InlineCache::execute (this=0x102c95c58, state=0x101104b00, call_frame=0x7fff5fbea860, args=@0x7fff5fbe9e10) at inline_cache.hpp:172
#822 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x103676bd0, call_frame=0x7fff5fbea860, args=@0x7fff5fbead00) at instruction_implementations.hpp:497
#823 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbeb750, env=0x10134bd58, args=@0x7fff5fbead00, invocation=@0x7fff5fbeaa90) at vm/builtin/block_environment.cpp:130
#824 0x000000010011d06a in rubinius::BlockAsMethod::block_executor (state=0x101104b00, call_frame=0x7fff5fbeb750, msg=@0x101e275e0, args=@0x7fff5fbead00) at vm/builtin/block_as_method.cpp:50
#825 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x101e275e0, call_frame=0x7fff5fbeb750, args=@0x7fff5fbead00) at vm/inline_cache.cpp:263
#826 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101e275e0, state=0x101104b00, call_frame=0x7fff5fbeb750, args=@0x7fff5fbead00) at inline_cache.hpp:172
#827 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e949c0, call_frame=0x7fff5fbeb750, args=@0x7fff5fbebb20) at instruction_implementations.hpp:497
#828 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbec570, env=0x1012f0c20, args=@0x7fff5fbebb20, invocation=@0x7fff5fbeb960) at vm/builtin/block_environment.cpp:130
#829 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x1012f0c20, state=0x101104b00, call_frame=0x7fff5fbec570, args=@0x7fff5fbebb20, flags=0) at vm/builtin/block_environment.cpp:144
#830 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x101159c40, call_frame=0x7fff5fbec570, args=@0x7fff5fbec930) at instruction_implementations.hpp:710
#831 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbed380, msg=@0x104e95148, args=@0x7fff5fbec930) at vm/vmmethod.cpp:547
#832 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x104e95148, call_frame=0x7fff5fbed380, args=@0x7fff5fbec930) at vm/inline_cache.cpp:263
#833 0x0000000100071178 in rubinius::InlineCache::execute (this=0x104e95148, state=0x101104b00, call_frame=0x7fff5fbed380, args=@0x7fff5fbec930) at inline_cache.hpp:172
#834 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x104e94e90, call_frame=0x7fff5fbed380, args=@0x7fff5fbed740) at instruction_implementations.hpp:538
#835 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbee190, msg=@0x1029c4ad0, args=@0x7fff5fbed740) at vm/vmmethod.cpp:547
#836 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x1029c4ad0, call_frame=0x7fff5fbee190, args=@0x7fff5fbed740) at vm/inline_cache.cpp:263
#837 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1029c4ad0, state=0x101104b00, call_frame=0x7fff5fbee190, args=@0x7fff5fbed740) at inline_cache.hpp:172
#838 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x103258f50, call_frame=0x7fff5fbee190, args=@0x7fff5fbee780) at instruction_implementations.hpp:497
#839 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbef1d0, msg=@0x7fff5fbee4a0, args=@0x7fff5fbee780) at vm/vmmethod.cpp:547
#840 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbee4a0, state=0x101104b00, call_frame=0x7fff5fbef1d0, lookup=@0x7fff5fbee4c0, args=@0x7fff5fbee780, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#841 0x0000000100138f8b in rubinius::Object::send_prim (this=0x10150d5e0, state=0x101104b00, exec=0x10153d2c8, call_frame=0x7fff5fbef1d0, msg=@0x1018c3090, args=@0x7fff5fbee780) at vm/builtin/object.cpp:470
#842 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbef1d0, msg=@0x1018c3090, args=@0x7fff5fbee780) at primitives_glue.gen.cpp:17233
#843 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fbef1d0, args=@0x7fff5fbee780) at vm/inline_cache.cpp:363
#844 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fbef1d0, args=@0x7fff5fbee780) at inline_cache.hpp:172
#845 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fbef1d0, args=@0x7fff5fbef5c0) at instruction_implementations.hpp:517
#846 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbf0010, msg=@0x101c7d738, args=@0x7fff5fbef5c0) at vm/vmmethod.cpp:547
#847 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fbf0010, args=@0x7fff5fbef5c0) at vm/inline_cache.cpp:363
#848 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fbf0010, args=@0x7fff5fbef5c0) at inline_cache.hpp:172
#849 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fbf0010, args=@0x7fff5fbf04f0) at instruction_implementations.hpp:538
#850 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fbf0f40, msg=@0x101c75528, args=@0x7fff5fbf04f0) at vm/vmmethod.cpp:547
#851 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75528, call_frame=0x7fff5fbf0f40, args=@0x7fff5fbf04f0) at vm/inline_cache.cpp:363
#852 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75528, state=0x101104b00, call_frame=0x7fff5fbf0f40, args=@0x7fff5fbf04f0) at inline_cache.hpp:172
#853 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fbf0f40, args=@0x7fff5fbf1390) at instruction_implementations.hpp:517
#854 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbf1de0, msg=@0x1021822c8, args=@0x7fff5fbf1390) at vm/vmmethod.cpp:547
#855 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fbf1de0, args=@0x7fff5fbf1390) at vm/inline_cache.cpp:363
#856 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fbf1de0, args=@0x7fff5fbf1390) at inline_cache.hpp:172
#857 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fbf1de0, args=@0x7fff5fbf21f0) at instruction_implementations.hpp:517
#858 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbf2c40, msg=@0x1029b1058, args=@0x7fff5fbf21f0) at vm/vmmethod.cpp:547
#859 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x1029b1058, call_frame=0x7fff5fbf2c40, args=@0x7fff5fbf21f0) at vm/inline_cache.cpp:296
#860 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1029b1058, state=0x101104b00, call_frame=0x7fff5fbf2c40, args=@0x7fff5fbf21f0) at inline_cache.hpp:172
#861 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10324fc10, call_frame=0x7fff5fbf2c40, args=@0x7fff5fbf3190) at instruction_implementations.hpp:517
#862 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbf3be0, msg=@0x7fff5fbf2eb0, args=@0x7fff5fbf3190) at vm/vmmethod.cpp:547
#863 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbf2eb0, state=0x101104b00, call_frame=0x7fff5fbf3be0, lookup=@0x7fff5fbf2ed0, args=@0x7fff5fbf3190, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#864 0x0000000100138f8b in rubinius::Object::send_prim (this=0x10150d5e0, state=0x101104b00, exec=0x10153d2c8, call_frame=0x7fff5fbf3be0, msg=@0x1018c3090, args=@0x7fff5fbf3190) at vm/builtin/object.cpp:470
#865 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbf3be0, msg=@0x1018c3090, args=@0x7fff5fbf3190) at primitives_glue.gen.cpp:17233
#866 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fbf3be0, args=@0x7fff5fbf3190) at vm/inline_cache.cpp:363
#867 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fbf3be0, args=@0x7fff5fbf3190) at inline_cache.hpp:172
#868 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fbf3be0, args=@0x7fff5fbf3fd0) at instruction_implementations.hpp:517
#869 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbf4a20, msg=@0x101c7d738, args=@0x7fff5fbf3fd0) at vm/vmmethod.cpp:547
#870 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fbf4a20, args=@0x7fff5fbf3fd0) at vm/inline_cache.cpp:363
#871 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fbf4a20, args=@0x7fff5fbf3fd0) at inline_cache.hpp:172
#872 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fbf4a20, args=@0x7fff5fbf4f00) at instruction_implementations.hpp:538
#873 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fbf5950, msg=@0x101c73e10, args=@0x7fff5fbf4f00) at vm/vmmethod.cpp:547
#874 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c73e10, call_frame=0x7fff5fbf5950, args=@0x7fff5fbf4f00) at vm/inline_cache.cpp:363
#875 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c73e10, state=0x101104b00, call_frame=0x7fff5fbf5950, args=@0x7fff5fbf4f00) at inline_cache.hpp:172
#876 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3be0, call_frame=0x7fff5fbf5950, args=@0x7fff5fbf5d70) at instruction_implementations.hpp:517
#877 0x000000010011de47 in rubinius::BlockEnvironment::execute_interpreter (state=0x101104b00, previous=0x7fff5fbf67c0, env=0x101224098, args=@0x7fff5fbf5d70, invocation=@0x7fff5fbf5bb0) at vm/builtin/block_environment.cpp:130
#878 0x000000010011d242 in rubinius::BlockEnvironment::call (this=0x101224098, state=0x101104b00, call_frame=0x7fff5fbf67c0, args=@0x7fff5fbf5d70, flags=0) at vm/builtin/block_environment.cpp:144
#879 0x000000010006eb16 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x101159c40, call_frame=0x7fff5fbf67c0, args=@0x7fff5fbf6b80) at instruction_implementations.hpp:710
#880 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbf75d0, msg=@0x101c75690, args=@0x7fff5fbf6b80) at vm/vmmethod.cpp:547
#881 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c75690, call_frame=0x7fff5fbf75d0, args=@0x7fff5fbf6b80) at vm/inline_cache.cpp:363
#882 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c75690, state=0x101104b00, call_frame=0x7fff5fbf75d0, args=@0x7fff5fbf6b80) at inline_cache.hpp:172
#883 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e3fe0, call_frame=0x7fff5fbf75d0, args=@0x7fff5fbf7a20) at instruction_implementations.hpp:538
#884 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbf8470, msg=@0x1021822c8, args=@0x7fff5fbf7a20) at vm/vmmethod.cpp:547
#885 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1021822c8, call_frame=0x7fff5fbf8470, args=@0x7fff5fbf7a20) at vm/inline_cache.cpp:363
#886 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1021822c8, state=0x101104b00, call_frame=0x7fff5fbf8470, args=@0x7fff5fbf7a20) at inline_cache.hpp:172
#887 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x102181c30, call_frame=0x7fff5fbf8470, args=@0x7fff5fbf8880) at instruction_implementations.hpp:517
#888 0x0000000100116c61 in rubinius::VMMethod::execute_specialized<rubinius::OneArgument> (state=0x101104b00, previous=0x7fff5fbf92d0, msg=@0x103248d28, args=@0x7fff5fbf8880) at vm/vmmethod.cpp:547
#889 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x103248d28, call_frame=0x7fff5fbf92d0, args=@0x7fff5fbf8880) at vm/inline_cache.cpp:296
#890 0x0000000100071178 in rubinius::InlineCache::execute (this=0x103248d28, state=0x101104b00, call_frame=0x7fff5fbf92d0, args=@0x7fff5fbf8880) at inline_cache.hpp:172
#891 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1032486a0, call_frame=0x7fff5fbf92d0, args=@0x7fff5fbf9820) at instruction_implementations.hpp:517
#892 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbfa270, msg=@0x7fff5fbf9540, args=@0x7fff5fbf9820) at vm/vmmethod.cpp:547
#893 0x000000010004ed23 in rubinius::Dispatch::send (this=0x7fff5fbf9540, state=0x101104b00, call_frame=0x7fff5fbfa270, lookup=@0x7fff5fbf9560, args=@0x7fff5fbf9820, reason=rubinius::eNormal) at vm/dispatch.cpp:40
#894 0x0000000100138f8b in rubinius::Object::send_prim (this=0x10150d5e0, state=0x101104b00, exec=0x10153d2c8, call_frame=0x7fff5fbfa270, msg=@0x1018c3090, args=@0x7fff5fbf9820) at vm/builtin/object.cpp:470
#895 0x00000001000b8c91 in rubinius::Primitives::object_send (state=0x101104b00, call_frame=0x7fff5fbfa270, msg=@0x1018c3090, args=@0x7fff5fbf9820) at primitives_glue.gen.cpp:17233
#896 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x1018c3090, call_frame=0x7fff5fbfa270, args=@0x7fff5fbf9820) at vm/inline_cache.cpp:363
#897 0x0000000100071178 in rubinius::InlineCache::execute (this=0x1018c3090, state=0x101104b00, call_frame=0x7fff5fbfa270, args=@0x7fff5fbf9820) at inline_cache.hpp:172
#898 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1021efa80, call_frame=0x7fff5fbfa270, args=@0x7fff5fbfa660) at instruction_implementations.hpp:517
#899 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbfb0b0, msg=@0x101c7d738, args=@0x7fff5fbfa660) at vm/vmmethod.cpp:547
#900 0x000000010005a397 in rubinius::InlineCache::check_cache_reference (state=0x101104b00, cache=0x101c7d738, call_frame=0x7fff5fbfb0b0, args=@0x7fff5fbfa660) at vm/inline_cache.cpp:363
#901 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c7d738, state=0x101104b00, call_frame=0x7fff5fbfb0b0, args=@0x7fff5fbfa660) at inline_cache.hpp:172
#902 0x000000010006dfea in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023e7120, call_frame=0x7fff5fbfb0b0, args=@0x7fff5fbfb590) at instruction_implementations.hpp:538
#903 0x000000010011608e in rubinius::VMMethod::execute_specialized<rubinius::FixedArguments> (state=0x101104b00, previous=0x7fff5fbfbfe0, msg=@0x101c80508, args=@0x7fff5fbfb590) at vm/vmmethod.cpp:547
#904 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x101c80508, call_frame=0x7fff5fbfbfe0, args=@0x7fff5fbfb590) at vm/inline_cache.cpp:263
#905 0x0000000100071178 in rubinius::InlineCache::execute (this=0x101c80508, state=0x101104b00, call_frame=0x7fff5fbfbfe0, args=@0x7fff5fbfb590) at inline_cache.hpp:172
#906 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x1023bf840, call_frame=0x7fff5fbfbfe0, args=@0x7fff5fbfc430) at instruction_implementations.hpp:517
#907 0x0000000100115c9d in rubinius::VMMethod::execute_specialized<rubinius::GenericArguments> (state=0x101104b00, previous=0x7fff5fbfce80, msg=@0x10280d870, args=@0x7fff5fbfc430) at vm/vmmethod.cpp:547
#908 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x10280d870, call_frame=0x7fff5fbfce80, args=@0x7fff5fbfc430) at vm/inline_cache.cpp:263
#909 0x0000000100071178 in rubinius::InlineCache::execute (this=0x10280d870, state=0x101104b00, call_frame=0x7fff5fbfce80, args=@0x7fff5fbfc430) at inline_cache.hpp:172
#910 0x000000010006de90 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10260cb40, call_frame=0x7fff5fbfce80, args=@0x7fff5fbfd270) at instruction_implementations.hpp:517
#911 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbfdcc0, msg=@0x102811e38, args=@0x7fff5fbfd270) at vm/vmmethod.cpp:547
#912 0x000000010005b830 in rubinius::InlineCache::empty_cache_private (state=0x101104b00, cache=0x102811e38, call_frame=0x7fff5fbfdcc0, args=@0x7fff5fbfd270) at vm/inline_cache.cpp:296
#913 0x0000000100071178 in rubinius::InlineCache::execute (this=0x102811e38, state=0x101104b00, call_frame=0x7fff5fbfdcc0, args=@0x7fff5fbfd270) at inline_cache.hpp:172
#914 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10260ddc0, call_frame=0x7fff5fbfdcc0, args=@0x7fff5fbfe0d0) at instruction_implementations.hpp:497
#915 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x7fff5fbfeb20, msg=@0x102815a38, args=@0x7fff5fbfe0d0) at vm/vmmethod.cpp:547
#916 0x000000010005bd52 in rubinius::InlineCache::empty_cache (state=0x101104b00, cache=0x102815a38, call_frame=0x7fff5fbfeb20, args=@0x7fff5fbfe0d0) at vm/inline_cache.cpp:263
#917 0x0000000100071178 in rubinius::InlineCache::execute (this=0x102815a38, state=0x101104b00, call_frame=0x7fff5fbfeb20, args=@0x7fff5fbfe0d0) at inline_cache.hpp:172
#918 0x000000010006dd66 in rubinius::VMMethod::interpreter (state=0x101104b00, vmm=0x10260e980, call_frame=0x7fff5fbfeb20, args=@0x7fff5fbfed10) at instruction_implementations.hpp:497
#919 0x0000000100117443 in rubinius::VMMethod::execute_specialized<rubinius::NoArguments> (state=0x101104b00, previous=0x0, msg=@0x7fff5fbfed30, args=@0x7fff5fbfed10) at vm/vmmethod.cpp:547
#920 0x000000010004b446 in rubinius::CompiledFile::execute (this=0x1026000c0, state=0x101104b00) at vm/compiled_file.cpp:51
#921 0x000000010004f675 in rubinius::Environment::run_file (this=0x7fff5fbff440, file=@0x7fff5fbff380) at vm/environment.cpp:339
#922 0x00000001000509e8 in rubinius::Environment::run_from_filesystem (this=0x7fff5fbff440, root=@0x7fff5fbff800) at vm/environment.cpp:445
#923 0x00000001001af193 in main (argc=4, argv=0x7fff5fbff880) at vm/drivers/cli.cpp:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment