Closed
Description
I attempted to execute the following program with x86/Linux port:
using System;
class Program
{
static void Main(string[] args)
{
try
{
Console.WriteLine("Hello World!");
throw new ArgumentException();
}
catch (Exception e)
{
Console.WriteLine("Caught");
}
}
}
CoreCLR currently shows the following assert failure for the above example:
Assert failure(PID 19154 [0x00004ad2], Thread: 19154 [0x4ad2]): iUnwindInfo < GetNumberOfUnwindInfos()
File: /home/parjong/projects/dotnet/coreclr/src/vm/codeman.h Line: 342
Image: /root/dotnet-test/overlay/current/corerun
Metadata
Metadata
Assignees
Labels
No labels