The .NET application I'm trying to run constantly dies during startup (but only after a previous crash). Many times it works fine and then randomly the monodevelop will SIGABORT or when running outside the debugger, runs and exits.

The exception is:

[0x7f53c7a88740:] EXCEPTION handling: System.EntryPointNotFoundException: RegisterWindowMessage

"<unnamed thread>" tid=0x0x7f53c7a88740 this=0x0x7f53c7a92ea0 thread handle 0x403 state : not waiting owns () at (wrapper managed-to-native) P.Native.NativeMethods.RegisterWindowMessage (string) <0xffffffff>
  at P.Program.Main (string[]) <0x009e3>
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

I wonder if this is some type of GTK+ issue or something? As I said, typically this works and then perhaps the debugger will crash. When I hit F5 to re-run or even if I run using mono, I will get several minutes of these exceptions. The fact that is happens for several minutes after a crash and then clears tells me it might be some lock file or some other similar issue. Any ideas?
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to