1. gmcs: fails to compile Dream and Deki Wiki
    1. https://bugzilla.novell.com/show_bug.cgi?id=MONO82402
  2. HttpListener leaks socket file descriptors
    1. https://bugzilla.novell.com/show_bug.cgi?id=358987

Fixed bugs (in 1.2.6)

The following are flagged as fixed in 1.2.6 and lack confirmation from Mindtouch:

 

  1. HttpListener: rejects PUT/DELETE requests with an empty body [Flagged as FIXED]
    1. https://bugzilla.novell.com/show_bug.cgi?id=MONO80527
  2. DateTime.TryParseExact DateTimeKind bug -- it ignores the given DateTimeKind and uses Local instead. The workaround is to do a after TryParseExact  t = new DateTime(t.Ticks, DateTimeKind.Utc); [FIXED]
    1. https://bugzilla.novell.com/show_bug.cgi?id=MONO82175 [FIXED]
    2. https://bugzilla.novell.com/show_bug.cgi?id=MONO80677 [FIXED]
  3. mono's Timer is just lame
    1. There is a new implementation in 1.2.6
  4. HTTP Header: Content disposition not being quoted correctly
    1. https://bugzilla.novell.com/show_bug.cgi?id=324084 [FIXED in trunk r86562]

The following were fixed after 1.2.6, trunk:

  1. mcs/gmcs performance when compiling chained methods [FIXED, but low priority]
    1. petee 26 Dec 2007 verified as fixed:  deki-hayes:/opt/public/dekiwiki/trunk/src# mono --version   Mono JIT compiler version 1.2.6 (/trunk/ r91902)

https://bugzilla.novell.com/show_bug.cgi?id=347359

Issues we have not been able to track down yet

Excessive Heap Fragmentation

Note: there is also the issue of setting CurrentCulture causing the object serializer to be invoked. 

2008-01-02 14:32:24,214 [-1273169008] DEBUG MindTouch.Dream.Http.HttpTransport - RequestHandler: (GET,http://localhost:8081/deki/users/=Anonymous?dream.out.format=php&dream.in.host=wiki.opengarden.org&dream.in.scheme=http&dream.in.origin=84.123.118.88)
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
Stacktrace:

  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0x00004>
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0xffffffff>
  at System.IO.MemoryStream.set_Capacity (int) <0x0004c>
  at System.IO.MemoryStream.Write (byte[],int,int) <0x0007a>
  at System.IO.BinaryWriter.Write (string) <0x000c8>
  at GregorianCalendar__TypeMetadata.WriteTypeData (System.Runtime.Serialization.Formatters.Binary.ObjectWriter,System.IO.BinaryWriter,bool) <0x0001f>
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteObject (System.IO.BinaryWriter,long,object) <0x0020d>
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteObjectInstance (System.IO.BinaryWriter,object,bool) <0x0014c>
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteQueuedObjects (System.IO.BinaryWriter) <0x0002d>
  at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteObjectGraph (System.IO.BinaryWriter,object,System.Runtime.Remoting.Messaging.Header[]) <0x0003a>
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object,System.Runtime.Remoting.Messaging.Header[]) <0x00206>
  at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize (System.IO.Stream,object) <0x00015>
  at System.Threading.Thread.set_CurrentUICulture (System.Globalization.CultureInfo) <0x00056>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x00093>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <Memorize>d__0.MoveNext () <0x001da>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.Coroutine.Invoke (MindTouch.Dream.IterativeMethod`1,MindTouch.Dream.Result`1) <0x000b3>
  at <>c__DisplayClass1.<InvokeAsync>b__0 (MindTouch.Dream.Result`1) <0x0008a>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <>c__DisplayClass5.<InvokeAsync>b__3 (MindTouch.Dream.Result`1) <0x00153>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.Result`1) <0x000a6>
  at <MindTouch.Dream.IPlugFactory.Invoke>d__63.MoveNext () <0x000ae>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.ResultBase.Resume_Helper (MindTouch.Dream.TaskTimer,System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x00043>
  at System.VoidClosure`3.Closure () <0x0001d>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <EpilogueDreamExit>d__4.MoveNext () <0x0003f>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <EpilogueDreamOut>d__2.MoveNext () <0x00578>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <PostExtensionFunction>d__2.MoveNext () <0x0028d>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <PrologueDreamIn>d__0.MoveNext () <0x0046f>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <>c__DisplayClass4e.<SubmitRequestAsync>b__4a () <0x00020>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0009d>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at <>c__DisplayClass2.<Fork>b__0 (object) <0x000c8>
  at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object (object) <0xffffffff>
  at (wrapper runtime-invoke) System.Threading.WaitCallback.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

	mono [0x81ab1db]
	mono [0x818e664]
	/lib/libpthread.so.0 [0xb7e14150]
	/lib/libc.so.6(abort+0x101) [0xb7cc50f1]
	mono [0x815deff]
	mono [0x81560a5]
	mono [0x8156493]
	mono [0x815663b]
	mono [0x81593a2]
	mono [0x8159715]
	mono [0x81598b8]
	mono [0x8161d75]
	mono [0x80baed4]
	mono(mono_array_new_specific+0x8e) [0x80bafef]
	[0xb72e4dca]
	[0xb68b6c05]
	[0xb68b6ef3]
	[0xb68a7ea1]
	[0xb64342e8]
	[0xb68b79ee]
	[0xb68b765d]
	[0xb68b743e]
	[0xb68b72db]
	[0xb68b66d7]
	[0xb68b6346]
	[0xb68a8cc7]
	[0xb68b5ff4]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb666722b]
	[0xb68a8e0e]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb68b5e78]
	[0xb6666f14]
	[0xb6666e13]
	[0xb689c7b3]
	[0xb689c694]
	[0xb689c638]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb6666c2c]
	[0xb689c7b3]
	[0xb689c694]
	[0xb689c638]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb6666a2f]
	[0xb68955cf]
	[0xb68a8e0e]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb68b5e78]
	[0xb6666934]
	[0xb66668ae]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb6666880]
	[0xb68a8e0e]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb68b5e78]
	[0xb689cfc5]
	[0xb689ce30]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb6897ec8]
	[0xb689ca6e]
	[0xb689c7b3]
	[0xb689c694]
	[0xb689c638]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb66663b1]
	[0xb68a8e0e]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb68b5e78]
	[0xb689cfc5]
	[0xb689ce30]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb6897ec8]
	[0xb689ca6e]
	[0xb689c7b3]
	[0xb689c694]
	[0xb689c638]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb57b40a6]
	[0xb68a8e0e]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb68b5e78]
	[0xb689cfc5]
	[0xb689ce30]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb6897ec8]
	[0xb689ca6e]
	[0xb689c7b3]
	[0xb689c694]
	[0xb689c638]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb689d6e0]
	[0xb68a8e0e]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb68b5e78]
	[0xb689cfc5]
	[0xb689ce30]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb6897ec8]
	[0xb689ca6e]
	[0xb689c7b3]
	[0xb689c694]
	[0xb689c638]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb689c5c7]
	[0xb689aef6]
	[0xb689ae73]
	[0xb689ad36]
	[0xb689ab62]
	[0xb689a9de]
	[0xb689a8d9]
	[0xb68b5ffe]
	[0xb68b5f46]
	[0xb6899559]
	[0xb689945f]
	[0xb68993c6]
	mono [0x818e460]
	mono(mono_runtime_invoke+0x29) [0x80b8aa0]
	mono(mono_runtime_invoke_array+0x50b) [0x80ba4be]
	mono [0x80bc65f]
	mono [0x80f5a2a]
	mono [0x80f6888]
	mono [0x80ef984]
	mono [0x8149029]
	mono [0x8162bec]
	/lib/libpthread.so.0 [0xb7e0c2d3]
	/lib/libc.so.6(clone+0x5e) [0xb7d6c2fe]

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

Failure in XPathParser.yyparse

2007-12-17 01:25:25,459 [59599760] INFO  DekiWikiService_1108013 - Feature [/deki/site/nav/HOME/full] executed in 61ms
2007-12-17 01:25:25,540 [115833744] INFO  DekiWikiService_10033812 - Feature [/deki/pages/35/contents] executed in 67ms
2007-12-17 01:25:25,566 [42912656] INFO  MindTouch.Deki.LuceneIndexClient - de-indexing page(1265,Klassisk_og_Nyere_Teori_Sociologisk_Teori/3._Hvad_er_frihed_(II))
2007-12-17 01:25:25,628 [120572816] INFO  DekiWikiService_10033812 - Feature [/deki/pages/34/contents] executed in 67ms
2007-12-17 01:25:25,707 [64813968] INFO  DekiWikiService_10033812 - Feature [/deki/pages/34/contents] executed in 66ms
2007-12-17 01:25:25,745 [23247760] INFO  MindTouch.Deki.LuceneIndexClient - indexing page(1213,Klassisk_og_Nyere_Teori_Sociologisk_Teori/EKSTRA_3._Hvad_er_frihed_(II))
Stacktrace:

  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0x00004>
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0xffffffff>
  at Mono.Xml.XPath.XPathParser.yyparse (Mono.Xml.XPath.yyParser.yyInput) <0x00032>
  at Mono.Xml.XPath.XPathParser.Compile (string) <0x0003a>
  at System.Xml.XPath.XPathExpression.Compile (string,System.Xml.IXmlNamespaceResolver,System.Xml.Xsl.IStaticXsltContext) <0x00034>
  at System.Xml.XPath.XPathExpression.Compile (string,System.Xml.IXmlNamespaceResolver) <0x0000f>
  at MindTouch.Dream.XDoc.get_Item (string,int) <0x00079>
  at MindTouch.Dream.XDoc.get_Item (string) <0x0000f>
  at MindTouch.Deki.DekiXmlParser.ProcessHeadings (MindTouch.Deki.PageBE,MindTouch.Dream.XDoc,MindTouch.Deki.ParserMode) <0x000eb>
  at MindTouch.Deki.DekiXmlParser.ProcessPage (MindTouch.Deki.PageBE,MindTouch.Dream.XDoc,MindTouch.Deki.ParserMode,bool,MindTouch.Deki.Script.DekiScriptMap,MindTouch.Dream.XDoc&,bool&,System.Collections.Gene
ric.List`1&,System.Collections.Generic.List`1&) <0x00112>
  at MindTouch.Deki.DekiXmlParser.Parse (MindTouch.Deki.PageBE,MindTouch.Dream.XDoc,MindTouch.Deki.ParserMode,bool,MindTouch.Deki.Script.DekiScriptMap) <0x00436>
  at MindTouch.Deki.DekiXmlParser.Parse (MindTouch.Deki.PageBE,string,string,MindTouch.Deki.ParserMode,bool,int,MindTouch.Deki.Script.DekiScriptMap) <0x000d5>
  at MindTouch.Deki.DekiXmlParser.Parse (MindTouch.Deki.PageBE,MindTouch.Deki.ParserMode,int) <0x00058>
  at <GetPageContents>d__10f.MoveNext () <0x00222>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <PrologueStats>d__c5.MoveNext () <0x0005f>
   at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <PrologueDekiContext>d__c3.MoveNext () <0x00330>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <PrologueDreamIn>d__0.MoveNext () <0x0046f>
  at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
  at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00154>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
  at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
  at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009a>
  at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
  at System.VoidClosure`1.Closure () <0x00017>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
  at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
  at System.VoidClosure`2.Closure () <0x0001a>
  at System.Threading.RendezVousEvent.Signal () <0x001bd>
  at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
  at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
  at <>c__DisplayClass4e.<SubmitRequestAsync>b__4a () <0x00020>
  at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
  at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
  at <>c__DisplayClass2.<Fork>b__0 (object) <0x000c8>
  at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object (object) <0xffffffff>
  at (wrapper runtime-invoke) System.Threading.WaitCallback.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:

        mono [0x81ab4d7]
        mono [0x818e8f9]
        /lib/libpthread.so.0 [0xf37150]
        mono(GC_push_all_stack+0x35) [0x815c4a4]
        mono [0x816348e]
        mono [0x81634ff]
        mono [0x815f6ae]
        mono [0x815d57a]
        mono [0x815afc5]
        mono [0x8155d90]
        mono [0x81559bd]
        mono [0x8156889]
        mono [0x8156aef]
        mono [0x8159871]
        mono [0x8159996]
        mono [0x8159b69]
        mono [0x8162071]
        mono [0x80baed4]
        mono(mono_array_new_specific+0x8e) [0x80bafef]

Failure in Hashtable.Rehash

2007-11-05 01:24:34,789 [24361872] DEBUG MindTouch.Dream.Http.HttpTransport - RequestHandler: (GET,http://localhost:8081/deki/pages/1226/security?dream.out.format=php&dream.in.host=dragonfable.wik.is&dream.in.origin=207.68.133.46)
Stacktrace:

 at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0x00004>
 at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0xffffffff>
 at System.Collections.Hashtable.Rehash () <0x0005e>
 at System.Collections.Hashtable.PutImpl (object,object,bool) <0x0002e>
 at System.Collections.Hashtable.set_Item (object,object) <0x00012>
 at System.Xml.XmlNameEntryCache.Add (string,string,string,bool) <0x0009c>
 at System.Xml.XmlElement..ctor (string,string,string,System.Xml.XmlDocument,bool) <0x00109>
 at System.Xml.XmlDocument.CreateElement (string,string,string) <0x000a1>
 at System.Xml.XmlDocument.ImportNode (System.Xml.XmlNode,bool) <0x0029d>
 at System.Xml.XmlDocument.ImportNode (System.Xml.XmlNode,bool) <0x00399>
 at System.Xml.XmlDocument.ImportNode (System.Xml.XmlNode,bool) <0x00399>
 at System.Xml.XmlDocument.CloneNode (bool) <0x00080>
 at System.Xml.XmlNode.Clone () <0x00010>
 at MindTouch.Dream.XDoc.Clone () <0x00064>
 at MindTouch.Deki.Logic.ConfigBL.GetInstanceSettingsDoc (bool) <0x000b5>
 at MindTouch.Deki.Logic.ConfigBL.GetInstanceSettingsDoc () <0x00009>
 at MindTouch.Deki.DekiInstance.LookupInstanceSetting (string) <0x0000d>
 at MindTouch.Deki.DekiInstance.get_CachePages () <0x0001a>
 at MindTouch.Deki.DataAccess.PageDA.CachePage (MindTouch.Deki.PageBE) <0x0002d>
 at <>c__CompilerGenerated35.<>c__AnonymousMethod221 (System.Data.IDataReader) <0x00052>
 at MindTouch.Data.DataCommand.Execute (System.Action`1) <0x00080>
 at MindTouch.Deki.DataAccess.PageDA.GetPagesByIds (uint[]) <0x001d4>
 at MindTouch.Deki.DataAccess.PageDA.GetPageById (ulong) <0x0003e>
 at MindTouch.Deki.Logic.PageBL.GetPageFromPathSegment (bool,string) <0x0004d>
 at MindTouch.Deki.Logic.PageBL.GetPageFromUrl (bool) <0x00033>
 at MindTouch.Deki.Logic.PageBL.GetPageFromUrl () <0x00009>
 at MindTouch.Deki.Logic.PageBL.AuthorizePage (MindTouch.Deki.UserBE,MindTouch.Deki.Logic.Permissions) <0x0001a>
 at <>c__CompilerGenerated85.MoveNext () <0x00022>
 at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
 at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00177>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
 at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
 at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009f>
 at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
 at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
 at System.VoidClosure`2.Closure () <0x0001a>
 at System.Threading.RendezVousEvent.Signal () <0x001c1>
 at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
 at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
 at <>c__CompilerGenerated172.MoveNext () <0x00067>
 at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>

at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
 at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00177>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
 at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
 at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009f>
 at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
 at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
 at System.VoidClosure`2.Closure () <0x0001a>
 at System.Threading.RendezVousEvent.Signal () <0x001c1>
 at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
 at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
 at <>c__CompilerGenerated171.MoveNext () <0x00459>
 at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
 at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00177>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
 at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
 at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009f>
 at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
 at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
 at System.VoidClosure`2.Closure () <0x0001a>
 at System.Threading.RendezVousEvent.Signal () <0x001c1>
 at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
 at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
 at <PrologueDreamIn>d__0.MoveNext () <0x0046f>
 at <>c__DisplayClass1.<Iterate>b__0 () <0x00015>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Coroutine.Iterate (System.Collections.Generic.IEnumerator`1,MindTouch.Dream.TaskBehavior) <0x0007f>
 at MindTouch.Dream.DreamFeatureChain.Handler_DreamMessage (MindTouch.Dream.DreamMessage) <0x00177>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.Task.New (System.VoidHandler) <0x0001f>
 at MindTouch.Dream.DreamFeatureChain.Handler (MindTouch.Dream.Result`1) <0x00225>
 at MindTouch.Dream.Result`1.WhenDone_Handler (System.Action`1,System.Exception) <0x0009f>
 at System.VoidClosure`2.Closure1 (System.Exception) <0x0001b>
 at System.VoidClosure`1.Closure () <0x00017>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at MindTouch.Dream.TaskBehavior.Done (System.Exception) <0x0006e>
 at MindTouch.Dream.ResultBase.WhenDone_Helper (MindTouch.Dream.TaskTimer,MindTouch.Dream.TaskBehavior) <0x00045>
 at System.VoidClosure`2.Closure () <0x0001a>
 at System.Threading.RendezVousEvent.Signal () <0x001c1>
 at MindTouch.Dream.ResultBase.AcceptInvoke () <0x00019>
 at MindTouch.Dream.Result`1.Return (MindTouch.Dream.DreamMessage) <0x0002d>
 at <>c__DisplayClass4c.<SubmitRequest>b__4a () <0x00c29>
 at MindTouch.Dream.Task.Execute (System.VoidHandler,MindTouch.Dream.TaskBehavior) <0x0004f>
 at MindTouch.Dream.TaskBehavior.Execute (System.VoidHandler) <0x0000d>
 at <>c__DisplayClass2.<Fork>b__0 (object) <0x000c8>
 at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object (object) <0xffffffff>
 at (wrapper runtime-invoke) System.Threading.WaitCallback.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

       mono [0x81ab4d7]
       mono [0x818e8f9]
       /lib/libpthread.so.0 [0x938150]
       mono(GC_push_all_stack+0x35) [0x815c4a4]
       mono [0x816348e]
       mono [0x81634ff]
       mono [0x815f6ae]
       mono [0x815d57a]
       mono [0x815afc5]
       mono [0x8155d90]
       mono [0x81559bd]
       mono [0x8156889]
       mono [0x8156aef]
       mono [0x8159871]
       mono [0x8159996]
       mono [0x8159c3e]
       mono [0x8161f60]
       mono [0x80ba72e]
       mono(mono_array_new_specific+0xe6) [0x80bb047]
       [0xaa9092]
       [0xa6a1af]
       [0x278187]
       [0xa7039b]
       [0x45451d]
       [0x453cf2]
       [0x45367a]
       [0x45bab6]
       [0x45bbb2]
       [0x45bbb2]
       [0x3319a9]
       [0x331921]
       [0x331865]
       [0x5fb5fe]
       [0x5fb4da]
       [0x5fb4a6]
       [0x788dbb]
       [0x78d32e]
       [0x789efb]
       [0x5fbd01]
       [0x78824d]
       [0x787d77]
       [0x787806]
       [0x7876f4]
       [0x7876aa]
       [0x788723]
       [0x788413]
       [0x327896]
       [0x327818]
       [0x3277ae]
       [0x3276c0]
[0x9727a8]
       [0x9725f0]
       [0x327818]
       [0x3277ae]
       [0x338890]
       [0x9722d6]
       [0x972008]
       [0x971ee4]
       [0x971e88]
       [0x327818]
       [0x3277ae]
       [0x971e17]
       [0x971ae6]
       [0x971a63]
       [0x971922]
       [0x9716ca]
       [0x971556]
       [0x577740]
       [0x327896]
       [0x327818]
       [0x3277ae]
       [0x3276c0]
       [0x9727a8]
       [0x9725f0]
       [0x327818]
       [0x3277ae]
       [0x338890]
       [0x9722d6]
       [0x972008]
   [0x971ee4]
       [0x971e88]
       [0x327818]
       [0x3277ae]
       [0x971e17]
       [0x971ae6]
       [0x971a63]
       [0x971922]
       [0x9716ca]
       [0x971556]
       [0x57745a]
       [0x327896]
       [0x327818]
       [0x3277ae]
       [0x3276c0]
       [0x9727a8]
       [0x9725f0]
       [0x327818]
       [0x3277ae]
       [0x338890]
       [0x9722d6]
       [0x972008]
       [0x971ee4]
       [0x971e88]
       [0x327818]
       [0x3277ae]
       [0x971e17]
       [0x971ae6]
       [0x971a63]
       [0x971922]
       [0x9716ca]
       [0x971556]
       [0x972e50]
       [0x327896]
       [0x327818]
  [0x3277ae]
       [0x3276c0]
       [0x9727a8]
       [0x9725f0]
       [0x327818]
       [0x3277ae]
       [0x338890]
       [0x9722d6]
       [0x972008]
       [0x971ee4]
       [0x971e88]
       [0x327818]
       [0x3277ae]
       [0x971e17]
       [0x971ae6]
       [0x971a63]
       [0x971922]
       [0x9716ca]
       [0x971556]
       [0x972e50]
       [0x327896]
       [0x327818]
       [0x3277ae]
       [0x3276c0]
       [0x9727a8]
       [0x9725f0]
       [0x327818]
       [0x3277ae]
       [0x338890]
       [0x9722d6]
       [0x972008]
       [0x971ee4]
       [0x971e88]
       [0x327818]
       [0x3277ae]
       [0x971e17]
       [0x971ae6]
       [0x971a63]
       [0x971922]
       [0x9716ca]
       [0x971556]
       [0x33c5e2]
       [0x327818]
       [0x3277ae]
       [0x33a379]
       [0x338487]
       [0x33a246]
       mono [0x818e75c]
       mono(mono_runtime_invoke+0x29) [0x80b8aa0]
       mono(mono_runtime_invoke_array+0x50b) [0x80ba4be]
       mono [0x80bc65f]
       mono [0x80f5cca]
       mono [0x80f6b28]
       mono [0x80efc24]
       mono [0x8149305]
       mono [0x8162ee8]
       /lib/libpthread.so.0 [0x9302d3]
       /lib/libc.so.6(clone+0x5e) [0x1e42fe] 

Failure in RegularExpressions.Interpreter.ResetGroups

Stacktrace:

 at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0x00004>
 at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_array_new_specific (intptr,int) <0xffffffff>
 at System.Text.RegularExpressions.Interpreter.ResetGroups () <0x00026>
 at System.Text.RegularExpressions.Interpreter.Reset () <0x0000d>
 at System.Text.RegularExpressions.Interpreter.TryMatch (int&,int) <0x00017>
 at System.Text.RegularExpressions.Interpreter.Eval (System.Text.RegularExpressions.Interpreter/Mode,int&,int) <0x004fb>
 at System.Text.RegularExpressions.Interpreter.Scan (System.Text.RegularExpressions.Regex,string,int,int) <0x0002a>
 at System.Text.RegularExpressions.Regex.Match (string,int) <0x0002f>
 at System.Text.RegularExpressions.Regex.Match (string) <0x0005f>
 at MindTouch.Dream.XUri.TryParse (string,string&,string&,string&,string&,int&,string[]&,bool&,System.Collections.Specialized.NameValueCollection&,string&) <0x00082>
 at MindTouch.Dream.XUri..ctor (string) <0x0003b>
 at MindTouch.Dream.XUri..ctor (System.Uri) <0x0001c>
 at MindTouch.Dream.Http.HttpTransport.RequestHandler (System.IAsyncResult) <0x0076d>
 at System.Net.ListenerAsyncResult.InvokeCallback (object) <0x0002c>
 at (wrapper delegate-invoke) System.MulticastDelegate.invoke_void_object (object) <0xffffffff>
 at (wrapper runtime-invoke) System.Threading.WaitCallback.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

   mono [0x81ab1db]
   mono [0x818e5fd]
   /lib/libpthread.so.0 [0xb7e93150]
   mono(GC_push_all_stack+0x35) [0x815c1a8]
   mono [0x8163192]
   mono [0x8163203]
   mono [0x815f3b2]
   mono [0x815d27e]
   mono [0x815acc9]
   mono [0x8155a94]
   mono [0x81556c1]
   mono [0x815658d]
   mono [0x81567f3]
   mono [0x8159575]
   mono [0x815969a]
   mono [0x815986d]
   mono [0x8161d75]
   mono [0x80baed4]
   mono(mono_array_new_specific+0x8e) [0x80bafef]
   [0xb73d1092]
   [0xb6cb9de7]
   [0xb6cb9b7e]
   [0xb6cb9a90]
   [0xb6cb802c]
   [0xb6cb7ad3]
   [0xb6cb7928]
   [0xb6ca0d68]
   [0xb6ca06b3]
   [0xb6ca9914]
   [0xb5ac3485]
   [0xb5ac1f8e]
   [0xb5ac1805]
   [0xb699addc]
   [0xb699ad36]
   mono [0x818e460]
   mono(mono_runtime_invoke+0x29) [0x80b8aa0]
   mono(mono_runtime_invoke_array+0x50b) [0x80ba4be]
   mono [0x80bc65f]
   mono [0x80f5a2a]
   mono [0x80f6888]
   mono [0x80ef984]
   mono [0x8149029]
   mono [0x8162bec]
   /lib/libpthread.so.0 [0xb7e8b2d3]
   /lib/libc.so.6(clone+0x5e) [0xb7deb2fe]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1211013424 (LWP 29473)]
[New Thread -1244435568 (LWP 6901)]
[New Thread -1237185648 (LWP 6900)]
[New Thread -1232598128 (LWP 6899)]
[New Thread -1236071536 (LWP 6898)]
[New Thread -1238299760 (LWP 6897)]
[New Thread -1253377136 (LWP 6896)]
[New Thread -1256719472 (LWP 6895)]
[New Thread -1248470128 (LWP 6894)]
[New Thread -1239479408 (LWP 29489)]
[New Thread -1231484016 (LWP 29482)]
[New Thread -1226916976 (LWP 29481)]
[New Thread -1225802864 (LWP 29480)]
[New Thread -1220760688 (LWP 29477)]
[New Thread -1208546416 (LWP 29474)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7d42d0d in sigsuspend () from /lib/libc.so.6
 15 Thread -1208546416 (LWP 29474)  0xb7e924fc in __nanosleep_nocancel ()
  from /lib/libpthread.so.0
 14 Thread -1220760688 (LWP 29477)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 13 Thread -1225802864 (LWP 29480)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 12 Thread -1226916976 (LWP 29481)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 11 Thread -1231484016 (LWP 29482)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 10 Thread -1239479408 (LWP 29489)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 9 Thread -1248470128 (LWP 6894)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 8 Thread -1256719472 (LWP 6895)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 7 Thread -1253377136 (LWP 6896)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 6 Thread -1238299760 (LWP 6897)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 5 Thread -1236071536 (LWP 6898)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 4 Thread -1232598128 (LWP 6899)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 3 Thread -1237185648 (LWP 6900)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6
 2 Thread -1244435568 (LWP 6901)  0xb7de4027 in select () from /lib/libc.so.6
 1 Thread -1211013424 (LWP 29473)  0xb7d42d0d in sigsuspend ()
  from /lib/libc.so.6

Thread 15 (Thread -1208546416 (LWP 29474)):
#0  0xb7e924fc in __nanosleep_nocancel () from /lib/libpthread.so.0
#1  0x08133977 in mono_class_describe_statics ()
#2  0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#3  0xb7deb2fe in clone () from /lib/libc.so.6

Thread 14 (Thread -1220760688 (LWP 29477)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f451 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#5  0x081388d4 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x08138a15 in mono_class_describe_statics ()
#8  0x0814acf1 in mono_pthread_key_for_tls ()
#9  0x080d213d in mono_gchandle_free ()
#10 0x080ef984 in mono_monitor_exit ()
#11 0x08149029 in mono_once ()
#12 0x08162bec in GC_end_blocking ()
#13 0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#14 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 13 (Thread -1225802864 (LWP 29480)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7ddbb91 in read () from /lib/libc.so.6
#5  0xb6f04005 in ?? ()
#6  0x0000000b in ?? ()
#7  0x000f0010 in ?? ()
#8  0x00001000 in ?? ()
#9  0xb6efb210 in ?? ()
#10 0x000f0010 in ?? ()
#11 0x0849de78 in ?? ()
#12 0x00001000 in ?? ()
#13 0x00001000 in ?? ()
#14 0x000f0000 in ?? ()
#15 0xffffffff in ?? ()
#16 0x0002fe60 in ?? ()
#17 0x000f0000 in ?? ()
#18 0xb6efb1bc in ?? ()
#19 0xb6f03fcc in ?? ()
#20 0xb6efb210 in ?? ()
#21 0xb6f03f13 in ?? ()
#22 0x0000000b in ?? ()
#23 0x000f0000 in ?? ()
#24 0x00001000 in ?? ()
#25 0x00000000 in ?? ()

Thread 12 (Thread -1226916976 (LWP 29481)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x08138a15 in mono_class_describe_statics ()
#8  0x0814acf1 in mono_pthread_key_for_tls ()
#9  0x080f0ba3 in mono_thread_current ()
#10 0xb6f06002 in ?? ()
#11 0x000a7018 in ?? ()
#12 0x0000040e in ?? ()
#13 0xffffffff in ?? ()
#14 0x00000000 in ?? ()

Thread 11 (Thread -1231484016 (LWP 29482)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x0814ad0f in mono_pthread_key_for_tls ()
#8  0x080f0ba3 in mono_thread_current ()
#9  0xb6f06002 in ?? ()
#10 0x0013ded0 in ?? ()
#11 0x00000415 in ?? ()
#12 0x00002434 in ?? ()
#13 0x00000000 in ?? ()

Thread 10 (Thread -1239479408 (LWP 29489)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7deb9bc in epoll_wait () from /lib/libc.so.6
#5  0x080f4c62 in mono_thread_interruption_request_flag ()
#6  0x080ef984 in mono_monitor_exit ()
#7  0x08149029 in mono_once ()
#8  0x08162bec in GC_end_blocking ()
#9  0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#10 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 9 (Thread -1248470128 (LWP 6894)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x0814ad0f in mono_pthread_key_for_tls ()
#8  0x080f43e2 in mono_thread_interruption_request_flag ()
#9  0x080ef984 in mono_monitor_exit ()
#10 0x08149029 in mono_once ()
#11 0x08162bec in GC_end_blocking ()
#12 0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#13 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 8 (Thread -1256719472 (LWP 6895)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x0814ad0f in mono_pthread_key_for_tls ()
#8  0x080f43e2 in mono_thread_interruption_request_flag ()
#9  0x080ef984 in mono_monitor_exit ()
#10 0x08149029 in mono_once ()
#11 0x08162bec in GC_end_blocking ()
#12 0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#13 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 7 (Thread -1253377136 (LWP 6896)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x08138a15 in mono_class_describe_statics ()
#8  0x0814acf1 in mono_pthread_key_for_tls ()
#9  0x080f0ba3 in mono_thread_current ()
#10 0xb6f06002 in ?? ()
#11 0x0134b300 in ?? ()
#12 0x0000141e in ?? ()
#13 0xffffffff in ?? ()
#14 0x00000000 in ?? ()

Thread 6 (Thread -1238299760 (LWP 6897)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x0814ad0f in mono_pthread_key_for_tls ()
#8  0x080f6905 in mono_thread_interruption_request_flag ()
#9  0x080ef984 in mono_monitor_exit ()
#10 0x08149029 in mono_once ()
#11 0x08162bec in GC_end_blocking ()
#12 0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#13 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 5 (Thread -1236071536 (LWP 6898)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x0814ad0f in mono_pthread_key_for_tls ()
#8  0x080f43e2 in mono_thread_interruption_request_flag ()
#9  0x080ef984 in mono_monitor_exit ()
#10 0x08149029 in mono_once ()
#11 0x08162bec in GC_end_blocking ()
#12 0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#13 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 4 (Thread -1232598128 (LWP 6899)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e8f6c2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
  from /lib/libpthread.so.0
#5  0x08138951 in mono_class_describe_statics ()
#6  0x08138be1 in mono_class_describe_statics ()
#7  0x0814ad0f in mono_pthread_key_for_tls ()
#8  0x080f43e2 in mono_thread_interruption_request_flag ()
#9  0x080ef984 in mono_monitor_exit ()
#10 0x08149029 in mono_once ()
#11 0x08162bec in GC_end_blocking ()
#12 0xb7e8b2d3 in start_thread () from /lib/libpthread.so.0
#13 0xb7deb2fe in clone () from /lib/libc.so.6

Thread 3 (Thread -1237185648 (LWP 6900)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0x0818e4fa in mono_jit_thread_attach ()
#5  0xb5859141 in ?? ()
#6  0x00932e00 in ?? ()
#7  0xffffffff in ?? ()
#8  0x00000000 in ?? ()

Thread 2 (Thread -1244435568 (LWP 6901)):
#0  0xb7de4027 in select () from /lib/libc.so.6
#1  0xb7f011c0 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#2  0xb7f0158c in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
#3  0x081ab29b in mono_debugger_run_finally ()
#4  0x0818e5fd in mono_jit_thread_attach ()
#5  <signal handler called>
#6  0x0815c140 in mono_path_resolve_symlinks ()
#7  0x0815c1a8 in GC_push_all_stack ()
#8  0x08163192 in GC_end_blocking ()
#9  0x08163203 in GC_end_blocking ()
#10 0x0815f3b2 in GC_push_all_stack ()
#11 0x0815d27e in GC_push_all_stack ()
#12 0x0815acc9 in mono_path_resolve_symlinks ()
#13 0x08155a94 in mono_path_resolve_symlinks ()
#14 0x081556c1 in mono_path_resolve_symlinks ()
#15 0x0815658d in mono_path_resolve_symlinks ()
#16 0x081567f3 in mono_path_resolve_symlinks ()
#17 0x08159575 in mono_path_resolve_symlinks ()
#18 0x0815969a in mono_path_resolve_symlinks ()
#19 0x0815986d in mono_path_resolve_symlinks ()
#20 0x08161d75 in GC_push_all_stack ()
#21 0x080baed4 in mono_array_new_full ()
#22 0x080bafef in mono_array_new_specific ()
#23 0xb73d1092 in ?? ()
#24 0x0854a7b0 in ?? ()
#25 0x00000078 in ?? ()
#26 0x0874e078 in ?? ()
#27 0xb5d35e48 in ?? ()
#28 0xb721a23c in ?? ()
#29 0x00043d58 in ?? ()
#30 0x015ca870 in ?? ()
#31 0x015ca870 in ?? ()
#32 0x0000000c in ?? ()
#33 0xb5d35dc8 in ?? ()
#34 0xb73d106c in ?? ()
#35 0xb5d35de4 in ?? ()
#36 0xb6cb9de7 in ?? ()
#37 0x0854a7b0 in ?? ()
#38 0x00000078 in ?? ()
#39 0x00000000 in ?? ()

Thread 1 (Thread -1211013424 (LWP 29473)):
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6
#1  0x08163049 in GC_end_blocking ()
#2  0x08163081 in GC_end_blocking ()
#3  <signal handler called>
#4  0xb7e924fc in __nanosleep_nocancel () from /lib/libpthread.so.0
#5  0x08149d90 in mono_pthread_key_for_tls ()
#6  0x080f01ef in mono_thread_exit ()
#7  0xb5abafbe in ?? ()
#8  0x000000fa in ?? ()
#9  0x08260af0 in ?? ()
#10 0x085dc468 in ?? ()
#11 0xb5abafe0 in ?? ()
#12 0x085d8c94 in ?? ()
#13 0x00095a10 in ?? ()
#14 0x000000fa in ?? ()
#15 0xb7f8fce0 in _dl_argv () from /lib/ld-linux.so.2
#16 0xbfbe53fc in ?? ()
#17 0xb5abaf9c in ?? ()
#18 0xbfbe5410 in ?? ()
#19 0xb5abaf47 in ?? ()
#20 0x000000fa in ?? ()
#21 0xb7f8fce0 in _dl_argv () from /lib/ld-linux.so.2
#22 0x0002efa0 in ?? ()
#23 0xbfbe55b0 in ?? ()
#24 0xb6f0ae52 in ?? ()
#25 0x000000fa in ?? ()
#26 0x00000000 in ?? ()
#0  0xb7d42d0d in sigsuspend () from /lib/libc.so.6


=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Tag page
You must login to post a comment.
Powered by MindTouch Deki v.8.08.1a