Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created August 7, 2013 09:22
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 mkrueger/6172535 to your computer and use it in GitHub Desktop.
Save mkrueger/6172535 to your computer and use it in GitHub Desktop.
Full thread dump:
"Threadpool worker" tid=0x0x7f69fcd07700 this=0x0x7f69be6e7190 thread handle 0x463 state : interrupted state owns ()
"<threadpool thread>" tid=0x0x7f6a1aa33700 this=0x0x7f6a1a4e91f0 thread handle 0x4d6 state : interrupted state owns ()
"Threadpool worker" tid=0x0x7f69fcb06700 this=0x0x7f69be6e6ed0 thread handle 0x457 state : interrupted state owns ()
"Threadpool worker" tid=0x0x7f69fdaff700 this=0x0x7f6a18189b90 thread handle 0x4db state : interrupted state owns ()
"Threadpool monitor" tid=0x0x7f6a23f03700 this=0x0x7f6a187e5090 thread handle 0x4c2 state : interrupted state owns ()
"Threadpool worker" tid=0x0x7f69fc704700 this=0x0x7f69be6e7030 thread handle 0x45f state : interrupted state owns ()
"IO Threadpool worker" tid=0x0x7f6a18d7b700 this=0x0x7f6a1a4e9350 thread handle 0x4d7 state : interrupted state owns ()
"Threadpool worker" tid=0x0x7f6a137ff700 this=0x0x7f6a187e4f30 thread handle 0x4c3 state : interrupted state owns ()
"Autosave" tid=0x0x7f69fd50b700 this=0x0x7f69fe06ec10 thread handle 0x4fa state : interrupted state owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <IL 0x0001c, 0xffffffff>
at System.Threading.WaitHandle.WaitOne () [0x00015] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/WaitHandle.cs:357
at MonoDevelop.SourceEditor.AutoSave.AutoSaveThread () [0x00005] in /home/mkrueger/work/monodevelop/main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor/AutoSave.cs:137
at System.Threading.Thread.StartInternal () [0x00016] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:734
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
"<unnamed thread>" tid=0x0x7f69fe8d7700 this=0x0x7f6a1a4e8dd0 thread handle 0x4cd state : interrupted state owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.Thread.Sleep_internal (int) <IL 0x0000d, 0xffffffff>
at System.Threading.Thread.Sleep (int) [0x00017] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:449
at System.IO.DefaultWatcher.Monitor () [0x00002] in /build/mono/src/mono-3.0.7/mcs/class/System/System.IO/DefaultWatcher.cs:138
at System.Threading.Thread.StartInternal () [0x00016] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:734
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
"Syntax highlighting" tid=0x0x7f69fd109700 this=0x0x7f6a0813bc90 thread handle 0x4f6 state : interrupted state owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <IL 0x0001c, 0xffffffff>
at System.Threading.WaitHandle.WaitOne () [0x00015] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/WaitHandle.cs:357
at Mono.TextEditor.Highlighting.SyntaxModeService.ProcessQueue () [0x00047] in /home/mkrueger/work/monodevelop/main/src/core/Mono.Texteditor/Mono.TextEditor.Highlighting/SyntaxModeService.cs:351
at System.Threading.Thread.StartInternal () [0x00016] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:734
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
"Background dispatcher" tid=0x0x7f6a1af14700 this=0x0x7f6a2a90fc90 thread handle 0x40b state : interrupted state owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <IL 0x0001c, 0xffffffff>
at System.Threading.WaitHandle.WaitOne () [0x00015] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/WaitHandle.cs:357
at MonoDevelop.Ide.DispatchService.backgroundDispatcher () [0x0005d] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/DispatchService.cs:309
at System.Threading.Thread.StartInternal () [0x00016] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:734
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
"GUI Thread" tid=0x0x7f6a2bd1b780 this=0x0x7f6a2a90c010 thread handle 0x403 state : not waiting owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) Gtk.Application.gtk_main () <IL 0x0000e, 0xffffffff>
at Gtk.Application.Run () <IL 0x00000, 0x0000b>
at MonoDevelop.Ide.IdeApp.Run () [0x00000] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/Ide.cs:388
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions) [0x0079c] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:291
at MonoDevelop.Ide.IdeStartup.Main (string[]) [0x00083] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:538
at MonoDevelop.Startup.MonoDevelopMain.Main (string[]) [0x00000] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Startup/MonoDevelop.Startup/MonoDevelopMain.cs:17
at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <IL 0x0005c, 0xffffffff>
"Timer-Scheduler" tid=0x0x7f69fe2cf700 this=0x0x7f6a1a4e9090 thread handle 0x4d4 state : waiting on 0x4d2 : Event owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <IL 0x0001c, 0xffffffff>
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00032] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/WaitHandle.cs:379
at System.Threading.WaitHandle.WaitOne (int) [0x00000] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/WaitHandle.cs:392
at System.Threading.Timer/Scheduler.SchedulerThread () [0x00245] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Timer.cs:387
at System.Threading.Thread.StartInternal () [0x00016] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:734
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
"Background parser" tid=0x0x7f69fe4d0700 this=0x0x7f6a1a4e8f30 thread handle 0x4d1 state : waiting on 0x4ca : Event owns ()
at <unknown> <0xffffffff>
at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <IL 0x0001c, 0xffffffff>
at System.Threading.WaitHandle.WaitOne (int,bool) [0x00032] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/WaitHandle.cs:379
at MonoDevelop.Ide.TypeSystem.TypeSystemService.WaitForParseJob (int) [0x00001] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/TypeSystemService.cs:2391
at MonoDevelop.Ide.TypeSystem.TypeSystemService.ParserUpdateThread () [0x00008] in /home/mkrueger/work/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.TypeSystem/TypeSystemService.cs:2451
at System.Threading.Thread.StartInternal () [0x00016] in /build/mono/src/mono-3.0.7/mcs/class/corlib/System.Threading/Thread.cs:734
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment