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.
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
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 expected0x22: https://gist.github.com/am11/0bef90cabb1185d41a93c456e9083b4d.cc @janvorli, if i try to comment this FAIL line it throws SIGABRT after few lines.