[Mono-dev] [PATCH] Exceptions on Winx64

Robert Jordan robertj at gmx.net
Sat Jun 14 06:26:33 EDT 2008


Bill Holmes wrote:
> Hello All,
> 
> After a week of digging though awful online documentation I have
> finally got a patch for the exception unit tests in the runtime for
> Winx64.
> 
> The attached patch appends the information to the code block for a
> method using structures that MS SEH understands.  There is also a
> small stack alignment fix n this patch as well.
> 
> For information on the unwind_info/code structs see.
> 
> http://msdn.microsoft.com/en-us/library/ms794374.aspx
> http://msdn.microsoft.com/en-us/library/ms794567.aspx
> 
> Suggestions?  OK to commit?

In mini.c, the local `unwindlen' remains uninitialized for !WIN64
and !MONO_ARCH_HAVE_UNWIND_TABLE.

Robert



More information about the Mono-devel-list mailing list