Skip to content

paltest_pal_sxs_test1 failed on SmartOS x64 #35362

Closed
@am11

Description

@am11

The following condition is failing on SmartOS x64:

if (ex.GetExceptionRecord()->ExceptionInformation[1] != 0x22)
{
Fail("ERROR: PAL_EXCEPT ExceptionInformation[1] != 0x22\n");

Based on the discussion in #5158, I have captured the backtraces and printed the value of ex.GetExceptionRecord()->ExceptionInformation[1], which is different in every run, but never the expected 0x22: https://gist.github.com/am11/0bef90cabb1185d41a93c456e9083b4d.

cc @janvorli, if i try to comment this FAIL line it throws SIGABRT after few lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-PAL-coreclrin-prThere is an active PR which will close this issue when it is mergedos-SunOSSunOS, currently not officially supported

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions