Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created July 17, 2013 11:46
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 rolfbjarne/c9573b37fa7606a66b6d to your computer and use it in GitHub Desktop.
Save rolfbjarne/c9573b37fa7606a66b6d to your computer and use it in GitHub Desktop.
(gdb) mono_backtrace 20
#0 0x980308e2 in __psynch_cvwait ()
#1 0x99490280 in _pthread_cond_wait ()
#2 0x995160e0 in pthread_cond_timedwait$UNIX2003 ()
#3 0x01221eb4 in timedwait_signal_poll_cond [inlined] () at :1493
1493 handles.c: No such file or directory.
in handles.c
#4 0x01221eb4 in _wapi_handle_timedwait_signal_handle (handle=0x4e8, timeout=0xbfffde60, alertable=1, poll=0) at handles.c:1583
1493 in handles.c
#5 0x012352b4 in WaitForSingleObjectEx (handle=0x4, timeout=100, alertable=1) at wait.c:198
198 wait.c: No such file or directory.
in wait.c
#6 0x011be6d6 in mono_monitor_try_enter_internal (obj=0xbfffdeb8, ms=3221216952, allow_interruption=1) at monitor.c:635
635 monitor.c: No such file or directory.
in monitor.c
#7 0x011be9ef in ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var (obj=0x964faa0, ms=4294967295, lockTaken=0xbfffdfab "") at monitor.c:1271
1271 in monitor.c
#8 0xf179c in (wrapper managed-to-native) System.Threading.Monitor:try_enter_with_atomic_var (object,int,bool&) + 0x34 (0xf1768 0xf17ce) [0x155b40 - XamarinStudio.exe]
#9 0xf16ac in System.Threading.Monitor:TryEnter (object,int,bool&) + 0x3c (0xf1670 0xf1758) [0x155b40 - XamarinStudio.exe]
#10 0xf1658 in System.Threading.Monitor:Enter (object,bool&) + 0x18 (0xf1640 0xf165d) [0x155b40 - XamarinStudio.exe]
#11 0xf1624 in (wrapper unknown) System.Threading.Monitor:FastMonitorEnterV4 (object,bool&) + 0x94 (0xf1590 0xf162e) [0x155b40 - XamarinStudio.exe]
#12 0x12f3aab8 in Mono.Debugging.Client.DebuggerSession:OnBreakpointRemoved (object,Mono.Debugging.Client.BreakEventArgs) + 0xa0 (0x12f3aa18 0x12f3ab1c) [0x155b40 - XamarinStudio.exe]
#13 0x17b0117e in (wrapper delegate-invoke) System.EventHandler`1:invoke_void__this___object_TEventArgs (object,TEventArgs) + 0x7e (0x17b01100 0x17b0118a) [0x155b40 - XamarinStudio.exe]
#14 0x12f3a895 in Mono.Debugging.Client.BreakpointStore:OnBreakEventRemoved (Mono.Debugging.Client.BreakEvent) + 0x6d (0x12f3a828 0x12f3aa17) [0x155b40 - XamarinStudio.exe]
#15 0x12f3a77c in Mono.Debugging.Client.BreakpointStore:Remove (Mono.Debugging.Client.BreakEvent) + 0x4c (0x12f3a730 0x12f3a790) [0x155b40 - XamarinStudio.exe]
#16 0x1960e920 in Mono.Debugging.Client.BreakpointStore:Clear () + 0x80 (0x1960e8a0 0x1960e961) [0x155b40 - XamarinStudio.exe]
#17 0x12f39b58 in MonoDevelop.Debugger.DebuggingService:OnSolutionClosed (object,System.EventArgs) + 0x18 (0x12f39b40 0x12f39b5d) [0x155b40 - XamarinStudio.exe]
#18 0xac8325c in (wrapper delegate-invoke) <Module>:invoke_void__this___object_EventArgs (object,System.EventArgs) + 0x5c (0xac83200 0xac83282) [0x155b40 - XamarinStudio.exe]
#19 0xac83273 in (wrapper delegate-invoke) <Module>:invoke_void__this___object_EventArgs (object,System.EventArgs) + 0x73 (0xac83200 0xac83282) [0x155b40 - XamarinStudio.exe]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment