Created
August 29, 2012 14:25
-
-
Save schani/3513331 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
| (gdb) bt | |
| #0 0xb7f5903d in __futex_syscall4 () | |
| from /Users/schani/Work/mono/android/monodroid/dbg/system/lib/libc.so | |
| #1 0xb7f508da in __futex_wait_ex () | |
| from /Users/schani/Work/mono/android/monodroid/dbg/system/lib/libc.so | |
| #2 0xb7f50ff3 in pthread_mutex_lock () | |
| from /Users/schani/Work/mono/android/monodroid/dbg/system/lib/libc.so | |
| #3 0xad42e244 in mono_gc_alloc_obj (vtable=0x8c5f130, size=12) | |
| at /Users/schani/Work/mono/android/mono/mono/metadata/sgen-gc.c:4025 | |
| #4 0xad3e0d2a in mono_object_new_ptrfree_box (vtable=0x8c5f130) | |
| at /Users/schani/Work/mono/android/mono/mono/metadata/object.c:4416 | |
| #5 0xaa8cfdc4 in ?? () | |
| #6 0x08c5f130 in ?? () | |
| #7 0x00000002 in ?? () | |
| #8 0xbfece648 in ?? () | |
| #9 0xad56bb9b in _monodroid_get_identity_hash_code (env=0x8c5f130, v=0x8d25c78) | |
| at monodroid-glue.c:1788 | |
| #10 0xaa8838c0 in ?? () | |
| #11 0x08c5f130 in ?? () | |
| #12 0x08d25c78 in ?? () | |
| #13 0x08cecd08 in ?? () | |
| #14 0xbfece688 in ?? () | |
| #15 0xaa8d34dc in ?? () | |
| #16 0xbfece684 in ?? () | |
| #17 0xbfece6a8 in ?? () | |
| #18 0xaa8d35f5 in ?? () | |
| #19 0xaa93c088 in ?? () | |
| #20 0xb4a114f0 in ?? () | |
| #21 0xb4a114f0 in ?? () | |
| #22 0xaa8d34b0 in ?? () | |
| #23 0x08bb7500 in ?? () | |
| #24 0xa99d5010 in ?? () | |
| #25 0xbfece6a8 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment