question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reusable tasks error.

See original GitHub issue

On some machines getting this error, on some all is good.

ReusableTasks.InvalidTaskReuseException: HasValueSentinel - Should not be invoked.
   в System.Runtime.CompilerServices.ResultHolder.<>c.<.cctor>b__4_2()
   в System.Runtime.CompilerServices.ResultHolder`1.TryInvoke(Action callback)
   в System.Runtime.CompilerServices.ResultHolder`1.TrySetExceptionOrResult(Exception exception, T result)
   в System.Runtime.CompilerServices.ResultHolder`1.SetResult(T result)
   в MonoTorrent.Client.Connections.SocketConnection.HandleOperationCompleted(Object sender, SocketAsyncEventArgs e)
   в System.Net.Sockets.SocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs e)
   в System.Net.Sockets.SocketAsyncEventArgs.FinishOperationSuccess(SocketError socketError, Int32 bytesTransferred, SocketFlags flags)
   в System.Net.Sockets.SocketAsyncEventArgs.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
   в System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:15 (14 by maintainers)

github_iconTop GitHub Comments

3reactions
samhocevarcommented, Dec 2, 2019

I can confirm 1.0.6 fixed the issue for us. We have 180 clients running and we would get 10 crashes a day with 1.0.5, and everything looks fine now.

1reaction
justscribecommented, Nov 28, 2019

I’ve done checkout to previous version, that was without Reusable tasks for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reusable Github Workflows Errors Out Requiring 'steps'
Hello,. I'm kind of new to Github Actions and trying to set up a reusable workflow, and have one workflow call another.
Read more >
How To Make Pipeline Continue On Reusable Workflow ...
I know that it's ensured by default fail-fast:true parameter. But on error, the whole pipeline stops. I want it continue to have an...
Read more >
"[Rep_55035] an error occured during deployment. Can't ...
While trying to deploy a dynamic deployment group, deployment fails with the following error: [Rep_55035] an error occurred during deployment.
Read more >
Defining reusable rules
A reusable rule is a processing rule that is a collection of processing actions. Reusable rules are for use by on-error or call...
Read more >
ERROR: "TM_6203: Session or its instance is not Valid." when ...
This issue occurs when the workflow contains a reusable session task. The reusable session task is invalid in the Task Developer (even ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found