Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Exception: System.Threading.SynchronizationLockException #116

Closed
asimarslan opened this issue Jul 25, 2017 · 1 comment
Closed
Assignees
Labels
Type: Defect Issue is a Defect ie a Bug that needs to be fixed.
Milestone

Comments

@asimarslan
Copy link
Contributor

Unhandled Exception:

System.Threading.SynchronizationLockException: Object synchronization method was called from an unsynchronized block of code.
  at (wrapper managed-to-native) System.Threading.Monitor:Exit (object)
  at System.Threading.SemaphoreSlim.Wait (Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00179] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/SemaphoreSlim.cs:425 
  at System.Collections.Concurrent.BlockingCollection`1[T].TryTakeWithNoTimeValidation (System.Collections.Concurrent.T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, System.Threading.CancellationTokenSource combinedTokenSource) [0x00076] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/System/sys/system/collections/concurrent/BlockingCollection.cs:712 
  at System.Collections.Concurrent.BlockingCollection`1[T].TryTake (System.Collections.Concurrent.T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00006] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/System/sys/system/collections/concurrent/BlockingCollection.cs:667 
  at System.Collections.Concurrent.BlockingCollection`1[T].Take () [0x00000] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/System/sys/system/collections/concurrent/BlockingCollection.cs:554 
  at Hazelcast.Client.Connection.ClientConnection.WriteQueueLoop () [0x0001e] in Hazelcast.Net/Hazelcast.Client.Connection/ClientConnection.cs:393 
  at System.Threading.ThreadHelper.ThreadStart_Context (System.Object state) [0x00017] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/thread.cs:68 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) [0x0008d] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/executioncontext.cs:957 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, Boolean preserveSyncCtx) [0x00000] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/executioncontext.cs:904 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00031] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/executioncontext.cs:893 
  at System.Threading.ThreadHelper.ThreadStart () [0x0000b] in /private/tmp/source-mono-4.4.0-c7sr1/bockbuild-mono-4.4.0-branch-c7sr1/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/thread.cs:105 
@asimarslan asimarslan added the Type: Defect Issue is a Defect ie a Bug that needs to be fixed. label Jul 25, 2017
@asimarslan asimarslan added this to the 3.8.2 milestone Jul 25, 2017
@asimarslan asimarslan self-assigned this Jul 25, 2017
@asimarslan
Copy link
Contributor Author

fixed by #113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Defect Issue is a Defect ie a Bug that needs to be fixed.
Projects
None yet
Development

No branches or pull requests

1 participant