-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-PAL-coreclrin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedos-SunOSSunOS, currently not officially supportedSunOS, currently not officially supported
Milestone
Description
The following condition is failing on SmartOS x64:
runtime/src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp
Lines 65 to 67 in 0fbd88e
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
Labels
area-PAL-coreclrin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedos-SunOSSunOS, currently not officially supportedSunOS, currently not officially supported