Created
April 16, 2015 04:36
-
-
Save kangaroo/afa80437735ae61f0678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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