Bhavani
Bhavani
Looking further at the `addPostCondition` the assert in there which checks with value `_numPostConditions` for an overflow which is not triggerred, which means that `_numPostConditions` could be set to value...
Attached the trace of the method `SystemModules$default.moduleHashes`: Though there are only 5 basic blocks, in `BBStart `, there is a large number of stores: - that block has lot of...
@pshipton As the crash is not reproducible is there a way to get the coredump files ? Not able to find core files in [openjdk_test_output.tar.gz](https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_Nightly/541/openjdk_test_output.tar.gz) . In parallel, I am...
> The core file is found in [openjdk_test_output.tar.gz](https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk11_j9_sanity.openjdk_ppc64le_linux_Nightly/541/openjdk_test_output.tar.gz) at `aqa-tests\TKG\output_16856733853316\jdk_lang_1\work\java\lang\String\UnicodeCasingTest\` I see it now. I ran `find . -name core*` in zsh (Mac cmdline) which didn't return anything. I also...
There is not yet a break through still, but posting this data just to see if anything looks familiar with any crashes before. 1. Both the crashes are at different...
Out of the multiple chases on this core file, below is one of it: #### Two consecutive instructions which is loading to same register `r2` around the crashing instruction Below...
As the trace file and instructions is pretty big to analyze it would take time. It seems like we might be missing to set the initial value to gr23 (which...
Small update on investigation: The crashing instruction is basically loading from a global register which looks initialized to NULL. Tracing back a to the IL that initialized the register which...
As we do not have enough information to debug and it is not reproducible locally or on grinder, can we close this and re-open if it reoccurs ?