This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00007fdd0f3b3760, pid=2242, tid=0x00007fdbce51f180 | |
| # | |
| # JRE version: OpenJDK Runtime Environment (8.0_212-b03) (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03) | |
| # Java VM: OpenJDK 64-Bit Server VM (25.212-b03 mixed mode linux-ppc64le compressed oops) | |
| # Problematic frame: | |
| # V [libjvm.so+0xa93760] | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| / # | |
| / # reboot | |
| / # ^MThe system is going down NOW! | |
| ^MSent SIGTERM to all processes | |
| ^MSent SIGKILL to all processes | |
| ^MRequesting system reboot | |
| [93900466071,5] OPAL: Reboot request... | |
| 1.53809|ERRL|Dumping errors reported prior to registration | |
| 3.13252|Ignoring boot flags, incorrect version 0x0 | |
| 3.47351|ISTEP 6. 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/configure.ac b/configure.ac | |
| index f7943752cb..d2aa220606 100644 | |
| --- a/configure.ac | |
| +++ b/configure.ac | |
| @@ -678,11 +678,11 @@ dnl -------------------------------------------------------------- | |
| dnl ** Copy the files from the "fs" utility into the right folders. | |
| dnl -------------------------------------------------------------- | |
| AC_MSG_NOTICE([Creating links for in-tree file handling routines.]) | |
| -ln -f -v utils/fs/fs.* utils/lndir/ | |
| -ln -f -v utils/fs/fs.* utils/unlit/ |