Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Aspose.Email and System.Threading.ThreadAbortException

$
0
0
My team just upgraded from Aspose.Email v6.6.0 to 17.1.0. We have a bunch of NUnit3 -based integration tests that still pass with the new version; however, there are a massive number of stacktraces similar to the one at the bottom. Every time the tests are run (local or CI), you end up with a huge number of these statements. The debugger output happens whenever you construct the ImpacClient object. No more, no less. The tests in question do NOT involve threading of any kind (Thread, async/await, Task, etc.)

Beyond being annoying, the fact we had never seen this before makes me nervous about using this version. I can tell you that all of our tests are passing. I'm guessing these are first-chance exceptions being reported by the debugger.

Regards,
Scott

System.Threading.ThreadAbortException: Thread was being aborted.
   at #=qbyJod5_mT1wI8odS5bTD_jirvn$tMmm1qLMH4Smgq$BCkSwEl3ym5utXyDasrnOU.#=qeorXweed8ztWSL5k6rfhdQ==()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   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()
   at #=qbyJod5_mT1wI8odS5bTD_jirvn$tMmm1qLMH4Smgq$BCkSwEl3ym5utXyDasrnOU.#=qeorXweed8ztWSL5k6rfhdQ==()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   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()

Viewing all articles
Browse latest Browse all 1367

Trending Articles