Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Application: ComicRack
- Version : 0.9.178
- Assembly : 1.0.5915.38777
- OS : Microsoft Windows NT 6.2.9200.0 64
- .NET : 4.0.30319.42000
- Processors : 16
- Workingset : 1,03 GB
- THREADEXCEPTİON
- --------------------
- FormatException
- Void FormatError()
- Input string was not in a correct format.
- at System.Text.StringBuilder.FormatError()
- at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
- at System.Text.StringBuilder.AppendFormat(String format, Object[] args)
- at cYo.Projects.ComicRack.Viewer.Views.ComicBrowserControl.get_SelectionInfo()
- at cYo.Projects.ComicRack.Viewer.MainForm.OnUpdateGui()
- at cYo.Projects.ComicRack.Viewer.MainForm.OnLoad(EventArgs e)
- at System.Windows.Forms.Form.OnCreateControl()
- at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- at System.Windows.Forms.Control.CreateControl()
- at System.Windows.Forms.Control.WmShowWindow(Message& m)
- at System.Windows.Forms.Control.WndProc(Message& m)
- at System.Windows.Forms.Form.WmShowWindow(Message& m)
- at cYo.Projects.ComicRack.Viewer.MainForm.WndProc(Message& m)
- at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- --------------------
- Save Database Queue: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- GUI Thread: Running ()
- at cYo.Common.Threading.ThreadUtility.DumpThread(TextWriter tw, Thread t)
- at cYo.Common.Threading.ThreadUtility.DumpStacks(TextWriter tw)
- at cYo.Projects.ComicRack.Viewer.Dialogs.CrashDialog.OnBark(Object sender, BarkEventArgs e)
- at cYo.Common.Runtime.CrashWatchDog.OnBark(BarkType bark, Exception e)
- at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
- at System.Windows.Forms.Control.WndProcException(Exception e)
- at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
- at System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
- at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
- at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- at System.Windows.Forms.Control.Show()
- at cYo.Projects.ComicRack.Viewer.Program.StartNew(String[] args)
- at cYo.Common.Runtime.SingleInstance.Run(String[] args)
- at cYo.Projects.ComicRack.Viewer.Program.Main(String[] args)
- --------------------
- Overlay Animation Thread: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitMultiple(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext, Boolean WaitAll)
- at System.Threading.WaitHandle.WaitAny(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Presentation.Panels.OverlayManager.RunAnimation()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Fast Page Queue: Background (B)
- at System.Drawing.SafeNativeMethods.Gdip.GdipBitmapLockBits(HandleRef bitmap, GPRECT& rect, ImageLockMode flags, PixelFormat format, BitmapData lockedBitmapData)
- at System.Drawing.SafeNativeMethods.Gdip.GdipBitmapLockBits(HandleRef bitmap, GPRECT& rect, ImageLockMode flags, PixelFormat format, BitmapData lockedBitmapData)
- at System.Drawing.Bitmap.LockBits(Rectangle rect, ImageLockMode flags, PixelFormat format, BitmapData bitmapData)
- at System.Drawing.Bitmap.LockBits(Rectangle rect, ImageLockMode flags, PixelFormat format)
- at cYo.Common.Drawing.ImageProcessing.Copy(Bitmap source, Rectangle clip, PixelFormat format)
- at cYo.Common.Drawing.BitmapExtensions.CreateCopy(Image image, Rectangle clip, PixelFormat format, Boolean alwaysTrueCopy)
- at cYo.Common.Drawing.BitmapExtensions.CreateCopy(Image image, PixelFormat pixelFormat, Boolean alwaysTrueCopy)
- at cYo.Common.Drawing.BitmapExtensions.BitmapFromStream(Stream stream, PixelFormat pixelFormat, Boolean alwaysCreateCopy)
- at cYo.Projects.ComicRack.Engine.IO.MemoryOptimizedImage.OnCreateImage(Byte[] data)
- at cYo.Projects.ComicRack.Engine.IO.MemoryOptimizedImage.UpdateImageFromData(Byte[] imageData)
- at cYo.Projects.ComicRack.Engine.IO.MemoryOptimizedImage.get_Size()
- at cYo.Projects.ComicRack.Engine.CacheManager.ImagePoolPageCached(Object sender, CacheItemEventArgs`2 e)
- at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
- at cYo.Projects.ComicRack.Engine.IO.Cache.ImagePool.OnPageCached(CacheItemEventArgs`2 e)
- at cYo.Common.Collections.Cache`2.OnItemAdded(CacheItemEventArgs`2 cacheItemEventArgs)
- at cYo.Common.Collections.Cache`2.LockItem(K key, Func`2 create, Boolean dontUpdateAccess)
- at cYo.Projects.ComicRack.Engine.IO.Cache.ImageManagerBase`1.AddImage(ImageKey key, Func`2 getImage)
- at cYo.Projects.ComicRack.Engine.IO.Cache.ImagePool.GetPage(PageKey key, IImageProvider provider, Boolean onErrorThrowException)
- at cYo.Projects.ComicRack.Engine.IO.Cache.ImagePool.<>c__DisplayClass51_0.<CachePage>b__0(IAsyncResult ar)
- at cYo.Common.Threading.ProcessingQueue`1.QueueItem.ProcessCallbacks()
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Page Queue #1: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Page Queue #2: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Page Queue #3: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Page Queue #4: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Fast Thumbnails Queue: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Thumbnails Queue #1: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Thumbnails Queue #2: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Thumbnails Queue #3: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Background Slow Thumbnails Queue #4: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Update Dynamic Books: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Export Books: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Read Book File Information: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Write Book File Information: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Synchronizing Devices: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Threading.ProcessingQueue`1.ProcessThread(ProcessData pd)
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Overlay Animation Thread: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Presentation.Panels.OverlayManager.RunAnimation()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Database Update: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Projects.ComicRack.Engine.Database.Storage.ComicStorage.UpdateDatabase()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Overlay Animation Thread: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitMultiple(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext, Boolean WaitAll)
- at System.Threading.WaitHandle.WaitAny(WaitHandle[] waitHandles, Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Common.Presentation.Panels.OverlayManager.RunAnimation()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Free Image Memory: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at cYo.Projects.ComicRack.Engine.IO.MemoryOptimizedImage.FreeImageMemory()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Create tab thumbnails: Background, WaitSleepJoin (B)
- at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.InternalWaitOne(SafeHandle waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext)
- at System.Threading.WaitHandle.WaitOne(Int32 millisecondsTimeout, Boolean exitContext)
- at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle)
- at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
- at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
- at cYo.Projects.ComicRack.Viewer.MainForm.<>c__DisplayClass145_0.<RebuildBookTabs>b__0()
- at cYo.Common.Threading.ThreadUtility.<>c__DisplayClass1_0.<CreateWorkerThread>b__0()
- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
- at System.Threading.ThreadHelper.ThreadStart()
- --------------------
- Report generated at: 22.09.2021 00:37:59
Advertisement
Add Comment
Please, Sign In to add comment