Skip to content

Instantly share code, notes, and snippets.

@kangaroo
Created April 16, 2015 04:36
Show Gist options
  • Save kangaroo/afa80437735ae61f0678 to your computer and use it in GitHub Desktop.
Save kangaroo/afa80437735ae61f0678 to your computer and use it in GitHub Desktop.
frame #6: 0x0000000102249e75 libcoreclr.dylib`SimplerHashTable<ValueNumStore::VNDefFunc4Arg, ValueNumStore::VNDefFunc4ArgKeyFuncs, unsigned int, DefaultSimplerHashBehavior>::FindNode(this=0xdddddddddddddddd, k=VNDefFunc4Arg at 0x00007fff5fbfa750) const + 21 at simplerhash.inl:185
182 }
183 CONTRACT_END;
184
-> 185 if (m_tableSizeInfo.prime == 0)
186 RETURN NULL;
187
188 unsigned index = GetIndexForKey(k);
(lldb) p this
(SimplerHashTable<ValueNumStore::VNDefFunc4Arg, ValueNumStore::VNDefFunc4ArgKeyFuncs, unsigned int, DefaultSimplerHashBehavior> *) $5 = 0xdddddddddddddddd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment