Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Interface dispatch to canonical methods on valuetypes #2520

@sandreenko

Description

@sandreenko

Repro:
static void Main() { throw new Exception(); }
compile with --usesharedgenerics and run, you would see:

Exception thrown at 0x00007FF65D8F7AB8 in reproNative.exe: 0xC0000005: Access violation reading location 0x0000000000000000

in the debugger and then

Debug Assertion Violation
Message: Hardware exception raised inside the runtime.
Expression: 'ASSERT_UNCONDITIONALLY'
File: C:\git\corert\src\Native\Runtime\EHHelpers.cpp, Line: 480

in the output.

Is it expected behavior or duplicate? It was found in #2484.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions