You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to reproduce this. It fails because it can't resolve typedefs like omr_error_t immediately.
The PostponedType mechanism handles delayed resolution of field types, but PdbScanner::createTypedef also want to copy the type size into the typedef. Perhaps another (later) pass can update sizes of typedefs.
Segmentation fault occurred in ddrgen when compiling the latest version of OpenJDK11/OpenJ9/OMR with VS2017.
It worked good last month after fixing all issues with OpenJDK11 on Windows.
I am not too sure whether the problem was caused by recent changes merged in omr/ddr
@keithc-ca, @DanHeidinga
The text was updated successfully, but these errors were encountered: