[Mono-list] mono process - high number of threads

Rubén de Alba rdealba at codicesoftware.com
Mon Dec 5 17:23:37 UTC 2016


Reviewing the output of the mono stackdump (kill -QUIT) is see several 
lines that print "Threadpool worker" that are supposed to be the 
.net/mono threadpool threads. That's OK.

The problem is that the number of threads continues growing slowly (it 
happens with mono-4.3 and mono-4.6)

The load during the entire test execution is the same, so I don't 
understand why the number of process threads continues growing.

I run pstack too, but I cannot see what's happening. I attach the output 
of both commands in different times.

BTW, the performance of mono-4.6 is much better but the number of 
threads used is also higher.

Rubén.

P.S. I know that I can limit the number of threads with 
MONO_THREADS_PER_CPU, but I'd like to understand the default behavior.


On 11/23/2016 18:10, Chris Swiedler wrote:
> Those are the .Net/mono threadpool. It may be that you're leaking threadpool threads somehow, or it may be that there's enough contention that eventually you need that many threads.
>
> Does the number of threads grow infinitely?
>
> Try setting MONO_THREADS_PER_CPU=1 in the environment of your process.
>
> Try running pstack on the process and see what the threads are doing.
>
> chris
>
> -----Original Message-----
> From: Mono-list [mailto:mono-list-bounces at lists.dot.net] On Behalf Of Rubén de Alba
> Sent: Wednesday, November 23, 2016 7:05 AM
> To: mono-list at lists.dot.net; psantosl at codicesoftware.com
> Subject: [Mono-list] mono process - high number of threads
>
> I'm testing a server process running with mono under heavy load.
>
> The server app handles the max number of threads that are available to handle client requests (32) and I can assure you that no new threads are created from our C# code.
>
> However, I see that the number of threads used by the mono process doesn't stop growing (from 15 to 241 after 2 hours of execution time)
>
> I use 'ps -o nlwp <pid>' to monitor the process threads.
>
> Could you explain me why this is happening?
>
> Is there any way to see if mono is launching new threads itself and why?
>
> Rubén.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.dot.net http://lists.dot.net/mailman/listinfo/mono-list
>
-------------- next part --------------
Full thread dump:

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) string.FastAllocateString (int) <0xffffffff>
  at string.InternalSubString (int,int) <0x00019>
  at string.Substring (int,int) <0x0007b>
  at string.InternalSplitKeepEmptyEntries (int[],int[],int,int) <0x000a1>
  at string.SplitInternal (char[],int,System.StringSplitOptions) <0x00101>
  at string.Split (char[]) <0x00018>
  at MySql.Data.Types.MySqlDateTime.ParseMySql (string,bool) <0x0011b>
  at MySql.Data.Types.MySqlDateTime.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x001c9>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.MergeConnectionsRetriever.ReadChangesets (Codice.CM.Common.RepId) <0x00137>
  at Codice.CM.Data.MergeConnectionsRetriever.GetSourceChangesetRevisions (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x0005f>
  at Codice.CM.Data.MergeConnectionsRetriever.GetConnections (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x0004a>
  at Codice.CM.Data.SqlDataQuery.GetMergeConnections (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x00077>
  at Codice.CM.Server.Merge.MergeCalculator/DataQueryConnectionsProvider.GetMergeConnections (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x00032>
  at Codice.CM.Server.Merge.MergeConnectionsProvider.GetMergeConnections () <0x00041>
  at Codice.CM.Server.Merge.MergeConnectionsProvider.Initialize () <0x0002c>
  at Codice.CM.Server.Merge.MergeConnectionsProvider.GetCommonAncestorProvider () <0x00017>
  at Codice.CM.Server.Merge.CalculateConnections.GetCommonAncestorProvider () <0x00021>
  at Codice.CM.Server.Merge.CalculateConnections.BuildCommonAncestorCalculator () <0x0009c>
  at Codice.CM.Server.Merge.CalculateConnections.GetCommonAncestorCalculator () <0x00027>
  at Codice.CM.Server.Merge.CalculateConnections.CalculateCommonAncestors (Codice.CM.Common.MergeSource) <0x00167>
  at Codice.CM.Server.Merge.MergeClassifier.ClassifyNormalMergeCandidate (Codice.CM.Common.MergeSource) <0x000eb>
  at Codice.CM.Server.Merge.MergeClassifier.ClassifyMergeCandidate (Codice.CM.Common.MergeSource) <0x0006d>
  at Codice.CM.Server.Merge.MergeClassifier.Classify (Codice.CM.Common.MergeSource) <0x00036>
  at Codice.CM.Server.Merge.MergeCalculator.ClassifyMerges (Codice.CM.Common.MergeType,Codice.CM.Common.MergeSource,Codice.CM.Server.Merge.CalculateConnections) <0x00068>
  at Codice.CM.Server.Merge.MergeCalculator.Calculate (Codice.CM.Common.MergeSource,Codice.CM.Server.Merge.MergeResolver/ITreeProvider,Codice.CM.Server.Merge.ITreeRevisionProvider) <0x000fc>
  at Codice.CM.Server.SecuredItemHandler.CalculateMerge (Codice.CM.Common.Serialization.SerializedMergeSource) <0x00225>
  at Codice.CM.Server.TransactionInterceptor.CalculateMerge (Codice.CM.Common.Serialization.SerializedMergeSource) <0x0011c>
  at Codice.CM.Server.TriggerInterceptor.CalculateMerge (Codice.CM.Common.Serialization.SerializedMergeSource) <0x0005f>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlPacket..ctor () <0x00021>
  at MySql.Data.MySqlClient.MySqlPacket..ctor (System.Text.Encoding) <0x0001f>
  at MySql.Data.MySqlClient.Statement.InternalBindParameters (string,MySql.Data.MySqlClient.MySqlParameterCollection,MySql.Data.MySqlClient.MySqlPacket) <0x0008a>
  at MySql.Data.MySqlClient.Statement.BindParameters () <0x00073>
  at MySql.Data.MySqlClient.Statement.Execute () <0x00010>
  at MySql.Data.MySqlClient.PreparableStatement.Execute () <0x00045>
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (System.Data.CommandBehavior) <0x00cdd>
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00019>
  at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader () <0x00015>
  at Codice.CM.Data.CmCommand.DoExecuteReader () <0x00034>
  at Codice.CM.Data.CmCommand.ExecuteReader () <0x00024>
  at Codice.CM.Data.CmDataReader..ctor (Codice.CM.Data.CmConnection,Codice.CM.Data.CmCommand,Codice.CM.Data.DataConnection) <0x000a6>
  at Codice.CM.Data.DataConnection.ExecuteReader (Codice.CM.Data.CmConnection,Codice.CM.Data.CmCommand) <0x00065>
  at Codice.CM.Data.ObjectDataReader.ProcessData<TResult_REF> (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Data.ObjectDataReader/HandleDataDelegate`1<TResult_REF>,TResult_REF) <0x0036b>
  at Codice.CM.Data.ObjectDataReader.ReadDataForObjects (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Server.DataPacketBuilder) <0x00104>
  at Codice.CM.Server.ObjectDataReader.ReadFiles (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Server.DataPacketBuilder) <0x00088>
  at Codice.CM.Server.ObjectDataReader.GetObjectsData (Codice.CM.Common.RepId,long[],Codice.CM.Common.EnumDataType[],ulong[],Codice.CM.Common.Serialization.IDataPacketDecryptor,Codice.CM.Common.Serialization.IDataPacketEncryptor) <0x000c5>
  at Codice.CM.Server.ObjectDataReader.GetObjectsData (Codice.CM.Common.RepId,long[],Codice.CM.Common.EnumDataType[],ulong[]) <0x00047>
  at Codice.CM.Server.ItemHandler.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00075>
  at Codice.CM.Server.SecuredItemHandler.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00054>
  at Codice.CM.Server.TransactionInterceptor.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00163>
  at Codice.CM.Server.TriggerInterceptor.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x0004a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object_object_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.ObjectDataReader.ProcessData<TResult_REF> (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Data.ObjectDataReader/HandleDataDelegate`1<TResult_REF>,TResult_REF) <0x000a7>
  at Codice.CM.Data.ObjectDataReader.ReadDataForObjects (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Server.DataPacketBuilder) <0x00104>
  at Codice.CM.Server.ObjectDataReader.ReadFiles (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Server.DataPacketBuilder) <0x00088>
  at Codice.CM.Server.ObjectDataReader.GetObjectsData (Codice.CM.Common.RepId,long[],Codice.CM.Common.EnumDataType[],ulong[],Codice.CM.Common.Serialization.IDataPacketDecryptor,Codice.CM.Common.Serialization.IDataPacketEncryptor) <0x000c5>
  at Codice.CM.Server.ObjectDataReader.GetObjectsData (Codice.CM.Common.RepId,long[],Codice.CM.Common.EnumDataType[],ulong[]) <0x00047>
  at Codice.CM.Server.ItemHandler.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00075>
  at Codice.CM.Server.SecuredItemHandler.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00054>
  at Codice.CM.Server.TransactionInterceptor.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00163>
  at Codice.CM.Server.TriggerInterceptor.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x0004a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object_object_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at System.Collections.Generic.List`1<T_REF>.System.Collections.IEnumerable.GetEnumerator () <0x00081>
  at Codice.CM.Common.Serialization.SerializedTreeNode.SerializeTreeNode (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Serialization.SerializedObjectManager,Codice.CM.Common.Serialization.PlasticBinaryWriter) <0x001f4>
  at Codice.CM.Common.Serialization.SerializedTreeNode.SerializeTreeNode (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Serialization.SerializedObjectManager,Codice.CM.Common.Serialization.PlasticBinaryWriter) <0x0024e>
  at Codice.CM.Common.Serialization.SerializedTreeNode.SerializeTreeNode (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Serialization.SerializedObjectManager,Codice.CM.Common.Serialization.PlasticBinaryWriter) <0x0024e>
  at Codice.CM.Common.Serialization.SerializedSelectorContent.Serialize (Codice.CM.Common.Serialization.PlasticBinaryWriter) <0x00157>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.WriteResponse (System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.ReturnMessage,System.IO.Stream,bool,bool,bool) <0x002f6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessResponse (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00438>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x003db>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) string.FastAllocateString (int) <0xffffffff>
  at string.Concat (string,string,string) <0x00086>
  at Codice.CM.Common.Merge.MergePathOperations.CombinePath (string,string,string) <0x00059>
  at Codice.CM.Common.Merge.MergePathOperations.CombineCmPath (string,string) <0x00023>
  at Codice.CM.Server.Diff.DiffTree.ConcatPath (string,string) <0x00019>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x00283>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x004df>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x004df>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x004df>
  at Codice.CM.Server.Diff.DiffTree.Diff (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Tree.TreeNode,bool) <0x00352>
  at Codice.CM.Server.Diff.DiffTree.Diff (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Tree.TreeNode) <0x00020>
  at Codice.CM.Server.Diff.DiffOperation.Diff (Codice.CM.Common.RepId,long,Codice.CM.Common.ChangesetInfo,string,Codice.CM.Common.Merge.DiffModifiers) <0x003c0>
  at Codice.CM.Server.SecuredItemHandler.SubtreeDiff (Codice.CM.Common.RepId,long,long,string,Codice.CM.Common.Merge.DiffModifiers) <0x0009b>
  at (wrapper remoting-invoke-with-check) Codice.CM.Server.SecuredItemHandler.SubtreeDiff (Codice.CM.Common.RepId,long,long,string,Codice.CM.Common.Merge.DiffModifiers) <0xffffffff>
  at Codice.CM.Server.SecuredItemHandler.Diff (Codice.CM.Common.RepId,long,long,Codice.CM.Common.Merge.DiffModifiers) <0x0004e>
  at Codice.CM.Server.TransactionInterceptor.Diff (Codice.CM.Common.RepId,long,long,Codice.CM.Common.Merge.DiffModifiers) <0x00129>
  at Codice.CM.Server.TriggerInterceptor.Diff (Codice.CM.Common.RepId,long,long,Codice.CM.Common.Merge.DiffModifiers) <0x0004a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_long_long_int (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"Timer-Scheduler"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <0xffffffff>
  at System.Threading.WaitHandle.WaitOne (int,bool) <0x00079>
  at System.Threading.WaitHandle.WaitOne (int) <0x0001b>
  at System.Threading.Timer/Scheduler.SchedulerThread () <0x00a2f>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at MySql.Data.Types.MySqlInt64.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x00170>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x0019c>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at MySql.Data.Types.MySqlInt64.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x00170>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x0019c>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Net.Sockets.Socket.ReceiveFrom_internal (intptr,byte[],int,int,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,int&) <0xffffffff>
  at System.Net.Sockets.Socket.ReceiveFrom_internal (System.Net.Sockets.SafeSocketHandle,byte[],int,int,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,int&) <0x0006d>
  at System.Net.Sockets.Socket.ReceiveFrom_nochecks_exc (byte[],int,int,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,bool,int&) <0x00072>
  at System.Net.Sockets.Socket.ReceiveFrom_nochecks (byte[],int,int,System.Net.Sockets.SocketFlags,System.Net.EndPoint&) <0x0005f>
  at System.Net.Sockets.Socket.ReceiveFrom (byte[],System.Net.EndPoint&) <0x00077>
  at System.Net.Sockets.UdpClient.Receive (System.Net.IPEndPoint&) <0x000bf>
  at Codice.CM.Server.AutoDiscoveryService.DoListen () <0x001e2>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>,bool) <0x0005a>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00053>
  at Codice.CM.Data.SqlDataQuery.GetBranchByNameAndParent (Codice.CM.Common.RepId,string,long) <0x000f4>
  at Codice.CM.Server.BranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0015b>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x00049>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x001bd>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0003d>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
  at Mono.Globalization.Unicode.SortKeyBuffer.Initialize (System.Globalization.CompareOptions,int,string,bool) <0x00094>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,int,int,System.Globalization.CompareOptions) <0x00059>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,System.Globalization.CompareOptions) <0x00025>
  at System.Globalization.CompareInfo.CreateSortKeyCore (string,System.Globalization.CompareOptions) <0x00042>
  at System.Globalization.CompareInfo.CreateSortKey (string,System.Globalization.CompareOptions) <0x0007b>
  at System.Globalization.CompareInfo.GetSortKey (string,System.Globalization.CompareOptions) <0x00016>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions,bool,long) <0x00056>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions) <0x0001b>
  at System.CultureAwareComparer.GetHashCode (string) <0x0004d>
  at System.Globalization.TextInfo.GetCaseInsensitiveHashCode (string,bool,long) <0x0002a>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string,bool,long) <0x0002f>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string) <0x00010>
  at System.OrdinalComparer.GetHashCode (string) <0x0002d>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.FindEntry (T_REF) <0x00069>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.get_Item (T_REF) <0x00014>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.get_RespectBinaryFlags () <0x0002b>
  at MySql.Data.MySqlClient.MySqlField.SetTypeAndFlags (MySql.Data.MySqlClient.MySqlDbType,MySql.Data.MySqlClient.ColumnFlags) <0x00422>
  at MySql.Data.MySqlClient.NativeDriver.GetColumnData (MySql.Data.MySqlClient.MySqlField) <0x0048c>
  at MySql.Data.MySqlClient.NativeDriver.GetColumnsData (MySql.Data.MySqlClient.MySqlField[]) <0x00044>
  at MySql.Data.MySqlClient.Driver.GetColumns (int) <0x000a4>
  at MySql.Data.MySqlClient.ResultSet.LoadColumns (int) <0x00031>
  at MySql.Data.MySqlClient.ResultSet..ctor (MySql.Data.MySqlClient.Driver,int,int) <0x00088>
  at MySql.Data.MySqlClient.Driver.NextResult (int) <0x000d1>
  at MySql.Data.MySqlClient.MySqlDataReader.NextResult () <0x000f3>
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (System.Data.CommandBehavior) <0x00cf0>
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00019>
  at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader () <0x00015>
  at Codice.CM.Data.CmCommand.DoExecuteReader () <0x00034>
  at Codice.CM.Data.CmCommand.ExecuteReader () <0x00024>
  at Codice.CM.Data.CmDataReader..ctor (Codice.CM.Data.CmConnection,Codice.CM.Data.CmCommand,Codice.CM.Data.DataConnection) <0x000a6>
  at Codice.CM.Data.SqlDataQuery.BuildReaderWithParams (Codice.CM.Data.CmConnection,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>) <0x00245>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00118>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x002f8>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
  at Mono.Globalization.Unicode.SortKeyBuffer.Initialize (System.Globalization.CompareOptions,int,string,bool) <0x0015a>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,int,int,System.Globalization.CompareOptions) <0x00059>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,System.Globalization.CompareOptions) <0x00025>
  at System.Globalization.CompareInfo.CreateSortKeyCore (string,System.Globalization.CompareOptions) <0x00042>
  at System.Globalization.CompareInfo.CreateSortKey (string,System.Globalization.CompareOptions) <0x0007b>
  at System.Globalization.CompareInfo.GetSortKey (string,System.Globalization.CompareOptions) <0x00016>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions,bool,long) <0x00056>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions) <0x0001b>
  at System.CultureAwareComparer.GetHashCode (string) <0x0004d>
  at System.Globalization.TextInfo.GetCaseInsensitiveHashCode (string,bool,long) <0x0002a>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string,bool,long) <0x0002f>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string) <0x00010>
  at System.OrdinalComparer.GetHashCode (string) <0x0002d>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.FindEntry (T_REF) <0x00069>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.get_Item (T_REF) <0x00014>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.get_RespectBinaryFlags () <0x0002b>
  at MySql.Data.MySqlClient.MySqlField.SetTypeAndFlags (MySql.Data.MySqlClient.MySqlDbType,MySql.Data.MySqlClient.ColumnFlags) <0x0037f>
  at MySql.Data.MySqlClient.NativeDriver.GetColumnData (MySql.Data.MySqlClient.MySqlField) <0x0048c>
  at MySql.Data.MySqlClient.NativeDriver.GetColumnsData (MySql.Data.MySqlClient.MySqlField[]) <0x00044>
  at MySql.Data.MySqlClient.Driver.GetColumns (int) <0x000a4>
  at MySql.Data.MySqlClient.ResultSet.LoadColumns (int) <0x00031>
  at MySql.Data.MySqlClient.ResultSet..ctor (MySql.Data.MySqlClient.Driver,int,int) <0x00088>
  at MySql.Data.MySqlClient.Driver.NextResult (int) <0x000d1>
  at MySql.Data.MySqlClient.MySqlDataReader.NextResult () <0x000f3>
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (System.Data.CommandBehavior) <0x00cf0>
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader (System.Data.CommandBehavior) <0x00019>
  at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader () <0x00015>
  at Codice.CM.Data.CmCommand.DoExecuteReader () <0x00034>
  at Codice.CM.Data.CmCommand.ExecuteReader () <0x00024>
  at Codice.CM.Data.CmDataReader..ctor (Codice.CM.Data.CmConnection,Codice.CM.Data.CmCommand,Codice.CM.Data.DataConnection) <0x000a6>
  at Codice.CM.Data.DataConnection.ExecuteReader (Codice.CM.Data.CmConnection,Codice.CM.Data.CmCommand) <0x00065>
  at Codice.CM.Data.ObjectDataReader.ProcessData<TResult_REF> (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Data.ObjectDataReader/HandleDataDelegate`1<TResult_REF>,TResult_REF) <0x0036b>
  at Codice.CM.Data.ObjectDataReader.ReadDataForObjects (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Server.DataPacketBuilder) <0x00104>
  at Codice.CM.Server.ObjectDataReader.ReadFiles (Codice.CM.Common.RepId,System.Collections.Generic.IList`1<Codice.CM.Data.DataRequest>,Codice.CM.Server.DataPacketBuilder) <0x00088>
  at Codice.CM.Server.ObjectDataReader.GetObjectsData (Codice.CM.Common.RepId,long[],Codice.CM.Common.EnumDataType[],ulong[],Codice.CM.Common.Serialization.IDataPacketDecryptor,Codice.CM.Common.Serialization.IDataPacketEncryptor) <0x000c5>
  at Codice.CM.Server.ObjectDataReader.GetObjectsData (Codice.CM.Common.RepId,long[],Codice.CM.Common.EnumDataType[],ulong[]) <0x00047>
  at Codice.CM.Server.ItemHandler.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00075>
  at Codice.CM.Server.SecuredItemHandler.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00054>
  at Codice.CM.Server.TransactionInterceptor.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x00163>
  at Codice.CM.Server.TriggerInterceptor.GetObjectsData (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.LongArray,Codice.CM.Common.EnumDataType[],Codice.CM.Common.Serialization.ULongArray) <0x0004a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object_object_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x000ee>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Net.Sockets.Socket.Receive_internal (intptr,byte[],int,int,System.Net.Sockets.SocketFlags,int&) <0xffffffff>
  at System.Net.Sockets.Socket.Receive_internal (System.Net.Sockets.SafeSocketHandle,byte[],int,int,System.Net.Sockets.SocketFlags,int&) <0x00065>
  at System.Net.Sockets.Socket.Receive_nochecks (byte[],int,int,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&) <0x00059>
  at System.Net.Sockets.Socket.Receive (byte[],int,int,System.Net.Sockets.SocketFlags) <0x00084>
  at System.Net.Sockets.NetworkStream.Read (byte[],int,int) <0x000a0>
  at System.IO.Stream.ReadByte () <0x0003d>
  at Novell.Directory.Ldap.Asn1.Asn1Identifier..ctor (System.IO.Stream) <0x00028>
  at Novell.Directory.Ldap.Connection/ReaderThread.Run () <0x001e4>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x000ee>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at MySql.Data.Types.MySqlInt64.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x00170>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x0019c>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) string.FastAllocateString (int) <0xffffffff>
  at string.InternalSubString (int,int) <0x00019>
  at string.CreateTrimmedString (int,int) <0x0005b>
  at string.TrimHelper (char[],int) <0x00129>
  at string.Trim (char[]) <0x00044>
  at System.IO.InotifyWatcher.ReadEvent (byte[],int,int,System.IO.InotifyEvent&) <0x00234>
  at System.IO.InotifyWatcher.ProcessEvents (byte[],int) <0x000e3>
  at System.IO.InotifyWatcher.Monitor () <0x000fe>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>,bool) <0x0005a>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00053>
  at Codice.CM.Data.SqlDataQuery.GetBranchByNameAndParent (Codice.CM.Common.RepId,string,long) <0x000f4>
  at Codice.CM.Server.BranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0015b>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x00049>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x001bd>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0003d>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) string.FastAllocateString (int) <0xffffffff>
  at string.InternalSubString (int,int) <0x00019>
  at string.Substring (int,int) <0x0007b>
  at string.InternalSplitKeepEmptyEntries (int[],int[],int,int) <0x000a1>
  at string.SplitInternal (char[],int,System.StringSplitOptions) <0x00101>
  at string.Split (char[]) <0x00018>
  at MySql.Data.Types.MySqlDateTime.ParseMySql (string,bool) <0x0011b>
  at MySql.Data.Types.MySqlDateTime.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x001c9>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x0019c>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Net.Sockets.Socket.Accept_internal (intptr,int&,bool) <0xffffffff>
  at System.Net.Sockets.Socket.Accept_internal (System.Net.Sockets.SafeSocketHandle,int&,bool) <0x0004d>
  at System.Net.Sockets.Socket.Accept () <0x0004a>
  at System.Net.Sockets.TcpListener.AcceptSocket () <0x0002a>
  at PlasticPipe.Remoting.Tcp.SocketServerChannel.AcceptConnection () <0x00030>
  at PlasticPipe.Remoting.Tcp.SocketServerChannel.WaitForConnections () <0x00083>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x000ee>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x002f8>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x000ee>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x002f8>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at System.Threading.ReaderWriterLock.AcquireReaderLock (int,int) <0x001de>
  at System.Threading.ReaderWriterLock.AcquireReaderLock (int) <0x00016>
  at Codice.CM.Server.CacheManager.Get (int,Codice.CM.Common.RepId) <0x0003c>
  at Codice.CM.Data.Security.RepositorySeidCache.GetCache (Codice.CM.Common.RepId) <0x0002f>
  at Codice.CM.Data.SqlDataQuery.CalculateRepOwner (Codice.CM.Common.RepId,Codice.CM.Data.CmConnection,object) <0x00035>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x002b2>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>,bool) <0x0005a>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00053>
  at Codice.CM.Data.SqlDataQuery.GetBranchByNameAndParent (Codice.CM.Common.RepId,string,long) <0x000f4>
  at Codice.CM.Server.BranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0015b>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x00049>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x001bd>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0003d>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>,bool) <0x0005a>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00053>
  at Codice.CM.Data.SqlDataQuery.GetBranchByNameAndParent (Codice.CM.Common.RepId,string,long) <0x000f4>
  at Codice.CM.Server.BranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0015b>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x00049>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x001bd>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0003d>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.DataQueryRep.GetObjIdFromGuid (Codice.CM.Common.RepId,System.Guid) <0x00106>
  at Codice.CM.Data.SqlDataQuery.GetObjectIdFromGuid (Codice.CM.Common.RepId,System.Guid) <0x0003f>
  at Codice.CM.Server.BranchHandler.GetBranchInfo (Codice.CM.Common.RepId,System.Guid) <0x00044>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfo (Codice.CM.Common.RepId,System.Guid) <0x00053>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfo (Codice.CM.Common.RepId,System.Guid) <0x00211>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfo (Codice.CM.Common.RepId,System.Guid) <0x00045>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_Guid (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObject (Codice.CM.Common.RepId,Codice.CM.Common.ObjectType,long) <0x00058>
  at Codice.CM.Server.BranchHandler.GetBranchInfo (Codice.CM.Common.RepId,long) <0x00045>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfo (Codice.CM.Common.RepId,long) <0x00047>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfo (Codice.CM.Common.RepId,long) <0x001e6>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfo (Codice.CM.Common.RepId,long) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_long (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Audit logger"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.WaitHandle.WaitOne_internal (System.Threading.WaitHandle,intptr,int,bool) <0xffffffff>
  at System.Threading.WaitHandle.WaitOne () <0x0005c>
  at Codice.Audit.Log.ProcessQueueWorker () <0x00173>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
  at Mono.Globalization.Unicode.SortKeyBuffer.Initialize (System.Globalization.CompareOptions,int,string,bool) <0x0022e>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,int,int,System.Globalization.CompareOptions) <0x00059>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,System.Globalization.CompareOptions) <0x00025>
  at System.Globalization.CompareInfo.CreateSortKeyCore (string,System.Globalization.CompareOptions) <0x00042>
  at System.Globalization.CompareInfo.CreateSortKey (string,System.Globalization.CompareOptions) <0x0007b>
  at System.Globalization.CompareInfo.GetSortKey (string,System.Globalization.CompareOptions) <0x00016>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions,bool,long) <0x00056>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions) <0x0001b>
  at System.CultureAwareComparer.GetHashCode (string) <0x0004d>
  at System.Globalization.TextInfo.GetCaseInsensitiveHashCode (string,bool,long) <0x0002a>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string,bool,long) <0x0002f>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string) <0x00010>
  at System.OrdinalComparer.GetHashCode (string) <0x0002d>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.Remove (T_REF) <0x00073>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.Remove (string) <0x0005f>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.SetValue (string,object) <0x00067>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.set_Item (string,object) <0x00054>
  at System.Data.Common.DbConnectionStringBuilder.set_ConnectionString (string) <0x000e4>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder..ctor (string) <0x00031>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x000e8>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObject (Codice.CM.Common.RepId,Codice.CM.Common.ObjectType,long) <0x00058>
  at Codice.CM.Server.BranchHandler.GetBranchInfo (Codice.CM.Common.RepId,long) <0x00045>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfo (Codice.CM.Common.RepId,long) <0x00047>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfo (Codice.CM.Common.RepId,long) <0x001e6>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfo (Codice.CM.Common.RepId,long) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_long (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.IO.MonoIO.Read (intptr,byte[],int,int,System.IO.MonoIOError&) <0xffffffff>
  at System.IO.MonoIO.Read (System.Runtime.InteropServices.SafeHandle,byte[],int,int,System.IO.MonoIOError&) <0x00060>
  at System.IO.FileStream.ReadData (System.Runtime.InteropServices.SafeHandle,byte[],int,int) <0x00042>
  at System.IO.FileStream.ReadInternal (byte[],int,int) <0x00077>
  at System.IO.FileStream.Read (byte[],int,int) <0x000e8>
  at System.IO.StreamReader.ReadBuffer () <0x002c3>
  at System.IO.StreamReader.Read () <0x00068>
  at System.TermInfoDriver.ReadKeyInternal (bool&) <0x00113>
  at System.TermInfoDriver.ReadLine () <0x000c1>
  at System.ConsoleDriver.ReadLine () <0x00033>
  at System.Console.ReadLine () <0x000d3>
  at Codice.CM.Loader.LoaderApp.LaunchConsole (Codice.CM.Server.SystemRunner,string) <0x000c4>
  at Codice.CM.Loader.LoaderApp.Run (Codice.CM.Loader.LoaderArguments) <0x008a7>
  at Codice.CM.Loader.LoaderApp.Main (string[]) <0x0011f>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,int,int,System.Globalization.CompareOptions) <0x00033>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,System.Globalization.CompareOptions) <0x00025>
  at System.Globalization.CompareInfo.CreateSortKeyCore (string,System.Globalization.CompareOptions) <0x00042>
  at System.Globalization.CompareInfo.CreateSortKey (string,System.Globalization.CompareOptions) <0x0007b>
  at System.Globalization.CompareInfo.GetSortKey (string,System.Globalization.CompareOptions) <0x00016>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions,bool,long) <0x00056>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions) <0x0001b>
  at System.CultureAwareComparer.GetHashCode (string) <0x0004d>
  at System.Globalization.TextInfo.GetCaseInsensitiveHashCode (string,bool,long) <0x0002a>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string,bool,long) <0x0002f>
  at System.Globalization.TextInfo.GetHashCodeOrdinalIgnoreCase (string) <0x00010>
  at System.OrdinalComparer.GetHashCode (string) <0x0002d>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.FindEntry (T_REF) <0x00069>
  at System.Collections.Generic.Dictionary`2<T_REF, TResult_REF>.get_Item (T_REF) <0x00014>
  at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.get_AllowZeroDateTime () <0x0002b>
  at MySql.Data.MySqlClient.MySqlDataReader.GetValue (int) <0x001b5>
  at MySql.Data.MySqlClient.MySqlDataReader.get_Item (int) <0x00018>
  at MySql.Data.MySqlClient.MySqlDataReader.get_Item (string) <0x00027>
  at Codice.CM.Data.ObjectManager.FillChangesetInfo (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader,Codice.CM.Common.ChangesetInfo,bool) <0x0038c>
  at Codice.CM.Data.ObjectManager.GetChangesetInfo (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader,bool) <0x0006f>
  at Codice.CM.Data.ObjectManager.GetChangesetInfo (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader) <0x0001f>
  at (wrapper delegate-invoke) Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<T_REF>.invoke_T_RepId_CmDataReader (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader) <0xffffffff>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00139>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"<threadpool thread>"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x000ee>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Net.Sockets.Socket.Accept_internal (intptr,int&,bool) <0xffffffff>
  at System.Net.Sockets.Socket.Accept_internal (System.Net.Sockets.SafeSocketHandle,int&,bool) <0x0004d>
  at System.Net.Sockets.Socket.Accept () <0x0004a>
  at System.Net.Sockets.TcpListener.AcceptSocket () <0x0002a>
  at PlasticPipe.Remoting.Tcp.SocketServerChannel.AcceptConnection () <0x00030>
  at PlasticPipe.Remoting.Tcp.SocketServerChannel.WaitForConnections () <0x00083>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at MySql.Data.Types.MySqlInt64.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x00170>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x0019c>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at Codice.CM.Common.Tree.TreeNode.get_ItemId () <0x0005a>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x00398>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x004df>
  at Codice.CM.Server.Diff.DiffTree.DiffTrees (Codice.CM.Server.Diff.TreeNodeWithPath,Codice.CM.Server.Diff.TreeNodeWithPath,bool,Codice.CM.Server.Merge.ParentItemCache,bool) <0x004df>
  at Codice.CM.Server.Diff.DiffTree.Diff (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Tree.TreeNode,bool) <0x00352>
  at Codice.CM.Server.Diff.DiffTree.Diff (Codice.CM.Common.Tree.TreeNode,Codice.CM.Common.Tree.TreeNode) <0x00020>
  at Codice.CM.Server.Diff.DiffOperation.Diff (Codice.CM.Common.RepId,long,Codice.CM.Common.ChangesetInfo,string,Codice.CM.Common.Merge.DiffModifiers) <0x003c0>
  at Codice.CM.Server.SecuredItemHandler.SubtreeDiff (Codice.CM.Common.RepId,long,long,string,Codice.CM.Common.Merge.DiffModifiers) <0x0009b>
  at (wrapper remoting-invoke-with-check) Codice.CM.Server.SecuredItemHandler.SubtreeDiff (Codice.CM.Common.RepId,long,long,string,Codice.CM.Common.Merge.DiffModifiers) <0xffffffff>
  at Codice.CM.Server.SecuredItemHandler.Diff (Codice.CM.Common.RepId,long,long,Codice.CM.Common.Merge.DiffModifiers) <0x0004e>
  at Codice.CM.Server.TransactionInterceptor.Diff (Codice.CM.Common.RepId,long,long,Codice.CM.Common.Merge.DiffModifiers) <0x00129>
  at Codice.CM.Server.TriggerInterceptor.Diff (Codice.CM.Common.RepId,long,long,Codice.CM.Common.Merge.DiffModifiers) <0x0004a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_long_long_int (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Thread.SleepInternal (int) <0xffffffff>
  at System.Threading.Thread.Sleep (int) <0x00016>
  at PlasticPipe.Client.ClientConnectionPool.ConnectionCollector () <0x00061>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocVector (intptr,intptr) <0xffffffff>
  at Mono.Globalization.Unicode.SortKeyBuffer.Initialize (System.Globalization.CompareOptions,int,string,bool) <0x00094>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,int,int,System.Globalization.CompareOptions) <0x00059>
  at Mono.Globalization.Unicode.SimpleCollator.GetSortKey (string,System.Globalization.CompareOptions) <0x00025>
  at System.Globalization.CompareInfo.CreateSortKeyCore (string,System.Globalization.CompareOptions) <0x00042>
  at System.Globalization.CompareInfo.CreateSortKey (string,System.Globalization.CompareOptions) <0x0007b>
  at System.Globalization.CompareInfo.GetSortKey (string,System.Globalization.CompareOptions) <0x00016>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions,bool,long) <0x00056>
  at System.Globalization.CompareInfo.GetHashCodeOfString (string,System.Globalization.CompareOptions) <0x0001b>
  at System.CultureAwareComparer.GetHashCode (string) <0x0004d>
  at System.Data.DataTable.GetSpecialHashCode (string) <0x000d8>
  at System.Data.DataColumnCollection.IndexOfCaseInsensitive (string) <0x00040>
  at System.Data.DataColumnCollection.get_Item (string) <0x0006d>
  at System.Data.DataRow.GetDataColumn (string) <0x00031>
  at System.Data.DataRow.get_Item (string) <0x0001c>
  at Codice.CM.Server.SecuredItemHandler/ReleaseDiagramSecurityCheck.CleanChangesetsWithoutBranchPermission (System.Data.DataTable,System.Collections.Generic.List`1<long>) <0x00211>
  at Codice.CM.Server.SecuredItemHandler/ReleaseDiagramSecurityCheck.CleanDatasetForStage0 (Codice.CM.Common.RepId,Codice.CM.Common.Serialization.SerializedBranchExplorerData) <0x0010d>
  at Codice.CM.Server.SecuredItemHandler.GetReleaseDiagramInfo (Codice.CM.Common.RepId,long,long,int) <0x00109>
  at Codice.CM.Server.TransactionInterceptor.GetReleaseDiagramInfo (Codice.CM.Common.RepId,long,long,int) <0x001cc>
  at Codice.CM.Server.TriggerInterceptor.GetReleaseDiagramInfo (Codice.CM.Common.RepId,long,long,int) <0x0004a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_long_long_int (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"
"<threadpool thread>"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"ActivitySchedulerThread"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Threading.Monitor.Enter (object) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString (string) <0x00054>
  at MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0x0002d>
  at (wrapper remoting-invoke-with-check) MySql.Data.MySqlClient.MySqlConnection..ctor (string) <0xffffffff>
  at Codice.CM.Data.MySql.MySqlDataConnection.CreateConnection (string,string) <0x0003c>
  at Codice.CM.Data.DataConnection.GetConnection (string,string) <0x00065>
  at Codice.CM.Data.DataConnection.GetRepositoryConnection (Codice.CM.Common.RepId) <0x0007e>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>,bool) <0x0005a>
  at Codice.CM.Data.SqlDataQuery.GetObjectForQuery<TResult_REF> (Codice.CM.Common.RepId,string,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00053>
  at Codice.CM.Data.SqlDataQuery.GetBranchByNameAndParent (Codice.CM.Common.RepId,string,long) <0x000f4>
  at Codice.CM.Server.BranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0015b>
  at Codice.CM.Server.SecuredBranchHandler.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x00049>
  at Codice.CM.Server.TransactionInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x001bd>
  at Codice.CM.Server.TriggerInterceptor.GetBranchInfoByName (Codice.CM.Common.RepId,string) <0x0003d>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_obj (intptr,intptr) <0xffffffff>
  at (wrapper alloc) object.AllocSmall (intptr,intptr) <0xffffffff>
  at MySql.Data.MySqlClient.MySqlDataReader.GetValue (int) <0x001ef>
  at MySql.Data.MySqlClient.MySqlDataReader.get_Item (int) <0x00018>
  at MySql.Data.MySqlClient.MySqlDataReader.get_Item (string) <0x00027>
  at Codice.CM.Data.ObjectManager.FillChangesetInfo (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader,Codice.CM.Common.ChangesetInfo,bool) <0x0038c>
  at Codice.CM.Data.ObjectManager.GetChangesetInfo (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader,bool) <0x0006f>
  at Codice.CM.Data.ObjectManager.GetChangesetInfo (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader) <0x0001f>
  at (wrapper delegate-invoke) Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<T_REF>.invoke_T_RepId_CmDataReader (Codice.CM.Common.RepId,Codice.CM.Data.CmDataReader) <0xffffffff>
  at Codice.CM.Data.SqlDataQuery.GetListForRepositoryParamsQuery<TResult_REF> (Codice.CM.Common.RepId,string,System.Collections.Generic.List`1<Codice.CM.Data.SqlParam>,Codice.CM.Data.SqlDataQuery/HandleResultDelegate`1<TResult_REF>) <0x00139>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00548>
  at Codice.CM.Data.SqlDataQuery.GetObjectsForRepositoryQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00033>
  at Codice.CM.Server.ItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x00059>
  at Codice.CM.Server.SecuredItemHandler.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0004c>
  at Codice.CM.Server.TransactionInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x001b2>
  at Codice.CM.Server.TriggerInterceptor.ExecuteSimpleQuery (Codice.CM.Common.RepId,Codice.CM.Common.Query) <0x0003a>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___RepId_object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.RuntimeTypeHandle.GetModule (System.RuntimeType) <0xffffffff>
  at System.RuntimeType.GetRuntimeModule () <0x0000c>
  at System.RuntimeType.get_Module () <0x0000c>
  at System.Runtime.Serialization.SerializationInfo..ctor (System.Type,System.Runtime.Serialization.IFormatterConverter,bool) <0x00075>
  at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize (object,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.SerializationBinder) <0x0031a>
  at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize (object,System.Runtime.Serialization.ISurrogateSelector,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.Formatters.Binary.SerObjectInfoInit,System.Runtime.Serialization.IFormatterConverter,System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.Runtime.Serialization.SerializationBinder) <0x00064>
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize (object,System.Runtime.Remoting.Messaging.Header[],System.Runtime.Serialization.Formatters.Binary.__BinaryWriter,bool) <0x0059c>
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[],bool) <0x0011c>
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[]) <0x00021>
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object) <0x00018>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.WriteResponse (System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.ReturnMessage,System.IO.Stream,bool,bool,bool) <0x000c8>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessResponse (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00438>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x003db>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>

"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"Threadpool worker"
"<unnamed thread>"  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) string.FastAllocateString (int) <0xffffffff>
  at string.CreateStringFromEncoding (byte*,int,System.Text.Encoding) <0x00059>
  at System.Text.UTF8Encoding.GetString (byte[],int,int) <0x000d9>
  at MySql.Data.MySqlClient.MySqlPacket.ReadString (long) <0x000d9>
  at MySql.Data.Types.MySqlInt64.MySql.Data.Types.IMySqlValue.ReadValue (MySql.Data.MySqlClient.MySqlPacket,long,bool) <0x0011f>
  at MySql.Data.MySqlClient.NativeDriver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0016e>
  at MySql.Data.MySqlClient.Driver.ReadColumnValue (int,MySql.Data.MySqlClient.MySqlField,MySql.Data.Types.IMySqlValue) <0x0003b>
  at MySql.Data.MySqlClient.ResultSet.ReadColumnData (bool) <0x00082>
  at MySql.Data.MySqlClient.ResultSet.NextRow (System.Data.CommandBehavior) <0x00144>
  at MySql.Data.MySqlClient.MySqlDataReader.Read () <0x00071>
  at Codice.CM.Data.CmDataReader.Read () <0x0006f>
  at Codice.CM.Data.MergeConnectionsRetriever.ReadChangesets (Codice.CM.Common.RepId) <0x00137>
  at Codice.CM.Data.MergeConnectionsRetriever.GetSourceChangesetRevisions (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x0005f>
  at Codice.CM.Data.MergeConnectionsRetriever.GetConnections (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x0004a>
  at Codice.CM.Data.SqlDataQuery.GetMergeConnections (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x00077>
  at Codice.CM.Server.Merge.MergeCalculator/DataQueryConnectionsProvider.GetMergeConnections (Codice.CM.Common.RepId,Codice.CM.Common.MergeOptions) <0x00032>
  at Codice.CM.Server.Merge.MergeConnectionsProvider.GetMergeConnections () <0x00041>
  at Codice.CM.Server.Merge.MergeConnectionsProvider.Initialize () <0x0002c>
  at Codice.CM.Server.Merge.MergeConnectionsProvider.GetCommonAncestorProvider () <0x00017>
  at Codice.CM.Server.Merge.CalculateConnections.GetCommonAncestorProvider () <0x00021>
  at Codice.CM.Server.Merge.CalculateConnections.BuildCommonAncestorCalculator () <0x0009c>
  at Codice.CM.Server.Merge.CalculateConnections.GetCommonAncestorCalculator () <0x00027>
  at Codice.CM.Server.Merge.CalculateConnections.CalculateCommonAncestors (Codice.CM.Common.MergeSource) <0x00167>
  at Codice.CM.Server.Merge.MergeClassifier.ClassifyNormalMergeCandidate (Codice.CM.Common.MergeSource) <0x000eb>
  at Codice.CM.Server.Merge.MergeClassifier.ClassifyMergeCandidate (Codice.CM.Common.MergeSource) <0x0006d>
  at Codice.CM.Server.Merge.MergeClassifier.Classify (Codice.CM.Common.MergeSource) <0x00036>
  at Codice.CM.Server.Merge.MergeCalculator.ClassifyMerges (Codice.CM.Common.MergeType,Codice.CM.Common.MergeSource,Codice.CM.Server.Merge.CalculateConnections) <0x00068>
  at Codice.CM.Server.Merge.MergeCalculator.Calculate (Codice.CM.Common.MergeSource,Codice.CM.Server.Merge.MergeResolver/ITreeProvider,Codice.CM.Server.Merge.ITreeRevisionProvider) <0x000fc>
  at Codice.CM.Server.SecuredItemHandler.CalculateMerge (Codice.CM.Common.Serialization.SerializedMergeSource) <0x00225>
  at Codice.CM.Server.TransactionInterceptor.CalculateMerge (Codice.CM.Common.Serialization.SerializedMergeSource) <0x0011c>
  at Codice.CM.Server.TriggerInterceptor.CalculateMerge (Codice.CM.Common.Serialization.SerializedMergeSource) <0x0005f>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_object__this___object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices.InternalExecute (System.Reflection.MethodBase,object,object[],object[]&) <0xffffffff>
  at System.Runtime.Remoting.RemotingServices.InternalExecuteMessage (System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage) <0x0026c>
  at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000e7>
  at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00083>
  at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x0002e>
  at System.Runtime.Remoting.ClientActivatedIdentity.SyncObjectProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000a5>
  at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x001a3>
  at System.Runtime.Remoting.Contexts.CrossContextChannel.SyncProcessMessage (System.Runtime.Remoting.Messaging.IMessage) <0x000f1>
  at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage (System.Runtime.Remoting.Messaging.IMessage) <0x00044>
  at System.Runtime.Remoting.Channels.ChannelServices.DispatchMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessage&) <0x0002d>
  at System.Runtime.Remoting.Channels.ServerDispatchSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0003a>
  at Codice.CM.Server.ExceptionTracerSink.ProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x0008f>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.ProcessRequest (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x004d6>
  at PlasticPipe.Remoting.PlasticBinaryServerFormatterSink.DoProcessMessage (System.Runtime.Remoting.Channels.IServerChannelSinkStack,System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Channels.ITransportHeaders,System.IO.Stream,string,bool,bool,System.Runtime.Remoting.Messaging.IMessage&,System.Runtime.Remoting.Channels.ITransportHeaders&,System.IO.Stream&) <0x00367>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.DoProcessMessage (System.Runtime.Remoting.Channels.ServerChannelSinkStack,PlasticPipe.Remoting.PlasticServerTransportSink/ProcessMessageData,string) <0x0010e>
  at PlasticPipe.Remoting.PlasticServerTransportSink/RunProcessMessage.Execute () <0x000a6>
  at PlasticPipe.Server.WorkerThreadPool/WorkerThread.Run () <0x00380>
  at System.Threading.ThreadHelper.ThreadStart_Context (object) <0x0009a>
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x001c6>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) <0x00020>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00059>
  at System.Threading.ThreadHelper.ThreadStart () <0x0002e>
  at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff>
-------------- next part --------------
Thread 103 (Thread 0x7f35423ff700 (LWP 5257)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005f68cc in thread_func ()
#2  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#3  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 102 (Thread 0x7f353ff14700 (LWP 5258)):
#0  0x00007f35491bd790 in sem_wait () from /lib64/libpthread.so.0
#1  0x0000000000619bb8 in mono_sem_wait ()
#2  0x000000000059ed42 in finalizer_thread ()
#3  0x000000000057da1e in start_wrapper ()
#4  0x0000000000620ee0 in inner_start_thread ()
#5  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 101 (Thread 0x7f353f534700 (LWP 5259)):
#0  0x00007f3548ed64bd in read () from /lib64/libc.so.6
#1  0x000000004157567b in ?? ()
#2  0x00007f353f533930 in ?? ()
#3  0x00007f354266dd00 in ?? ()
#4  0x00007f354266eff8 in ?? ()
#5  0x0000000000000030 in ?? ()
#6  0x00007f354266dd00 in ?? ()
#7  0x00007f3530000e10 in ?? ()
#8  0x00007f353f533990 in ?? ()
#9  0x00007f353f533990 in ?? ()
#10 0x00007f353f5338a0 in ?? ()
#11 0x000000004157539f in ?? ()
#12 0x4036000000000000 in ?? ()
#13 0x6500656b6f766e49 in ?? ()
#14 0x0000000000000000 in ?? ()
Thread 100 (Thread 0x7f353f333700 (LWP 5260)):
#0  0x00007f35491bba82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc19c in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000057ec62 in mono_wait_uninterrupted.clone.1 ()
#4  0x000000000057eef5 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#5  0x0000000041577186 in ?? ()
#6  0x0000000000000038 in ?? ()
#7  0x00000000011a49f0 in ?? ()
#8  0x000000000002bf1f in ?? ()
#9  0x00007f3542670050 in ?? ()
#10 0x000000000002bf1f in ?? ()
#11 0x00007f3534000e10 in ?? ()
#12 0x00007f3542670050 in ?? ()
#13 0x00007f353f332800 in ?? ()
#14 0x00007f353f332770 in ?? ()
#15 0x00007f3540262fba in System_Threading_WaitHandle_WaitOne_int_bool (this=..., millisecondsTimeout=0, exitContext=false) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/WaitHandle.cs:375
#16 0x00007f354026304c in System_Threading_WaitHandle_WaitOne_int (this=..., millisecondsTimeout=179999) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/WaitHandle.cs:388
#17 0x00007f3540262360 in System_Threading_Timer_Scheduler_SchedulerThread (this=...) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Timer.cs:395
#18 0x00007f35400b7b8b in System_Threading_ThreadHelper_ThreadStart_Context_object (state=0x7f354266e750) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:68
#19 0x00007f35400b6497 in System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executionContext=..., callback=..., state=0x7f354266e750, preserveSyncCtx=false) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/executioncontext.cs:581
#20 0x00007f35400b62c1 in System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executionContext=..., callback=..., state=0x7f354266e750, preserveSyncCtx=false) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/executioncontext.cs:530
#21 0x00007f35400b624a in System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object (executionContext=..., callback=..., state=0x7f354266e750) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/executioncontext.cs:519
#22 0x00007f35400b7cdf in System_Threading_ThreadHelper_ThreadStart (this=...) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:105
#23 0x00000000414b5177 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 99 (Thread 0x7f353ef32700 (LWP 5261)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f3530001910 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 98 (Thread 0x7f353ed31700 (LWP 5262)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000057ec62 in mono_wait_uninterrupted.clone.1 ()
#4  0x000000000057eef5 in ves_icall_System_Threading_WaitHandle_WaitOne_internal ()
#5  0x0000000041577186 in ?? ()
#6  0x00007f3530001910 in ?? ()
#7  0x00007f35427da728 in ?? ()
#8  0x00007f35427da5c8 in ?? ()
#9  0x00007f35427da5c8 in ?? ()
#10 0x00007f35427da690 in ?? ()
#11 0x00007f352c000e10 in ?? ()
#12 0x00007f35427da5c8 in ?? ()
#13 0x00007f353ed308e0 in ?? ()
#14 0x00007f353ed30860 in ?? ()
#15 0x00007f3540262efd in System_Threading_WaitHandle_WaitOne (this=...) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/WaitHandle.cs:353
#16 0x000000004159f4d4 in ?? ()
#17 0x0000ffffffffffff in ?? ()
#18 0x6500656b6f766e49 in ?? ()
#19 0x0000000000000000 in ?? ()
Thread 97 (Thread 0x7f353e6a4700 (LWP 5263)):
#0  0x00007f3548eda69d in poll () from /lib64/libc.so.6
#1  0x0000000000582e20 in poll_event_wait ()
#2  0x00000000005836eb in selector_thread ()
#3  0x000000000057da1e in start_wrapper ()
#4  0x0000000000620ee0 in inner_start_thread ()
#5  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 96 (Thread 0x7f353e622700 (LWP 5265)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 95 (Thread 0x7f353e41d700 (LWP 5266)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 94 (Thread 0x7f34d19ff700 (LWP 11290)):
#0  0x00007f35491be623 in recvfrom () from /lib64/libpthread.so.0
#1  0x0000000000609f96 in _wapi_recvfrom ()
#2  0x000000000056f830 in ves_icall_System_Net_Sockets_Socket_Receive_internal ()
#3  0x00000000415c9c3d in ?? ()
#4  0x00007f353c4e9350 in ?? ()
#5  0x00007f34d19fe690 in ?? ()
#6  0x00007f35426abe50 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 93 (Thread 0x7f34bb15b700 (LWP 13315)):
#0  0x00007f35491be4ad in accept () from /lib64/libpthread.so.0
#1  0x0000000000608c16 in _wapi_accept ()
#2  0x000000000056fba3 in ves_icall_System_Net_Sockets_Socket_Accept_internal ()
#3  0x000000004162f7fd in ?? ()
#4  0x00007f3530001910 in ?? ()
#5  0x00007f35424503e8 in ?? ()
#6  0x00007f3542450288 in ?? ()
#7  0x00007f3542450288 in ?? ()
#8  0x00007f34b9f0b2e0 in ?? ()
#9  0x00007f34b4000e10 in ?? ()
#10 0x00007f34bb15a630 in ?? ()
#11 0x00007f34bb15a760 in ?? ()
#12 0x00007f34bb15a6c0 in ?? ()
#13 0x000000004162f6fe in ?? ()
#14 0x00007f33031efee8 in ?? ()
#15 0x00007f354249f7c8 in ?? ()
#16 0x0000000000000001 in ?? ()
#17 0x00007f34bb15a780 in ?? ()
#18 0x00007f34a24d0a40 in ?? ()
#19 0x0000000041669805 in ?? ()
#20 0x00007f354249f790 in ?? ()
#21 0x00007f34bb170a30 in ?? ()
#22 0x00007f33031efee8 in ?? ()
#23 0x000000004166979d in ?? ()
#24 0x00007f34bb15a860 in ?? ()
#25 0x000000004162f54b in ?? ()
#26 0x00007f3542450288 in ?? ()
#27 0x00007f34a24d0a18 in ?? ()
#28 0x0000000000000000 in ?? ()
Thread 92 (Thread 0x7f34baf5a700 (LWP 13316)):
#0  0x00007f35491be4ad in accept () from /lib64/libpthread.so.0
#1  0x0000000000608c16 in _wapi_accept ()
#2  0x000000000056fba3 in ves_icall_System_Net_Sockets_Socket_Accept_internal ()
#3  0x000000004162f7fd in ?? ()
#4  0x00007f3530001910 in ?? ()
#5  0x00007f3542605f08 in ?? ()
#6  0x00007f3542605da8 in ?? ()
#7  0x00007f3542605da8 in ?? ()
#8  0x00007f3542605a20 in ?? ()
#9  0x00007f34ac000e10 in ?? ()
#10 0x00007f34baf59630 in ?? ()
#11 0x00007f34baf59760 in ?? ()
#12 0x00007f34baf596c0 in ?? ()
#13 0x000000004162f6fe in ?? ()
#14 0x00007f3542605e18 in ?? ()
#15 0x00007f35400b9e14 in System_Threading_Thread_EndCriticalRegion () at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Thread.cs:658
#16 0x00007f34baf59780 in ?? ()
#17 0x00007f3542605b30 in ?? ()
#18 0x00007f34baf59990 in ?? ()
#19 0x00007f3542605f08 in ?? ()
#20 0x00007f3542605da8 in ?? ()
#21 0x00007f3542605da8 in ?? ()
#22 0x00007f3542605e70 in ?? ()
#23 0x00007f34baf59860 in ?? ()
#24 0x000000004162f54b in ?? ()
#25 0x00007f3542605da8 in ?? ()
#26 0x00007f35426059d8 in ?? ()
#27 0x00007f3500000000 in ?? ()
#28 0x00007f353ea264a8 in ?? ()
#29 0x00007f35426068f8 in ?? ()
#30 0x00007f353ff499e9 in System_Collections_Hashtable_set_Item_object_object (this=..., key=0x7f3549bcf150, value=0x7f3549be0130) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/collections/hashtable.cs:716
#31 0x0000000041577385 in ?? ()
#32 0x00007f35426068f8 in ?? ()
#33 0x000000004162f4ab in ?? ()
#34 0x00007f3542454020 in ?? ()
#35 0x000000004162f081 in ?? ()
#36 0x00007f353ea00840 in ?? ()
#37 0x00007f3549bcf150 in ?? ()
#38 0x00007f3549be0130 in ?? ()
#39 0x000000004162ef97 in ?? ()
#40 0x00007f3549bcf150 in ?? ()
#41 0x00007f3549be0130 in ?? ()
#42 0x00007f3542605f08 in ?? ()
#43 0x000000004162ef5a in ?? ()
#44 0x00007f3549bcf150 in ?? ()
#45 0x00007f3549be0130 in ?? ()
#46 0x0000000000000000 in ?? ()
Thread 91 (Thread 0x7f34bad59700 (LWP 13317)):
#0  0x00007f35491be623 in recvfrom () from /lib64/libpthread.so.0
#1  0x0000000000609f96 in _wapi_recvfrom ()
#2  0x000000000056f63d in ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal ()
#3  0x000000004164067f in ?? ()
#4  0x00007f34bad58868 in ?? ()
#5  0xe4061bb5d501f16e in ?? ()
#6  0x00007f34bad587f0 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 90 (Thread 0x7f34b9aa7700 (LWP 13470)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f32fe85b2b8 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 89 (Thread 0x7f34b98a6700 (LWP 13471)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fc6e in ves_icall_System_Threading_Monitor_Monitor_wait ()
#4  0x00007f354025c95e in System_Threading_Monitor_Wait_object_int (obj=0x7f35424c2730, millisecondsTimeout=-1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Monitor.cs:148
#5  0x00007f354025c8e7 in System_Threading_Monitor_Wait_object (obj=0x7f35424c2730) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Monitor.cs:134
#6  0x0000000041679da4 in ?? ()
#7  0x00007f35424c2780 in ?? ()
#8  0x00007f35424c2848 in ?? ()
#9  0x00007f35400b7b8b in System_Threading_ThreadHelper_ThreadStart_Context_object (state=0x7f35424c2848) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:68
#10 0x3445147a7dd82937 in ?? ()
#11 0x00007f35424c2730 in ?? ()
#12 0xe08ad5fa00000000 in ?? ()
#13 0x00007f35424c2730 in ?? ()
#14 0x00007f35424c2730 in ?? ()
#15 0x0000000000000000 in ?? ()
Thread 88 (Thread 0x7f34b92ff700 (LWP 14189)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 87 (Thread 0x7f3510077700 (LWP 14240)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 86 (Thread 0x7f350fcdf700 (LWP 14259)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f34c0f8da50 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 85 (Thread 0x7f350f7bb700 (LWP 14260)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f34c0f8da50 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 84 (Thread 0x7f350c47f700 (LWP 14261)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x00000000005a0192 in ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var ()
#5  0x00007f354025dc5f in System_Threading_ReaderWriterLock_AcquireReaderLock_int_int (this=..., millisecondsTimeout=-1, initialLockCount=1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:92
#6  0x00007f354025dbf7 in System_Threading_ReaderWriterLock_AcquireReaderLock_int (this=..., millisecondsTimeout=-1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:87
#7  0x00000000415f9d71 in ?? ()
#8  0x00007f350c47d7b0 in ?? ()
#9  0x00007f3390f89c38 in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 83 (Thread 0x7f350c013700 (LWP 14262)):
#0  0x00007f35491babbb in pthread_mutex_unlock () from /lib64/libpthread.so.0
#1  0x00000000005de94b in sgen_gc_unlock ()
#2  0x00000000005c6951 in mono_gc_alloc_vector ()
#3  0x000000004149215a in ?? ()
#4  0x00007f35427418e8 in ?? ()
#5  0x00007f350c0136d8 in ?? ()
#6  0x0000000000000058 in ?? ()
#7  0x0000000000e5eb28 in ?? ()
#8  0x0000000000000035 in ?? ()
#9  0x00007f350c0120f8 in ?? ()
#10 0x0000000000000000 in ?? ()
Thread 82 (Thread 0x7f350baf3700 (LWP 14263)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005d6c79 in sgen_alloc_obj ()
#4  0x00000000005c7d09 in mono_gc_alloc_obj ()
#5  0x0000000041491783 in ?? ()
#6  0x00007f35425a7908 in ?? ()
#7  0x00007f350baf36d8 in ?? ()
#8  0x00007f331dab2050 in ?? ()
#9  0x0000000000d71b48 in ?? ()
#10 0x00007f35425a7920 in ?? ()
#11 0x00007f350baf20f8 in ?? ()
#12 0x00007f34e3f30450 in ?? ()
#13 0x00007f350baf17b0 in ?? ()
#14 0x00007f350baf1680 in ?? ()
#15 0x0000000041490162 in ?? ()
#16 0x00007f331a3da9f8 in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 81 (Thread 0x7f35083ff700 (LWP 14264)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 80 (Thread 0x7f34fc50b700 (LWP 14265)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 79 (Thread 0x7f350c9ab700 (LWP 14266)):
#0  0x00007f35491bdfea in __lll_unlock_wake () from /lib64/libpthread.so.0
#1  0x00007f35491bac53 in _L_unlock_697 () from /lib64/libpthread.so.0
#2  0x00007f35491babde in pthread_mutex_unlock () from /lib64/libpthread.so.0
#3  0x00000000005de94b in sgen_gc_unlock ()
#4  0x00000000005c6701 in mono_gc_alloc_string ()
#5  0x000000004149159b in ?? ()
#6  0x00007f3549be0130 in ?? ()
#7  0x0000000000000001 in ?? ()
#8  0x00007f337bae8f50 in ?? ()
#9  0x0000000000000000 in ?? ()
Thread 78 (Thread 0x7f350b503700 (LWP 14267)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f3393f96548 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 77 (Thread 0x7f34917db700 (LWP 14268)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x000000000141b078 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 76 (Thread 0x7f348622f700 (LWP 14269)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005d6c79 in sgen_alloc_obj ()
#4  0x00000000005c7d09 in mono_gc_alloc_obj ()
#5  0x0000000041491783 in ?? ()
#6  0x00007f35425bcba8 in ?? ()
#7  0x00007f348622f6d8 in ?? ()
#8  0x0000000000003726 in ?? ()
#9  0x0000000000eb6568 in ?? ()
#10 0x00007f35425bcbc0 in ?? ()
#11 0x00007f3444000e10 in ?? ()
#12 0x00007f33e4019810 in ?? ()
#13 0x00007f348622dfc0 in ?? ()
#14 0x00007f348622de50 in ?? ()
#15 0x0000000041490162 in ?? ()
#16 0x00007f33e4019810 in ?? ()
#17 0x00007f3345e1e030 in ?? ()
#18 0x00007f33017fb7e0 in ?? ()
#19 0x000000000000371b in ?? ()
#20 0x0000000000000018 in ?? ()
#21 0x00000000416feaaf in ?? ()
#22 0x00007f33d7093e20 in ?? ()
#23 0x00007f3345e1e030 in ?? ()
#24 0x00007f3345e1e030 in ?? ()
#25 0x00000000416fea55 in ?? ()
#26 0x00007f3316f38430 in ?? ()
#27 0x000000000000371b in ?? ()
#28 0x00007f3345e1e030 in ?? ()
#29 0x00000000416fe5fd in ?? ()
#30 0x00007f3330710c30 in ?? ()
#31 0x00007f3549b8fd00 in ?? ()
#32 0x00007f3316f38430 in ?? ()
#33 0x00000000417050e4 in ?? ()
#34 0x00007f33e4019810 in ?? ()
#35 0x00007f348622e0c0 in ?? ()
#36 0x00007f3330710c30 in ?? ()
#37 0x00007f33d7093e20 in ?? ()
#38 0x00007f3330710c30 in ?? ()
#39 0x0000000000000004 in ?? ()
#40 0x0000000000000001 in ?? ()
#41 0x00007f33d7093e20 in ?? ()
#42 0x00007f3330710c30 in ?? ()
#43 0x0000000000000000 in ?? ()
Thread 75 (Thread 0x7f3485a2d700 (LWP 14270)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x0000000000000000 in ?? ()
Thread 74 (Thread 0x7f348562b700 (LWP 14271)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f34c0f8d970 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 73 (Thread 0x7f3508c9b700 (LWP 14274)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x0000000000000000 in ?? ()
Thread 72 (Thread 0x7f35075a3700 (LWP 14275)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 71 (Thread 0x7f35035df700 (LWP 14276)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005c66e3 in mono_gc_alloc_string ()
#4  0x000000004149159b in ?? ()
#5  0x00007f353c193970 in ?? ()
#6  0x00007f33dfd244b0 in ?? ()
#7  0x00007f353c193970 in ?? ()
#8  0x0000000000000011 in ?? ()
#9  0x0000000000000002 in ?? ()
#10 0x00007f35035de0f8 in ?? ()
#11 0x00007f353c193970 in ?? ()
#12 0x0000000000000011 in ?? ()
#13 0x00007f35035dd2c0 in ?? ()
#14 0x00007f3540061eca in string_InternalSubString_int_int (this=0x7f353c193970, startIndex=17, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1294
#15 0x00007f3540061dcc in string_Substring_int_int (this=0x7f353c193970, startIndex=56489640, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1286
#16 0x00007f3540061d3f in string_Substring_int (this=0x7f353c193970, startIndex=17) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1252
#17 0x00007f35400615b7 in string_InternalSplitKeepEmptyEntries_int___int___int_int (this=0x7f353c193970, sepList=0x7f33dfd244b0, lengthList=0x0, numReplaces=5, count=2147483646) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1107
#18 0x00007f3540061172 in string_SplitInternal_char___int_System_StringSplitOptions (this=0x7f353c193970, separator=0x5, count=2147483647, options=None) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1029
#19 0x00007f3540060fe9 in string_Split_char__ (this=0x7f353c193970, separator=0x7f3312f99b98) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:962
#20 0x000000004169109c in ?? ()
#21 0x0000000000000013 in ?? ()
#22 0x00007f332eb0ad50 in ?? ()
#23 0x0000000000000000 in ?? ()
Thread 70 (Thread 0x7f3507063700 (LWP 14277)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 69 (Thread 0x7f3502d53700 (LWP 14278)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005d6c79 in sgen_alloc_obj ()
#4  0x00000000005c7d09 in mono_gc_alloc_obj ()
#5  0x0000000041491783 in ?? ()
#6  0x00007f35425a8908 in ?? ()
#7  0x00007f3502d536d8 in ?? ()
#8  0x00007f333fe8e9b0 in ?? ()
#9  0x0000000000eb6568 in ?? ()
#10 0x00007f35425a8920 in ?? ()
#11 0x00007f3502d520f8 in ?? ()
#12 0x0000000000000011 in ?? ()
#13 0x0000000000000000 in ?? ()
Thread 68 (Thread 0x7f35027d3700 (LWP 14279)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005c6933 in mono_gc_alloc_vector ()
#4  0x000000004149215a in ?? ()
#5  0x0000000000000000 in ?? ()
Thread 67 (Thread 0x7f3501d7f700 (LWP 14280)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f3374ac4658 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 66 (Thread 0x7f34fbbbb700 (LWP 14281)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005c6933 in mono_gc_alloc_vector ()
#4  0x000000004149215a in ?? ()
#5  0x00007f35424be480 in ?? ()
#6  0x00007f34fbbbb6d8 in ?? ()
#7  0x0000000000000030 in ?? ()
#8  0x0000000000e5eb28 in ?? ()
#9  0x000000000000000a in ?? ()
#10 0x00007f34fbbba0f8 in ?? ()
#11 0x00007f34fbbb9920 in ?? ()
#12 0x00007f34fbbb9530 in ?? ()
#13 0x00007f34fbbb9490 in ?? ()
#14 0x0000000041490488 in ?? ()
#15 0x00007f35424be4b0 in ?? ()
#16 0x00007f34fbbb9568 in ?? ()
#17 0x0000000012002c0e in ?? ()
#18 0x0000000041491783 in ?? ()
#19 0x00007f35424be480 in ?? ()
#20 0x00007f337f29e2f0 in ?? ()
#21 0x0000000000000000 in ?? ()
Thread 65 (Thread 0x7f34fb69f700 (LWP 14282)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005d6c79 in sgen_alloc_obj ()
#4  0x00000000005c7d09 in mono_gc_alloc_obj ()
#5  0x0000000041491783 in ?? ()
#6  0x0000000000000000 in ?? ()
Thread 64 (Thread 0x7f350cd83700 (LWP 14290)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f34c0f8da50 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 63 (Thread 0x7f34fad77700 (LWP 14291)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f3316aa8860 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 62 (Thread 0x7f34f2fd7700 (LWP 14292)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f34c0f8da50 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 61 (Thread 0x7f34f2b93700 (LWP 14293)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x0000000000000000 in ?? ()
Thread 60 (Thread 0x7f34f1dcb700 (LWP 14294)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005d6c79 in sgen_alloc_obj ()
#4  0x00000000005c7d09 in mono_gc_alloc_obj ()
#5  0x0000000041491783 in ?? ()
#6  0x0000000000000000 in ?? ()
Thread 59 (Thread 0x7f34f1897700 (LWP 14295)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f3386c8f268 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 58 (Thread 0x7f34f13d7700 (LWP 14296)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f34c0f8da50 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 57 (Thread 0x7f34f0087700 (LWP 14297)):
#0  0x00007f35491bdfea in __lll_unlock_wake () from /lib64/libpthread.so.0
#1  0x00007f35491bac53 in _L_unlock_697 () from /lib64/libpthread.so.0
#2  0x00007f35491babde in pthread_mutex_unlock () from /lib64/libpthread.so.0
#3  0x00000000005de94b in sgen_gc_unlock ()
#4  0x00000000005c6701 in mono_gc_alloc_string ()
#5  0x000000004149159b in ?? ()
#6  0x00007f353c191ef0 in ?? ()
#7  0x00007f3374a8bb30 in ?? ()
#8  0x00007f353c191ef0 in ?? ()
#9  0x000000000000000e in ?? ()
#10 0x0000000000000002 in ?? ()
#11 0x00007f34f00860f8 in ?? ()
#12 0x00007f333fe8d184 in ?? ()
#13 0x000000000000000e in ?? ()
#14 0x00007f34f00852e0 in ?? ()
#15 0x00007f3540061eca in string_InternalSubString_int_int (this=0x7f353c191ef0, startIndex=14, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1294
#16 0x00007f3540061dcc in string_Substring_int_int (this=0x7f353c191ef0, startIndex=-267880792, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1286
#17 0x00007f3540061522 in string_InternalSplitKeepEmptyEntries_int___int___int_int (this=0x7f353c191ef0, sepList=0x7f3374a8bb30, lengthList=0x0, numReplaces=5, count=2147483646) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1101
#18 0x00007f3540061172 in string_SplitInternal_char___int_System_StringSplitOptions (this=0x7f353c191ef0, separator=0x5, count=2147483647, options=None) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1029
#19 0x00007f3540060fe9 in string_Split_char__ (this=0x7f353c191ef0, separator=0x7f3312f98a40) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:962
#20 0x000000004169109c in ?? ()
#21 0x0000000000000013 in ?? ()
#22 0x00007f332eb09950 in ?? ()
#23 0x0000000000000000 in ?? ()
Thread 56 (Thread 0x7f34eafe7700 (LWP 14298)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x0000000000000000 in ?? ()
Thread 55 (Thread 0x7f34e9beb700 (LWP 14299)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f33333512b0 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 54 (Thread 0x7f34e73ef700 (LWP 14300)):
#0  0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0
#1  0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0
#2  0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0
#3  0x00000000005d6c79 in sgen_alloc_obj ()
#4  0x00000000005c7d09 in mono_gc_alloc_obj ()
#5  0x0000000041491783 in ?? ()
#6  0x00007f35427baeb0 in ?? ()
#7  0x00007f34e73ef6d8 in ?? ()
#8  0x00007f332c523fb0 in ?? ()
#9  0x0000000000f2dc08 in ?? ()
#10 0x00007f35427baed8 in ?? ()
#11 0x00007f34e73ee0f8 in ?? ()
#12 0x0000000000000000 in ?? ()
Thread 53 (Thread 0x7f34e6f17700 (LWP 14301)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x00000000005a0192 in ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var ()
#5  0x00007f354025dc5f in System_Threading_ReaderWriterLock_AcquireReaderLock_int_int (this=..., millisecondsTimeout=-1, initialLockCount=1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:92
#6  0x00007f354025dbf7 in System_Threading_ReaderWriterLock_AcquireReaderLock_int (this=..., millisecondsTimeout=-1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:87
#7  0x000000004161591d in ?? ()
#8  0x00007f34e6f158c0 in ?? ()
#9  0x0000000000000005 in ?? ()
#10 0x0000000000000003 in ?? ()
#11 0x000000004168fe80 in ?? ()
#12 0x00007f34e6f159c0 in ?? ()
#13 0x00007f335843e430 in ?? ()
#14 0x00007f353e9fc600 in ?? ()
#15 0x00007f353e9fc600 in ?? ()
#16 0x00007f34e6f159c0 in ?? ()
#17 0x0000000041619840 in ?? ()
#18 0x00007f335843e4b0 in ?? ()
#19 0x00007f353e9fc600 in ?? ()
#20 0x00007f330babb830 in ?? ()
#21 0x00007f335843e430 in ?? ()
#22 0x0000000000000005 in ?? ()
#23 0x00007f34e6f15950 in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 52 (Thread 0x7f34c6e8a700 (LWP 14302)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle ()
#2  0x000000000060cccb in wapi_WaitForSingleObjectEx ()
#3  0x000000000059fa68 in mono_monitor_try_enter_inflated ()
#4  0x000000000059fdc0 in mono_monitor_enter ()
#5  0x00000000414c09eb in ?? ()
#6  0x00007f332496dd28 in ?? ()
#7  0x0000000000000000 in ?? ()
Thread 51 (Thread 0x7f347606f700 (LWP 14368)):
#0  0x00007f35491bba82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000617704 in mono_cond_timedwait_ms ()
#2  0x000000000060dfb0 in wapi_SleepEx ()
#3  0x000000000057eb69 in ves_icall_System_Threading_Thread_Sleep_internal ()
#4  0x00000000416cb68b in ?? ()
#5  0x00007f3530001910 in ?? ()
#6  0x00007f3514366ba0 in ?? ()
#7  0x00007f34e0906630 in ?? ()
#8  0x00007f3514366e78 in ?? ()
#9  0x00007f3514366e78 in ?? ()
#10 0x00007f33e8000e10 in ?? ()
#11 0x00007f34d9eddd80 in ?? ()
#12 0x00007f347606e990 in ?? ()
#13 0x00007f347606e870 in ?? ()
#14 0x00007f35400b8587 in System_Threading_Thread_Sleep_int (millisecondsTimeout=3000) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:715
#15 0x00000000416cb352 in ?? ()
#16 0x00007f35400b7b8b in System_Threading_ThreadHelper_ThreadStart_Context_object (state=0xbb8) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:68
#17 0x0000000000fcbbb0 in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 50 (Thread 0x7f3476a76700 (LWP 14418)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 49 (Thread 0x7f3477acf700 (LWP 14426)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 48 (Thread 0x7f34778ce700 (LWP 14427)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 47 (Thread 0x7f3477427700 (LWP 14428)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 46 (Thread 0x7f3476e77700 (LWP 14429)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 45 (Thread 0x7f3476875700 (LWP 14430)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 44 (Thread 0x7f33e37bf700 (LWP 14495)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 43 (Thread 0x7f33e2901700 (LWP 14496)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 42 (Thread 0x7f33e19f7700 (LWP 14497)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 41 (Thread 0x7f33e0ccf700 (LWP 14499)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 40 (Thread 0x7f33d2997700 (LWP 14500)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 39 (Thread 0x7f33d1f35700 (LWP 14501)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 38 (Thread 0x7f33d1b3b700 (LWP 14502)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 37 (Thread 0x7f33a99b3700 (LWP 14503)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 36 (Thread 0x7f33a97b2700 (LWP 14504)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 35 (Thread 0x7f33a6158700 (LWP 14505)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 34 (Thread 0x7f33a59bb700 (LWP 14506)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 33 (Thread 0x7f33a4b6f700 (LWP 14507)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 32 (Thread 0x7f33a4290700 (LWP 14508)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 31 (Thread 0x7f339a81e700 (LWP 14509)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 30 (Thread 0x7f3399da0700 (LWP 14510)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 29 (Thread 0x7f3399b9f700 (LWP 14511)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 28 (Thread 0x7f3475467700 (LWP 14637)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 27 (Thread 0x7f34744aa700 (LWP 14638)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 26 (Thread 0x7f33e3fff700 (LWP 14639)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 25 (Thread 0x7f33d218f700 (LWP 14640)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 24 (Thread 0x7f33a637d700 (LWP 14641)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 23 (Thread 0x7f33394fb700 (LWP 14663)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 22 (Thread 0x7f3338bff700 (LWP 14664)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 21 (Thread 0x7f33389fe700 (LWP 14665)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 20 (Thread 0x7f33387fd700 (LWP 14666)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 19 (Thread 0x7f33385fc700 (LWP 14667)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 18 (Thread 0x7f339329b700 (LWP 14703)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 17 (Thread 0x7f338fccb700 (LWP 14704)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 16 (Thread 0x7f337a31b700 (LWP 14781)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 15 (Thread 0x7f33784c6700 (LWP 14782)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 14 (Thread 0x7f33782c5700 (LWP 14783)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 13 (Thread 0x7f3348d9e700 (LWP 14784)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 12 (Thread 0x7f3348b9d700 (LWP 14785)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 11 (Thread 0x7f334899c700 (LWP 14786)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 10 (Thread 0x7f3345244700 (LWP 14787)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 9 (Thread 0x7f3345043700 (LWP 14788)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 8 (Thread 0x7f3340dce700 (LWP 14789)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 7 (Thread 0x7f3340bcd700 (LWP 14790)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 6 (Thread 0x7f33409cc700 (LWP 14791)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 5 (Thread 0x7f33407cb700 (LWP 14792)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 4 (Thread 0x7f3344c3d700 (LWP 14884)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 3 (Thread 0x7f334477b700 (LWP 14885)):
#0  0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000058012e in worker_thread ()
#2  0x000000000057da1e in start_wrapper ()
#3  0x0000000000620ee0 in inner_start_thread ()
#4  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 2 (Thread 0x7f353e663700 (LWP 23808)):
#0  0x00007f35491bba82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000617704 in mono_cond_timedwait_ms ()
#2  0x000000000060dfb0 in wapi_SleepEx ()
#3  0x000000000057fb38 in monitor_thread ()
#4  0x000000000057da1e in start_wrapper ()
#5  0x0000000000620ee0 in inner_start_thread ()
#6  0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0
#7  0x00007f3548ee4ced in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7f3549ced780 (LWP 5251)):
#0  0x00007f3548eda69d in poll () from /lib64/libc.so.6
#1  0x00007f34ba92f904 in wait_for_any (shutting_down=<optimized out>, timeout=<optimized out>, fd_structs=<optimized out>, currfd=<optimized out>, count=<optimized out>, signals=<optimized out>) at signal.c:365
#2  Mono_Unix_UnixSignal_WaitAny (_signals=0x7f35426267c8, count=4, timeout=-1, shutting_down=<optimized out>) at signal.c:415
#3  0x000000004164142b in ?? ()
#4  0x00007f35426267e0 in ?? ()
#5  0x00007f3542626730 in ?? ()
#6  0x0000000000000004 in ?? ()
#7  0x00007f35426267a8 in ?? ()
#8  0x00007f3542626768 in ?? ()
#9  0x00000000018f6748 in ?? ()
#10 0x0000000000d67490 in ?? ()
#11 0x0000000041641365 in ?? ()
#12 0x00007f3542626730 in ?? ()
#13 0x00007ffe2b4a8ae0 in ?? ()
#14 0x00007f3542626730 in ?? ()
#15 0x000000004164124c in ?? ()
#16 0x00007f35426266f8 in ?? ()
#17 0x00007f3542626730 in ?? ()
#18 0x00007f35426266c0 in ?? ()
#19 0x00007f3542626190 in ?? ()
#20 0x00007f354259f508 in ?? ()
#21 0x00007f354259f3c8 in ?? ()
#22 0x0000000001954d90 in ?? ()
#23 0x00007f3542626760 in ?? ()
#24 0xffffffffffffffff in ?? ()
#25 0x00000000416410cf in ?? ()
#26 0x00007f3542626768 in ?? ()
#27 0x000000004163fd62 in ?? ()
#28 0x0000000000dad9c0 in ?? ()
#29 0x00007ffe2b4a8ca0 in ?? ()
#30 0x00007ffe2b4a9150 in ?? ()
#31 0x0000000000d44e10 in ?? ()
#32 0x00007f354259f508 in ?? ()
#33 0x00007f354259f3c8 in ?? ()
#34 0x00007f3542626768 in ?? ()
#35 0x00007f3542620401 in ?? ()
#36 0x00007f3542626768 in ?? ()
#37 0x00007f3542626768 in ?? ()
#38 0x00007f3542626768 in ?? ()
#39 0x00007f3542626768 in ?? ()
#40 0x00007f3542626730 in ?? ()
#41 0x00007f35426266f8 in ?? ()
#42 0x00007f35426266c0 in ?? ()
#43 0x00007f3542626190 in ?? ()
#44 0x00007ffe2b4a8ca0 in ?? ()
#45 0x000000004159f95b in ?? ()
#46 0x48f78b4cf87d894c in ?? ()
#47 0x00007f3540060608 in string_Equals_string_string (a=0xffffffffffffffff, b=0x7f35426261c8) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:617
#48 0x00007f35427da760 in ?? ()
#49 0x0000000000000000 in ?? ()


More information about the Mono-list mailing list