hotspot/src/share/vm/utilities/vmError.cpp
author dlong
Sat, 17 Oct 2015 19:40:30 -0400
changeset 33198 b37ad9fbf681
parent 33148 68fa8b6c4340
parent 33195 43b1272dbac7
child 34139 0728fe06ccf8
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
30125
8ba6e8e367e9 8074895: os::getenv is inadequate
jmanson
parents: 29573
diff changeset
     2
 * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
28513
9464a1b5c184 8050807: Better performing performance data handling
gthornbr
parents: 27471
diff changeset
    25
#include <fcntl.h>
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    26
#include "precompiled.hpp"
25715
d5a8dbdc5150 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
goetz
parents: 25351
diff changeset
    27
#include "code/codeCache.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    28
#include "compiler/compileBroker.hpp"
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
    29
#include "compiler/disassembler.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 30281
diff changeset
    30
#include "gc/shared/collectedHeap.hpp"
12095
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
    31
#include "prims/whitebox.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    32
#include "runtime/arguments.hpp"
25351
7c198a690050 8044775: Improve usage of umbrella header atomic.inline.hpp.
goetz
parents: 24424
diff changeset
    33
#include "runtime/atomic.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    34
#include "runtime/frame.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    35
#include "runtime/init.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    36
#include "runtime/os.hpp"
24351
61b33cc6d3cf 8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz
parents: 23204
diff changeset
    37
#include "runtime/thread.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    38
#include "runtime/vmThread.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    39
#include "runtime/vm_operations.hpp"
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 12268
diff changeset
    40
#include "services/memTracker.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    41
#include "utilities/debug.hpp"
7447
32c42d627f41 7003748: Decode C stack frames when symbols are presented (PhoneHome project)
zgu
parents: 7397
diff changeset
    42
#include "utilities/decoder.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    43
#include "utilities/defaultStream.hpp"
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
    44
#include "utilities/errorReporter.hpp"
11636
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
    45
#include "utilities/events.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    46
#include "utilities/top.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    47
#include "utilities/vmError.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
// List of environment variables that should be reported in error log file.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
const char *env_list[] = {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
  // All platforms
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
  "JAVA_HOME", "JRE_HOME", "JAVA_TOOL_OPTIONS", "_JAVA_OPTIONS", "CLASSPATH",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
  "JAVA_COMPILER", "PATH", "USERNAME",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
    55
  // Env variables that are defined on Solaris/Linux/BSD
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  "LD_LIBRARY_PATH", "LD_PRELOAD", "SHELL", "DISPLAY",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  "HOSTTYPE", "OSTYPE", "ARCH", "MACHTYPE",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
  // defined on Linux
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
  "LD_ASSUME_KERNEL", "_JAVA_SR_SIGNUM",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
    62
  // defined on Darwin
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
    63
  "DYLD_LIBRARY_PATH", "DYLD_FALLBACK_LIBRARY_PATH",
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
    64
  "DYLD_FRAMEWORK_PATH", "DYLD_FALLBACK_FRAMEWORK_PATH",
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
    65
  "DYLD_INSERT_LIBRARIES",
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
    66
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
  // defined on Windows
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
  "OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR",
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
  (const char *)0
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
// A simple parser for -XX:OnError, usage:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
//  ptr = OnError;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
//  while ((cmd = next_OnError_command(buffer, sizeof(buffer), &ptr) != NULL)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
//     ... ...
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
static char* next_OnError_command(char* buf, int buflen, const char** ptr) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
  if (ptr == NULL || *ptr == NULL) return NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
  const char* cmd = *ptr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
  // skip leading blanks or ';'
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
  while (*cmd == ' ' || *cmd == ';') cmd++;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
  if (*cmd == '\0') return NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
  const char * cmdend = cmd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
  while (*cmdend != '\0' && *cmdend != ';') cmdend++;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  Arguments::copy_expand_pid(cmd, cmdend - cmd, buf, buflen);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
  *ptr = (*cmdend == '\0' ? cmdend : cmdend + 1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
  return buf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
static void print_bug_submit_message(outputStream *out, Thread *thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
  if (out == NULL) return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
  out->print_raw_cr("# If you would like to submit a bug report, please visit:");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
  out->print_raw   ("#   ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
  out->print_raw_cr(Arguments::java_vendor_url_bug());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
  // If the crash is in native code, encourage user to submit a bug to the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  // provider of that code.
229
4fddba548751 6549844: Wording problems in "An unexpected error ..."
coleenp
parents: 1
diff changeset
   103
  if (thread && thread->is_Java_thread() &&
4fddba548751 6549844: Wording problems in "An unexpected error ..."
coleenp
parents: 1
diff changeset
   104
      !thread->is_hidden_from_external_view()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
    JavaThread* jt = (JavaThread*)thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
    if (jt->thread_state() == _thread_in_native) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
      out->print_cr("# The crash happened outside the Java Virtual Machine in native code.\n# See problematic frame for where to report the bug.");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
  out->print_raw_cr("#");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   113
bool VMError::coredump_status;
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   114
char VMError::coredump_message[O_BUFLEN];
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   115
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   116
void VMError::record_coredump_status(const char* message, bool status) {
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   117
  coredump_status = status;
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   118
  strncpy(coredump_message, message, sizeof(coredump_message));
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   119
  coredump_message[sizeof(coredump_message)-1] = 0;
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   120
}
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   121
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
// Return a string to describe the error
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
char* VMError::error_string(char* buf, int buflen) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
  char signame_buf[64];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
  const char *signame = os::exception_name(_id, signame_buf, sizeof(signame_buf));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
  if (signame) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
    jio_snprintf(buf, buflen,
32583
e95e2cfc9cf5 8133561: linux thread id should be reported in decimal in the error reports now
coleenp
parents: 31963
diff changeset
   129
                 "%s (0x%x) at pc=" PTR_FORMAT ", pid=%d, tid=" UINTX_FORMAT,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
                 signame, _id, _pc,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
                 os::current_process_id(), os::current_thread_id());
5403
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   132
  } else if (_filename != NULL && _lineno > 0) {
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   133
    // skip directory names
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   134
    char separator = os::file_separator()[0];
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   135
    const char *p = strrchr(_filename, separator);
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   136
    int n = jio_snprintf(buf, buflen,
32583
e95e2cfc9cf5 8133561: linux thread id should be reported in decimal in the error reports now
coleenp
parents: 31963
diff changeset
   137
                         "Internal Error at %s:%d, pid=%d, tid=" UINTX_FORMAT,
5403
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   138
                         p ? p + 1 : _filename, _lineno,
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   139
                         os::current_process_id(), os::current_thread_id());
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   140
    if (n >= 0 && n < buflen && _message) {
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   141
      if (strlen(_detail_msg) > 0) {
5403
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   142
        jio_snprintf(buf + n, buflen - n, "%s%s: %s",
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   143
        os::line_separator(), _message, _detail_msg);
5403
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   144
      } else {
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   145
        jio_snprintf(buf + n, buflen - n, "%sError: %s",
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   146
                     os::line_separator(), _message);
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   147
      }
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   148
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
  } else {
5403
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   150
    jio_snprintf(buf, buflen,
32583
e95e2cfc9cf5 8133561: linux thread id should be reported in decimal in the error reports now
coleenp
parents: 31963
diff changeset
   151
                 "Internal Error (0x%x), pid=%d, tid=" UINTX_FORMAT,
5403
6b0dd9c75dde 6888954: argument formatting for assert() and friends
jcoomes
parents: 5340
diff changeset
   152
                 _id, os::current_process_id(), os::current_thread_id());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
  return buf;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
5340
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   158
void VMError::print_stack_trace(outputStream* st, JavaThread* jt,
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   159
                                char* buf, int buflen, bool verbose) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   160
#ifdef ZERO
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   161
  if (jt->zero_stack()->sp() && jt->top_zero_frame()) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   162
    // StackFrameStream uses the frame anchor, which may not have
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   163
    // been set up.  This can be done at any time in Zero, however,
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   164
    // so if it hasn't been set up then we just set it up now and
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   165
    // clear it again when we're done.
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   166
    bool has_last_Java_frame = jt->has_last_Java_frame();
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   167
    if (!has_last_Java_frame)
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   168
      jt->set_last_Java_frame();
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   169
    st->print("Java frames:");
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   170
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   171
    // If the top frame is a Shark frame and the frame anchor isn't
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   172
    // set up then it's possible that the information in the frame
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   173
    // is garbage: it could be from a previous decache, or it could
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   174
    // simply have never been written.  So we print a warning...
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   175
    StackFrameStream sfs(jt);
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   176
    if (!has_last_Java_frame && !sfs.is_done()) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   177
      if (sfs.current()->zeroframe()->is_shark_frame()) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   178
        st->print(" (TOP FRAME MAY BE JUNK)");
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   179
      }
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   180
    }
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   181
    st->cr();
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   182
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   183
    // Print the frames
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   184
    for(int i = 0; !sfs.is_done(); sfs.next(), i++) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   185
      sfs.current()->zero_print_on_error(i, st, buf, buflen);
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   186
      st->cr();
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   187
    }
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   188
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   189
    // Reset the frame anchor if necessary
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   190
    if (!has_last_Java_frame)
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   191
      jt->reset_last_Java_frame();
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   192
  }
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   193
#else
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   194
  if (jt->has_last_Java_frame()) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   195
    st->print_cr("Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)");
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   196
    for(StackFrameStream sfs(jt); !sfs.is_done(); sfs.next()) {
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   197
      sfs.current()->print_on_error(st, buf, buflen, verbose);
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   198
      st->cr();
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   199
    }
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   200
  }
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   201
#endif // ZERO
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   202
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   204
void VMError::print_oom_reasons(outputStream* st) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   205
  st->print_cr("# Possible reasons:");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   206
  st->print_cr("#   The system is out of physical RAM or swap space");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   207
  st->print_cr("#   In 32 bit mode, the process size limit was hit");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   208
  st->print_cr("# Possible solutions:");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   209
  st->print_cr("#   Reduce memory load on the system");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   210
  st->print_cr("#   Increase physical memory or swap space");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   211
  st->print_cr("#   Check if swap backing store is full");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   212
  st->print_cr("#   Use 64 bit Java on a 64 bit OS");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   213
  st->print_cr("#   Decrease Java heap size (-Xmx/-Xms)");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   214
  st->print_cr("#   Decrease number of Java threads");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   215
  st->print_cr("#   Decrease Java thread stack sizes (-Xss)");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   216
  st->print_cr("#   Set larger code cache with -XX:ReservedCodeCacheSize=");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   217
  st->print_cr("# This output file may be truncated or incomplete.");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   218
}
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   219
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   220
const char* VMError::gc_mode() {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   221
  if (UseG1GC)            return "g1 gc";
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   222
  if (UseParallelGC)      return "parallel gc";
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   223
  if (UseConcMarkSweepGC) return "concurrent mark sweep gc";
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   224
  if (UseSerialGC)        return "serial gc";
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   225
  return "ERROR in GC mode";
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   226
}
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   227
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
// This is the main function to report a fatal error. Only one thread can
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
// call this function, so we don't need to worry about MT-safety. But it's
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
// possible that the error handler itself may crash or die on an internal
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
// error, for example, when the stack/heap is badly damaged. We must be
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
// able to handle recursive errors that happen inside error handler.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
// Error reporting is done in several steps. If a crash or internal error
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
// occurred when reporting an error, the nested signal/exception handler
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
// can skip steps that are already (or partially) done. Error reporting will
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
// continue from the next step. This allows us to retrieve and print
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
// information that may be unsafe to get after a fatal error. If it happens,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
// you may find nested report_and_die() frames when you look at the stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
// in a debugger.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
// In general, a hang in error handler is much worse than a crash or internal
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
// error, as it's harder to recover from a hang. Deadlock can happen if we
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
// try to grab a lock that is already owned by current thread, or if the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
// owner is blocked forever (e.g. in os::infinite_sleep()). If possible, the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
// error handler and all the functions it called should avoid grabbing any
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
// lock. An important thing to notice is that memory allocation needs a lock.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
// We should avoid using large stack allocated buffers. Many errors happen
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
// when stack space is already low. Making things even worse is that there
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
// could be nested report_and_die() calls on stack (see above). Only one
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
// thread can report error, so large buffers are statically allocated in data
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
// segment.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   255
int          VMError::_current_step;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   256
const char*  VMError::_current_step_info;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   257
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   258
void VMError::report(outputStream* st, bool _verbose) {
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   259
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
# define BEGIN if (_current_step == 0) { _current_step = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
# define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
# define END }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
  // don't allocate large buffer on stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
  static char buf[O_BUFLEN];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
  BEGIN
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
229
4fddba548751 6549844: Wording problems in "An unexpected error ..."
coleenp
parents: 1
diff changeset
   269
  STEP(10, "(printing fatal error message)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   271
    st->print_cr("#");
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   272
    if (should_report_bug(_id)) {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   273
      st->print_cr("# A fatal error has been detected by the Java Runtime Environment:");
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   274
    } else {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   275
      st->print_cr("# There is insufficient memory for the Java "
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   276
                   "Runtime Environment to continue.");
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   277
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
28943
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   279
#ifndef PRODUCT
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   280
  // Error handler self tests
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   281
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   282
  // test secondary error handling. Test it twice, to test that resetting
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   283
  // error handler after a secondary crash works.
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   284
  STEP(20, "(test secondary crash 1)")
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   285
    if (_verbose && TestCrashInErrorHandler != 0) {
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   286
      st->print_cr("Will crash now (TestCrashInErrorHandler=" UINTX_FORMAT ")...",
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   287
        TestCrashInErrorHandler);
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   288
      controlled_crash(TestCrashInErrorHandler);
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   289
    }
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   290
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   291
  STEP(30, "(test secondary crash 2)")
28943
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   292
    if (_verbose && TestCrashInErrorHandler != 0) {
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   293
      st->print_cr("Will crash now (TestCrashInErrorHandler=" UINTX_FORMAT ")...",
28943
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   294
        TestCrashInErrorHandler);
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   295
      controlled_crash(TestCrashInErrorHandler);
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   296
    }
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   297
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   298
  STEP(40, "(test safefetch in error handler)")
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   299
    // test whether it is safe to use SafeFetch32 in Crash Handler. Test twice
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   300
    // to test that resetting the signal handler works correctly.
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   301
    if (_verbose && TestSafeFetchInErrorHandler) {
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   302
      st->print_cr("Will test SafeFetch...");
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   303
      if (CanUseSafeFetch32()) {
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   304
        int* const invalid_pointer = (int*) get_segfault_address();
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   305
        const int x = 0x76543210;
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   306
        int i1 = SafeFetch32(invalid_pointer, x);
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   307
        int i2 = SafeFetch32(invalid_pointer, x);
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   308
        if (i1 == x && i2 == x) {
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   309
          st->print_cr("SafeFetch OK."); // Correctly deflected and returned default pattern
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   310
        } else {
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   311
          st->print_cr("??");
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   312
        }
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   313
      } else {
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   314
        st->print_cr("not possible; skipped.");
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 28943
diff changeset
   315
      }
28943
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   316
    }
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   317
#endif // PRODUCT
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   318
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   319
  STEP(50, "(printing type of error)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
     switch(_id) {
17087
f0b76c4c93a0 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents: 16685
diff changeset
   322
       case OOM_MALLOC_ERROR:
f0b76c4c93a0 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents: 16685
diff changeset
   323
       case OOM_MMAP_ERROR:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
         if (_size) {
17087
f0b76c4c93a0 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents: 16685
diff changeset
   325
           st->print("# Native memory allocation ");
f0b76c4c93a0 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents: 16685
diff changeset
   326
           st->print((_id == (int)OOM_MALLOC_ERROR) ? "(malloc) failed to allocate " :
f0b76c4c93a0 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents: 16685
diff changeset
   327
                                                 "(mmap) failed to map ");
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   328
           jio_snprintf(buf, sizeof(buf), SIZE_FORMAT, _size);
24424
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 24351
diff changeset
   329
           st->print("%s", buf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
           st->print(" bytes");
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   331
           if (strlen(_detail_msg) > 0) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
             st->print(" for ");
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   333
             st->print("%s", _detail_msg);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
           }
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   335
           st->cr();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
         } else {
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   337
           if (strlen(_detail_msg) > 0) {
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   338
             st->print("# ");
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   339
             st->print_cr("%s", _detail_msg);
31615
e48d94b97b6c 8130036: Fix problems with imprecise C++ coding.
goetz
parents: 31356
diff changeset
   340
           }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
         }
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   342
         // In error file give some solutions
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   343
         if (_verbose) {
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   344
           print_oom_reasons(st);
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   345
         } else {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   346
           return;  // that's enough for the screen
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   347
         }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
         break;
17087
f0b76c4c93a0 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents: 16685
diff changeset
   349
       case INTERNAL_ERROR:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
       default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
         break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   354
  STEP(60, "(printing exception/signal name)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
     st->print_cr("#");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
     st->print("#  ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
     // Is it an OS exception/signal?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
     if (os::exception_name(_id, buf, sizeof(buf))) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
       st->print("%s", buf);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
       st->print(" (0x%x)", _id);                // signal number
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   362
       st->print(" at pc=" PTR_FORMAT, p2i(_pc));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
     } else {
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   364
       if (should_report_bug(_id)) {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   365
         st->print("Internal Error");
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   366
       } else {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   367
         st->print("Out of Memory Error");
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   368
       }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
       if (_filename != NULL && _lineno > 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
#ifdef PRODUCT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
         // In product mode chop off pathname?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
         char separator = os::file_separator()[0];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
         const char *p = strrchr(_filename, separator);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
         const char *file = p ? p+1 : _filename;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
         const char *file = _filename;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
#endif
30281
b1608535e50f 8076475: Misuses of strncpy/strncat
stuefe
parents: 30241
diff changeset
   378
         st->print(" (%s:%d)", file, _lineno);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
       } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
         st->print(" (0x%x)", _id);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
       }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   384
  STEP(70, "(printing current thread and pid)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   385
489c9b5090e2 Initial load
duke
parents:
diff changeset
   386
     // process id, thread id
489c9b5090e2 Initial load
duke
parents:
diff changeset
   387
     st->print(", pid=%d", os::current_process_id());
32583
e95e2cfc9cf5 8133561: linux thread id should be reported in decimal in the error reports now
coleenp
parents: 31963
diff changeset
   388
     st->print(", tid=" UINTX_FORMAT, os::current_thread_id());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
     st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   391
  STEP(80, "(printing error message)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   393
     if (should_report_bug(_id)) {  // already printed the message.
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   394
       // error message
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   395
       if (strlen(_detail_msg) > 0) {
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   396
         st->print_cr("#  %s: %s", _message ? _message : "Error", _detail_msg);
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   397
       } else if (_message) {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   398
         st->print_cr("#  Error: %s", _message);
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   399
       }
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   400
     }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   402
  STEP(90, "(printing Java version string)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
     // VM version
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
     st->print_cr("#");
1660
86be56b9ba46 6689685: Hotspot crash error message should include libraries version
coleenp
parents: 1500
diff changeset
   406
     JDK_Version::current().to_string(buf, sizeof(buf));
13106
cecfb99d6cff 7176856: add the JRE name to the error log
twisti
parents: 12268
diff changeset
   407
     const char* runtime_name = JDK_Version::runtime_name() != NULL ?
cecfb99d6cff 7176856: add the JRE name to the error log
twisti
parents: 12268
diff changeset
   408
                                  JDK_Version::runtime_name() : "";
14289
aec758622b4b 8002078: hs_err_pid file should report full JDK version string
sla
parents: 13196
diff changeset
   409
     const char* runtime_version = JDK_Version::runtime_version() != NULL ?
aec758622b4b 8002078: hs_err_pid file should report full JDK version string
sla
parents: 13196
diff changeset
   410
                                  JDK_Version::runtime_version() : "";
aec758622b4b 8002078: hs_err_pid file should report full JDK version string
sla
parents: 13196
diff changeset
   411
     st->print_cr("# JRE version: %s (%s) (build %s)", runtime_name, buf, runtime_version);
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   412
     // This is the long version with some default settings added
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   413
     st->print_cr("# Java VM: %s (%s, %s%s%s%s%s, %s, %s)",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   414
                   Abstract_VM_Version::vm_name(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   415
                   Abstract_VM_Version::vm_release(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   416
                   Abstract_VM_Version::vm_info_string(),
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   417
                   TieredCompilation ? ", tiered" : "",
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   418
#if INCLUDE_JVMCI
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   419
                   EnableJVMCI ? ", jvmci" : "",
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   420
                   UseJVMCICompiler ? ", jvmci compiler" : "",
33195
43b1272dbac7 8139380: VMError::report_and_die() does not produce replay file
zmajo
parents: 33160
diff changeset
   421
#else
43b1272dbac7 8139380: VMError::report_and_die() does not produce replay file
zmajo
parents: 33160
diff changeset
   422
                   "", "",
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   423
#endif
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   424
                   UseCompressedOops ? ", compressed oops" : "",
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   425
                   gc_mode(),
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   426
                   Abstract_VM_Version::vm_platform_string()
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   427
                 );
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   429
  STEP(100, "(printing problematic frame)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
489c9b5090e2 Initial load
duke
parents:
diff changeset
   431
     // Print current frame if we have a context (i.e. it's a crash)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
     if (_context) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
       st->print_cr("# Problematic frame:");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
       st->print("# ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
       frame fr = os::fetch_frame_from_context(_context);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   436
       fr.print_on_error(st, buf, sizeof(buf));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   437
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   438
       st->print_cr("#");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
     }
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   440
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   441
  STEP(110, "(printing core file information)")
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   442
    st->print("# ");
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   443
    if (CreateCoredumpOnCrash) {
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   444
      if (coredump_status) {
30622
648d51c142bd 8078121: Add 'CreateMinidumpOnCrash' (JDK-8074354) caused many tests failed in nightly testing
ctornqvi
parents: 30281
diff changeset
   445
        st->print("Core dump will be written. Default location: %s", coredump_message);
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   446
      } else {
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   447
        st->print("No core dump will be written. %s", coredump_message);
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   448
      }
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   449
    } else {
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   450
      st->print("CreateCoredumpOnCrash turned off, no core file dumped");
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   451
    }
24424
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 24351
diff changeset
   452
    st->cr();
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   453
    st->print_cr("#");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   455
  STEP(120, "(printing bug submit message)")
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
7719
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   457
     if (should_report_bug(_id) && _verbose) {
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   458
       print_bug_submit_message(st, _thread);
ef138e2849eb 6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents: 7447
diff changeset
   459
     }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   460
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   461
  STEP(130, "(printing summary)" )
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   462
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   463
     if (_verbose) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   464
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   465
       st->print_cr("---------------  S U M M A R Y ------------");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   466
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   467
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   468
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   469
  STEP(140, "(printing VM option summary)" )
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   470
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   471
     if (_verbose) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   472
       // VM options
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   473
       Arguments::print_summary_on(st);
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   474
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   475
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   476
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   477
  STEP(150, "(printing summary machine and OS info)")
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   478
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   479
     if (_verbose) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   480
       os::print_summary_info(st, buf, sizeof(buf));
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   481
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   482
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   483
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   484
  STEP(160, "(printing date and time)" )
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   485
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   486
     if (_verbose) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   487
       os::print_date_and_time(st, buf, sizeof(buf));
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   488
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   489
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   490
  STEP(170, "(printing thread)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   491
489c9b5090e2 Initial load
duke
parents:
diff changeset
   492
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   493
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   494
       st->print_cr("---------------  T H R E A D  ---------------");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   495
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   496
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   497
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   498
  STEP(180, "(printing current thread)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   499
489c9b5090e2 Initial load
duke
parents:
diff changeset
   500
     // current thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
   501
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   502
       if (_thread) {
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   503
         st->print("Current thread (" PTR_FORMAT "):  ", p2i(_thread));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   504
         _thread->print_on_error(st, buf, sizeof(buf));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   505
         st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   506
       } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   507
         st->print_cr("Current thread is native thread");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   508
       }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   509
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   510
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   511
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   512
  STEP(190, "(printing current compile task)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   513
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   514
     if (_verbose && _thread && _thread->is_Compiler_thread()) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   515
        CompilerThread* t = (CompilerThread*)_thread;
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   516
        if (t->task()) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   517
           st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   518
           st->print_cr("Current CompileTask:");
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   519
           t->task()->print_line_on_error(st, buf, sizeof(buf));
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   520
           st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   521
        }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   522
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   523
489c9b5090e2 Initial load
duke
parents:
diff changeset
   524
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   525
  STEP(200, "(printing stack bounds)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   526
489c9b5090e2 Initial load
duke
parents:
diff changeset
   527
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   528
       st->print("Stack: ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   529
489c9b5090e2 Initial load
duke
parents:
diff changeset
   530
       address stack_top;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   531
       size_t stack_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   532
489c9b5090e2 Initial load
duke
parents:
diff changeset
   533
       if (_thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   534
          stack_top = _thread->stack_base();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   535
          stack_size = _thread->stack_size();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   536
       } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   537
          stack_top = os::current_stack_base();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   538
          stack_size = os::current_stack_size();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   539
       }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   540
489c9b5090e2 Initial load
duke
parents:
diff changeset
   541
       address stack_bottom = stack_top - stack_size;
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   542
       st->print("[" PTR_FORMAT "," PTR_FORMAT "]", p2i(stack_bottom), p2i(stack_top));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   543
489c9b5090e2 Initial load
duke
parents:
diff changeset
   544
       frame fr = _context ? os::fetch_frame_from_context(_context)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   545
                           : os::current_frame();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   546
489c9b5090e2 Initial load
duke
parents:
diff changeset
   547
       if (fr.sp()) {
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   548
         st->print(",  sp=" PTR_FORMAT, p2i(fr.sp()));
6179
4846648c4b7b 6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
kvn
parents: 5547
diff changeset
   549
         size_t free_stack_size = pointer_delta(fr.sp(), stack_bottom, 1024);
4846648c4b7b 6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
kvn
parents: 5547
diff changeset
   550
         st->print(",  free space=" SIZE_FORMAT "k", free_stack_size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   551
       }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   552
489c9b5090e2 Initial load
duke
parents:
diff changeset
   553
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   554
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   555
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   556
  STEP(210, "(printing native stack)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   557
26821
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25946
diff changeset
   558
   if (_verbose) {
19952
bc974e92f881 8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents: 19334
diff changeset
   559
     if (os::platform_print_native_stack(st, _context, buf, sizeof(buf))) {
bc974e92f881 8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents: 19334
diff changeset
   560
       // We have printed the native stack in platform-specific code
bc974e92f881 8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents: 19334
diff changeset
   561
       // Windows/x64 needs special handling.
bc974e92f881 8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents: 19334
diff changeset
   562
     } else {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   563
       frame fr = _context ? os::fetch_frame_from_context(_context)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   564
                           : os::current_frame();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   565
26821
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25946
diff changeset
   566
       print_native_stack(st, fr, _thread, buf, sizeof(buf));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   567
     }
19952
bc974e92f881 8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents: 19334
diff changeset
   568
   }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   569
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   570
  STEP(220, "(printing Java stack)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   571
489c9b5090e2 Initial load
duke
parents:
diff changeset
   572
     if (_verbose && _thread && _thread->is_Java_thread()) {
5340
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   573
       print_stack_trace(st, (JavaThread*)_thread, buf, sizeof(buf));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   574
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   575
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   576
  STEP(230, "(printing target Java thread stack)" )
4489
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   577
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   578
     // printing Java thread stack trace if it is involved in GC crash
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   579
     if (_verbose && _thread && (_thread->is_Named_thread())) {
4489
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   580
       JavaThread*  jt = ((NamedThread *)_thread)->processed_thread();
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   581
       if (jt != NULL) {
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   582
         st->print_cr("JavaThread " PTR_FORMAT " (nid = %d) was being processed", p2i(jt), jt->osthread()->thread_id());
5340
b838d4165c92 6944503: Improved Zero crash dump
twisti
parents: 5237
diff changeset
   583
         print_stack_trace(st, jt, buf, sizeof(buf), true);
4489
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   584
       }
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   585
     }
514173c9a0c2 6361589: Print out stack trace for target thread of GC crash
minqi
parents: 4013
diff changeset
   586
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   587
  STEP(240, "(printing siginfo)" )
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   588
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   589
     // signal no, signal code, address that caused the fault
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   590
     if (_verbose && _siginfo) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   591
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   592
       os::print_siginfo(st, _siginfo);
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   593
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   594
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   595
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   596
  STEP(250, "(printing register info)")
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   597
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   598
     // decode register contents if possible
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   599
     if (_verbose && _context && Universe::is_fully_initialized()) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   600
       os::print_register_info(st, _context);
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   601
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   602
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   603
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   604
  STEP(260, "(printing registers, top of stack, instructions near pc)")
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   605
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   606
     // registers, top of stack, instructions near pc
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   607
     if (_verbose && _context) {
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   608
       os::print_context(st, _context);
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   609
       st->cr();
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   610
     }
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   611
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   612
  STEP(265, "(printing code blob if possible)")
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   613
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   614
     if (_verbose && _context) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   615
       CodeBlob* cb = CodeCache::find_blob(_pc);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   616
       if (cb != NULL) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   617
         if (Interpreter::contains(_pc)) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   618
           // The interpreter CodeBlob is very large so try to print the codelet instead.
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   619
           InterpreterCodelet* codelet = Interpreter::codelet_containing(_pc);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   620
           if (codelet != NULL) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   621
             codelet->print_on(st);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   622
             Disassembler::decode(codelet->code_begin(), codelet->code_end(), st);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   623
           }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   624
         } else {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   625
           StubCodeDesc* desc = StubCodeDesc::desc_for(_pc);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   626
           if (desc != NULL) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   627
             desc->print_on(st);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   628
             Disassembler::decode(desc->begin(), desc->end(), st);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   629
           } else {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   630
             Disassembler::decode(cb, st);
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   631
             st->cr();
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   632
           }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   633
         }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   634
       }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   635
     }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 32583
diff changeset
   636
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   637
  STEP(270, "(printing VM operation)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   638
489c9b5090e2 Initial load
duke
parents:
diff changeset
   639
     if (_verbose && _thread && _thread->is_VM_thread()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   640
        VMThread* t = (VMThread*)_thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   641
        VM_Operation* op = t->vm_operation();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   642
        if (op) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   643
          op->print_on_error(st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   644
          st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   645
          st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   646
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   647
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   648
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   649
  STEP(280, "(printing process)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   650
489c9b5090e2 Initial load
duke
parents:
diff changeset
   651
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   652
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   653
       st->print_cr("---------------  P R O C E S S  ---------------");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   654
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   655
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   656
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   657
  STEP(290, "(printing all threads)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   658
489c9b5090e2 Initial load
duke
parents:
diff changeset
   659
     // all threads
489c9b5090e2 Initial load
duke
parents:
diff changeset
   660
     if (_verbose && _thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   661
       Threads::print_on_error(st, _thread, buf, sizeof(buf));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   662
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   663
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   664
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   665
  STEP(300, "(printing VM state)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   666
489c9b5090e2 Initial load
duke
parents:
diff changeset
   667
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   668
       // Safepoint state
489c9b5090e2 Initial load
duke
parents:
diff changeset
   669
       st->print("VM state:");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   670
489c9b5090e2 Initial load
duke
parents:
diff changeset
   671
       if (SafepointSynchronize::is_synchronizing()) st->print("synchronizing");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   672
       else if (SafepointSynchronize::is_at_safepoint()) st->print("at safepoint");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   673
       else st->print("not at safepoint");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   674
489c9b5090e2 Initial load
duke
parents:
diff changeset
   675
       // Also see if error occurred during initialization or shutdown
489c9b5090e2 Initial load
duke
parents:
diff changeset
   676
       if (!Universe::is_fully_initialized()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   677
         st->print(" (not fully initialized)");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   678
       } else if (VM_Exit::vm_exited()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   679
         st->print(" (shutting down)");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   680
       } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   681
         st->print(" (normal execution)");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   682
       }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   683
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   684
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   685
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   686
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   687
  STEP(310, "(printing owned locks on error)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   688
489c9b5090e2 Initial load
duke
parents:
diff changeset
   689
     // mutexes/monitors that currently have an owner
489c9b5090e2 Initial load
duke
parents:
diff changeset
   690
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   691
       print_owned_locks_on_error(st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   692
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   693
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   694
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   695
  STEP(320, "(printing number of OutOfMemoryError and StackOverflow exceptions)")
31335
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   696
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   697
     if (_verbose && Exceptions::has_exception_counts()) {
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   698
       st->print_cr("OutOfMemory and StackOverflow Exception counts:");
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   699
       Exceptions::print_exception_counts_on_error(st);
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   700
       st->cr();
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   701
     }
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   702
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   703
  STEP(330, "(printing compressed oops mode")
31335
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   704
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   705
     if (_verbose && UseCompressedOops) {
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   706
       Universe::print_compressed_oops_mode(st);
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   707
       if (UseCompressedClassPointers) {
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   708
         Metaspace::print_compressed_class_space(st);
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   709
       }
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   710
       st->cr();
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   711
     }
60081f497e75 8035074: hs_err improvement: Add time zone information in the hs_err file
coleenp
parents: 30773
diff changeset
   712
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   713
  STEP(340, "(printing heap information)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   714
489c9b5090e2 Initial load
duke
parents:
diff changeset
   715
     if (_verbose && Universe::is_fully_initialized()) {
16685
41c34debcde0 8011872: Include Bit Map addresses in the hs_err files
stefank
parents: 15602
diff changeset
   716
       Universe::heap()->print_on_error(st);
12268
f7897aacb9ce 7157141: crash in 64 bit with corrupted oops
never
parents: 12095
diff changeset
   717
       st->cr();
f7897aacb9ce 7157141: crash in 64 bit with corrupted oops
never
parents: 12095
diff changeset
   718
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33131
diff changeset
   719
       st->print_cr("Polling page: " INTPTR_FORMAT, p2i(os::get_polling_page()));
12268
f7897aacb9ce 7157141: crash in 64 bit with corrupted oops
never
parents: 12095
diff changeset
   720
       st->cr();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   721
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   722
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   723
  STEP(350, "(printing code cache information)" )
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   724
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   725
     if (_verbose && Universe::is_fully_initialized()) {
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   726
       // print code cache information before vm abort
15201
f3d755b11424 8005204: Code Cache Reduction: command line options implementation
vladidan
parents: 14477
diff changeset
   727
       CodeCache::print_summary(st);
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   728
       st->cr();
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   729
     }
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 6184
diff changeset
   730
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   731
  STEP(360, "(printing ring buffers)" )
11636
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
   732
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
   733
     if (_verbose) {
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
   734
       Events::print_all(st);
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
   735
       st->cr();
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
   736
     }
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11483
diff changeset
   737
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   738
  STEP(370, "(printing dynamic libraries)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   739
489c9b5090e2 Initial load
duke
parents:
diff changeset
   740
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   741
       // dynamic libraries, or memory map
489c9b5090e2 Initial load
duke
parents:
diff changeset
   742
       os::print_dll_info(st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   743
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   744
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   745
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   746
  STEP(380, "(printing VM options)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   747
489c9b5090e2 Initial load
duke
parents:
diff changeset
   748
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   749
       // VM options
489c9b5090e2 Initial load
duke
parents:
diff changeset
   750
       Arguments::print_on(st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   751
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   752
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   753
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   754
  STEP(390, "(printing warning if internal testing API used)" )
12095
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
   755
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
   756
     if (WhiteBox::used()) {
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
   757
       st->print_cr("Unsupported internal testing APIs have been used.");
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
   758
       st->cr();
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
   759
     }
cc3d6f08a4c4 7148152: Add whitebox testing API to HotSpot
mgerdin
parents: 11636
diff changeset
   760
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   761
  STEP(400, "(printing all environment variables)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   762
489c9b5090e2 Initial load
duke
parents:
diff changeset
   763
     if (_verbose) {
30125
8ba6e8e367e9 8074895: os::getenv is inadequate
jmanson
parents: 29573
diff changeset
   764
       os::print_environment_variables(st, env_list);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   765
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   766
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   767
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   768
  STEP(410, "(printing signal handlers)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   769
489c9b5090e2 Initial load
duke
parents:
diff changeset
   770
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   771
       os::print_signal_handlers(st, buf, sizeof(buf));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   772
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   773
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   774
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   775
  STEP(420, "(Native Memory Tracking)" )
25946
1572c9f03fb9 8046598: Scalable Native memory tracking development
zgu
parents: 25719
diff changeset
   776
     if (_verbose) {
27162
0a4a7276949b 8059100: SIGSEGV VirtualMemoryTracker::remove_released_region
coleenp
parents: 26821
diff changeset
   777
       MemTracker::error_report(st);
25946
1572c9f03fb9 8046598: Scalable Native memory tracking development
zgu
parents: 25719
diff changeset
   778
     }
1572c9f03fb9 8046598: Scalable Native memory tracking development
zgu
parents: 25719
diff changeset
   779
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   780
  STEP(430, "(printing system)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   781
489c9b5090e2 Initial load
duke
parents:
diff changeset
   782
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   783
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   784
       st->print_cr("---------------  S Y S T E M  ---------------");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   785
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   786
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   787
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   788
  STEP(440, "(printing OS information)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   789
489c9b5090e2 Initial load
duke
parents:
diff changeset
   790
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   791
       os::print_os_info(st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   792
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   793
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   794
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   795
  STEP(450, "(printing CPU info)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   796
     if (_verbose) {
31356
55ee785c49c5 8085865: hs_err improvement: Printing /proc/cpuinfo makes too long hs_err files
coleenp
parents: 31335
diff changeset
   797
       os::print_cpu_info(st, buf, sizeof(buf));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   798
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   799
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   800
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   801
  STEP(460, "(printing memory info)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   802
489c9b5090e2 Initial load
duke
parents:
diff changeset
   803
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   804
       os::print_memory_info(st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   805
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   806
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   807
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   808
  STEP(470, "(printing internal vm info)" )
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   809
489c9b5090e2 Initial load
duke
parents:
diff changeset
   810
     if (_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   811
       st->print_cr("vm_info: %s", Abstract_VM_Version::internal_vm_info_string());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   812
       st->cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   813
     }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   814
28943
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   815
  // print a defined marker to show that error handling finished correctly.
31963
641ed52732ec 8026324: hs_err improvement: Add summary section to hs_err file
coleenp
parents: 31615
diff changeset
   816
  STEP(480, "(printing end marker)" )
28943
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   817
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   818
     if (_verbose) {
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   819
       st->print_cr("END.");
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   820
     }
679546f0cc1f 8065895: Synchronous signals during error reporting may terminate or hang VM process
dholmes
parents: 28513
diff changeset
   821
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   822
  END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   823
489c9b5090e2 Initial load
duke
parents:
diff changeset
   824
# undef BEGIN
489c9b5090e2 Initial load
duke
parents:
diff changeset
   825
# undef STEP
489c9b5090e2 Initial load
duke
parents:
diff changeset
   826
# undef END
489c9b5090e2 Initial load
duke
parents:
diff changeset
   827
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   828
33131
a8ad9de9e5a4 8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
david
parents: 33105
diff changeset
   829
volatile intptr_t VMError::first_error_tid = -1;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   830
18487
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   831
// An error could happen before tty is initialized or after it has been
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   832
// destroyed. Here we use a very simple unbuffered fdStream for printing.
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   833
// Only out.print_raw() and out.print_raw_cr() should be used, as other
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   834
// printing methods need to allocate large buffer on stack. To format a
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   835
// string, use jio_snprintf() with a static buffer or use staticBufferStream.
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   836
fdStream VMError::out(defaultStream::output_fd());
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   837
fdStream VMError::log; // error log used by VMError::report_and_die()
270ef05ebce8 7060111: race condition in VMError::report_and_die()
fparain
parents: 17134
diff changeset
   838
17121
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   839
/** Expand a pattern into a buffer starting at pos and open a file using constructed path */
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   840
static int expand_and_open(const char* pattern, char* buf, size_t buflen, size_t pos) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   841
  int fd = -1;
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   842
  if (Arguments::copy_expand_pid(pattern, strlen(pattern), &buf[pos], buflen - pos)) {
28513
9464a1b5c184 8050807: Better performing performance data handling
gthornbr
parents: 27471
diff changeset
   843
    // the O_EXCL flag will cause the open to fail if the file exists
9464a1b5c184 8050807: Better performing performance data handling
gthornbr
parents: 27471
diff changeset
   844
    fd = open(buf, O_RDWR | O_CREAT | O_EXCL, 0666);
17121
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   845
  }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   846
  return fd;
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   847
}
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   848
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   849
/**
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   850
 * Construct file name for a log file and return it's file descriptor.
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   851
 * Name and location depends on pattern, default_pattern params and access
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   852
 * permissions.
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   853
 */
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   854
static int prepare_log_file(const char* pattern, const char* default_pattern, char* buf, size_t buflen) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   855
  int fd = -1;
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   856
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   857
  // If possible, use specified pattern to construct log file name
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   858
  if (pattern != NULL) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   859
    fd = expand_and_open(pattern, buf, buflen, 0);
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   860
  }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   861
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   862
  // Either user didn't specify, or the user's location failed,
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   863
  // so use the default name in the current directory
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   864
  if (fd == -1) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   865
    const char* cwd = os::get_current_directory(buf, buflen);
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   866
    if (cwd != NULL) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   867
      size_t pos = strlen(cwd);
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   868
      int fsep_len = jio_snprintf(&buf[pos], buflen-pos, "%s", os::file_separator());
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   869
      pos += fsep_len;
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   870
      if (fsep_len > 0) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   871
        fd = expand_and_open(default_pattern, buf, buflen, pos);
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   872
      }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   873
    }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   874
  }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   875
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   876
   // try temp directory if it exists.
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   877
   if (fd == -1) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   878
     const char* tmpdir = os::get_temp_directory();
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   879
     if (tmpdir != NULL && strlen(tmpdir) > 0) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   880
       int pos = jio_snprintf(buf, buflen, "%s%s", tmpdir, os::file_separator());
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   881
       if (pos > 0) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   882
         fd = expand_and_open(default_pattern, buf, buflen, pos);
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   883
       }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   884
     }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   885
   }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   886
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   887
  return fd;
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   888
}
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
   889
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   890
int         VMError::_id;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   891
const char* VMError::_message;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   892
char        VMError::_detail_msg[1024];
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   893
Thread*     VMError::_thread;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   894
address     VMError::_pc;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   895
void*       VMError::_siginfo;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   896
void*       VMError::_context;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   897
const char* VMError::_filename;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   898
int         VMError::_lineno;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   899
size_t      VMError::_size;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   900
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   901
void VMError::report_and_die(Thread* thread, unsigned int sig, address pc, void* siginfo,
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   902
                             void* context, const char* detail_fmt, ...)
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   903
{
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   904
  va_list detail_args;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   905
  va_start(detail_args, detail_fmt);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   906
  report_and_die(sig, NULL, detail_fmt, detail_args, thread, pc, siginfo, context, NULL, 0, 0);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   907
  va_end(detail_args);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   908
}
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   909
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   910
void VMError::report_and_die(Thread* thread, unsigned int sig, address pc, void* siginfo, void* context)
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   911
{
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   912
  report_and_die(thread, sig, pc, siginfo, context, "%s", "");
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   913
}
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   914
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   915
void VMError::report_and_die(const char* message, const char* detail_fmt, ...)
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   916
{
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   917
  va_list detail_args;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   918
  va_start(detail_args, detail_fmt);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   919
  report_and_die(INTERNAL_ERROR, message, detail_fmt, detail_args, NULL, NULL, NULL, NULL, NULL, 0, 0);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   920
  va_end(detail_args);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   921
}
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   922
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   923
void VMError::report_and_die(const char* message)
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   924
{
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   925
  report_and_die(message, "%s", "");
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   926
}
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   927
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   928
void VMError::report_and_die(Thread* thread, const char* filename, int lineno, const char* message,
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   929
                             const char* detail_fmt, va_list detail_args)
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   930
{
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   931
  report_and_die(INTERNAL_ERROR, message, detail_fmt, detail_args, thread, NULL, NULL, NULL, filename, lineno, 0);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   932
}
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   933
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   934
void VMError::report_and_die(Thread* thread, const char* filename, int lineno, size_t size,
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   935
                             VMErrorType vm_err_type, const char* detail_fmt, va_list detail_args) {
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   936
  report_and_die(vm_err_type, NULL, detail_fmt, detail_args, thread, NULL, NULL, NULL, filename, lineno, size);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   937
}
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   938
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   939
void VMError::report_and_die(int id, const char* message, const char* detail_fmt, va_list detail_args,
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   940
                             Thread* thread, address pc, void* siginfo, void* context, const char* filename,
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   941
                             int lineno, size_t size)
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   942
{
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   943
  // Don't allocate large buffer on stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   944
  static char buffer[O_BUFLEN];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   945
489c9b5090e2 Initial load
duke
parents:
diff changeset
   946
  // How many errors occurred in error handler when reporting first_error.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   947
  static int recursive_error_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   948
489c9b5090e2 Initial load
duke
parents:
diff changeset
   949
  // We will first print a brief message to standard out (verbose = false),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   950
  // then save detailed information in log file (verbose = true).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   951
  static bool out_done = false;         // done printing to standard out
489c9b5090e2 Initial load
duke
parents:
diff changeset
   952
  static bool log_done = false;         // done saving error log
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
   953
  static bool transmit_report_done = false; // done error reporting
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   954
489c9b5090e2 Initial load
duke
parents:
diff changeset
   955
  if (SuppressFatalErrorMessage) {
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   956
      os::abort(CreateCoredumpOnCrash);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   957
  }
33131
a8ad9de9e5a4 8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
david
parents: 33105
diff changeset
   958
  intptr_t mytid = os::current_thread_id();
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   959
  if (first_error_tid == -1 &&
33131
a8ad9de9e5a4 8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
david
parents: 33105
diff changeset
   960
      Atomic::cmpxchg_ptr(mytid, &first_error_tid, -1) == -1) {
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   961
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   962
    _id = id;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   963
    _message = message;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   964
    _thread = thread;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   965
    _pc = pc;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   966
    _siginfo = siginfo;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   967
    _context = context;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   968
    _filename = filename;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   969
    _lineno = lineno;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   970
    _size = size;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
   971
    jio_vsnprintf(_detail_msg, sizeof(_detail_msg), detail_fmt, detail_args);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   972
489c9b5090e2 Initial load
duke
parents:
diff changeset
   973
    // first time
489c9b5090e2 Initial load
duke
parents:
diff changeset
   974
    set_error_reported();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   975
8476
7e34c2d4cf9b 7022037: Pause when exiting if debugger is attached on windows
sla
parents: 8119
diff changeset
   976
    if (ShowMessageBoxOnError || PauseAtExit) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   977
      show_message_box(buffer, sizeof(buffer));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   978
489c9b5090e2 Initial load
duke
parents:
diff changeset
   979
      // User has asked JVM to abort. Reset ShowMessageBoxOnError so the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   980
      // WatcherThread can kill JVM if the error handler hangs.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   981
      ShowMessageBoxOnError = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   982
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   983
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
   984
    os::check_dump_limit(buffer, sizeof(buffer));
8119
81eef1b06988 7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents: 8114
diff changeset
   985
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   986
    // reset signal handlers or exception filter; make sure recursive crashes
489c9b5090e2 Initial load
duke
parents:
diff changeset
   987
    // are handled properly.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   988
    reset_signal_handlers();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   989
489c9b5090e2 Initial load
duke
parents:
diff changeset
   990
  } else {
1887
0ed88ac17540 4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents: 1660
diff changeset
   991
    // If UseOsErrorReporting we call this for each level of the call stack
0ed88ac17540 4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents: 1660
diff changeset
   992
    // while searching for the exception handler.  Only the first level needs
0ed88ac17540 4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents: 1660
diff changeset
   993
    // to be reported.
0ed88ac17540 4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents: 1660
diff changeset
   994
    if (UseOSErrorReporting && log_done) return;
0ed88ac17540 4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents: 1660
diff changeset
   995
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   996
    // This is not the first error, see if it happened in a different thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
   997
    // or in the same thread during error reporting.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   998
    if (first_error_tid != mytid) {
18684
79e53d93bc13 8016465: The hs_err file gets wrong name
fparain
parents: 18487
diff changeset
   999
      char msgbuf[64];
79e53d93bc13 8016465: The hs_err file gets wrong name
fparain
parents: 18487
diff changeset
  1000
      jio_snprintf(msgbuf, sizeof(msgbuf),
33131
a8ad9de9e5a4 8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated.
david
parents: 33105
diff changeset
  1001
                   "[thread " INTX_FORMAT " also had an error]",
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1002
                   mytid);
18684
79e53d93bc13 8016465: The hs_err file gets wrong name
fparain
parents: 18487
diff changeset
  1003
      out.print_raw_cr(msgbuf);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1004
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1005
      // error reporting is not MT-safe, block current thread
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1006
      os::infinite_sleep();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1007
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1008
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1009
      if (recursive_error_count++ > 30) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1010
        out.print_raw_cr("[Too many errors, abort]");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1011
        os::die();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1012
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1013
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1014
      jio_snprintf(buffer, sizeof(buffer),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1015
                   "[error occurred during error reporting %s, id 0x%x]",
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1016
                   _current_step_info, _id);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1017
      if (log.is_open()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1018
        log.cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1019
        log.print_raw_cr(buffer);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1020
        log.cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1021
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1022
        out.cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1023
        out.print_raw_cr(buffer);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1024
        out.cr();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1025
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1026
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1027
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1028
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1029
  // print to screen
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1030
  if (!out_done) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1031
    staticBufferStream sbs(buffer, sizeof(buffer), &out);
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1032
    report(&sbs, false);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1033
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1034
    out_done = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1035
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1036
    _current_step = 0;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1037
    _current_step_info = "";
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1038
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1039
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1040
  // print to error log file
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1041
  if (!log_done) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1042
    // see if log file is already open
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1043
    if (!log.is_open()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1044
      // open log file
17121
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1045
      int fd = prepare_log_file(ErrorFile, "hs_err_pid%p.log", buffer, sizeof(buffer));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1046
      if (fd != -1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1047
        out.print_raw("# An error report file with more information is saved as:\n# ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1048
        out.print_raw_cr(buffer);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1049
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1050
        log.set_fd(fd);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1051
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1052
        out.print_raw_cr("# Can not save log file, dump to screen..");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1053
        log.set_fd(defaultStream::output_fd());
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1054
        /* Error reporting currently needs dumpfile.
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1055
         * Maybe implement direct streaming in the future.*/
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1056
        transmit_report_done = true;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1057
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1058
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1059
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1060
    staticBufferStream sbs(buffer, O_BUFLEN, &log);
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1061
    report(&sbs, true);
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1062
    _current_step = 0;
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1063
    _current_step_info = "";
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1064
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1065
    // Run error reporting to determine whether or not to report the crash.
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1066
    if (!transmit_report_done && should_report_bug(_id)) {
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1067
      transmit_report_done = true;
27471
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27162
diff changeset
  1068
      const int fd2 = ::dup(log.fd());
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27162
diff changeset
  1069
      FILE* const hs_err = ::fdopen(fd2, "r");
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1070
      if (NULL != hs_err) {
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1071
        ErrorReporter er;
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1072
        er.call(hs_err, buffer, O_BUFLEN);
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1073
      }
27471
6e56277909f1 8062370: Various minor code improvements
goetz
parents: 27162
diff changeset
  1074
      ::fclose(hs_err);
8114
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1075
    }
340b5b8b544b 7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents: 7901
diff changeset
  1076
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1077
    if (log.fd() != defaultStream::output_fd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1078
      close(log.fd());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1079
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1080
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1081
    log.set_fd(-1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1082
    log_done = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1083
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1084
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1085
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1086
  static bool skip_OnError = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1087
  if (!skip_OnError && OnError && OnError[0]) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1088
    skip_OnError = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1089
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1090
    out.print_raw_cr("#");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1091
    out.print_raw   ("# -XX:OnError=\"");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1092
    out.print_raw   (OnError);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1093
    out.print_raw_cr("\"");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1094
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1095
    char* cmd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1096
    const char* ptr = OnError;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1097
    while ((cmd = next_OnError_command(buffer, sizeof(buffer), &ptr)) != NULL){
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1098
      out.print_raw   ("#   Executing ");
10565
dc90c239f4ec 7089790: integrate bsd-port changes
never
parents: 8476
diff changeset
  1099
#if defined(LINUX) || defined(_ALLBSD_SOURCE)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1100
      out.print_raw   ("/bin/sh -c ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1101
#elif defined(SOLARIS)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1102
      out.print_raw   ("/usr/bin/sh -c ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1103
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1104
      out.print_raw   ("\"");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1105
      out.print_raw   (cmd);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1106
      out.print_raw_cr("\" ...");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1107
30745
8ebe80838174 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes
parents: 30622
diff changeset
  1108
      if (os::fork_and_exec(cmd) < 0) {
8ebe80838174 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes
parents: 30622
diff changeset
  1109
        out.print_cr("os::fork_and_exec failed: %s (%d)", strerror(errno), errno);
8ebe80838174 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes
parents: 30622
diff changeset
  1110
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1111
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1112
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1113
    // done with OnError
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1114
    OnError = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1115
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1116
22243
91944eab7b92 8028468: Add inlining information into ciReplay
kvn
parents: 20692
diff changeset
  1117
  static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay
14477
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1118
  if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) {
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1119
    skip_replay = true;
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1120
    ciEnv* env = ciEnv::current();
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1121
    if (env != NULL) {
17121
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1122
      int fd = prepare_log_file(ReplayDataFile, "replay_pid%p.log", buffer, sizeof(buffer));
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1123
      if (fd != -1) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1124
        FILE* replay_data_file = os::open(fd, "w");
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1125
        if (replay_data_file != NULL) {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1126
          fileStream replay_data_stream(replay_data_file, /*need_close=*/true);
20692
65021f70c2fc 8024943: ciReplay: fails to dump replay data during safepointing
vlivanov
parents: 19952
diff changeset
  1127
          env->dump_replay_data_unsafe(&replay_data_stream);
17121
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1128
          out.print_raw("#\n# Compiler replay data is saved as:\n# ");
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1129
          out.print_raw_cr(buffer);
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1130
        } else {
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1131
          out.print_raw("#\n# Can't open file to dump replay data. Error: ");
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1132
          out.print_raw_cr(strerror(os::get_last_error()));
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1133
        }
e40a97c700d9 8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents: 16685
diff changeset
  1134
      }
14477
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1135
    }
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1136
  }
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 14289
diff changeset
  1137
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1138
  static bool skip_bug_url = !should_report_bug(_id);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1139
  if (!skip_bug_url) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1140
    skip_bug_url = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1141
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1142
    out.print_raw_cr("#");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1143
    print_bug_submit_message(&out, _thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1144
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1145
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1146
  if (!UseOSErrorReporting) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1147
    // os::abort() will call abort hooks, try it first.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1148
    static bool skip_os_abort = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1149
    if (!skip_os_abort) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1150
      skip_os_abort = true;
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1151
      bool dump_core = should_report_bug(_id);
30240
a7ba42fa1df6 8074354: Make CreateMinidumpOnCrash a new name and available on all platforms
minqi
parents: 30125
diff changeset
  1152
      os::abort(dump_core && CreateCoredumpOnCrash, _siginfo, _context);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1153
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1154
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1155
    // if os::abort() doesn't abort, try os::die();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1156
    os::die();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1157
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1158
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1159
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1160
/*
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1161
 * OnOutOfMemoryError scripts/commands executed while VM is a safepoint - this
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1162
 * ensures utilities such as jmap can observe the process is a consistent state.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1163
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1164
class VM_ReportJavaOutOfMemory : public VM_Operation {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1165
 private:
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1166
  const char* _message;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1167
 public:
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1168
  VM_ReportJavaOutOfMemory(const char* message) { _message = message; }
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1169
  VMOp_Type type() const                        { return VMOp_ReportJavaOutOfMemory; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1170
  void doit();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1171
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1172
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1173
void VM_ReportJavaOutOfMemory::doit() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1174
  // Don't allocate large buffer on stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1175
  static char buffer[O_BUFLEN];
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1176
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1177
  tty->print_cr("#");
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1178
  tty->print_cr("# java.lang.OutOfMemoryError: %s", _message);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1179
  tty->print_cr("# -XX:OnOutOfMemoryError=\"%s\"", OnOutOfMemoryError);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1180
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1181
  // make heap parsability
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1182
  Universe::heap()->ensure_parsability(false);  // no need to retire TLABs
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1183
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1184
  char* cmd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1185
  const char* ptr = OnOutOfMemoryError;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1186
  while ((cmd = next_OnError_command(buffer, sizeof(buffer), &ptr)) != NULL){
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1187
    tty->print("#   Executing ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1188
#if defined(LINUX)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1189
    tty->print  ("/bin/sh -c ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1190
#elif defined(SOLARIS)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1191
    tty->print  ("/usr/bin/sh -c ");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1192
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1193
    tty->print_cr("\"%s\"...", cmd);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1194
30745
8ebe80838174 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes
parents: 30622
diff changeset
  1195
    if (os::fork_and_exec(cmd) < 0) {
8ebe80838174 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes
parents: 30622
diff changeset
  1196
      tty->print_cr("os::fork_and_exec failed: %s (%d)", strerror(errno), errno);
8ebe80838174 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes
parents: 30622
diff changeset
  1197
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1198
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1199
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1200
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1201
void VMError::report_java_out_of_memory(const char* message) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1202
  if (OnOutOfMemoryError && OnOutOfMemoryError[0]) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1203
    MutexLocker ml(Heap_lock);
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32583
diff changeset
  1204
    VM_ReportJavaOutOfMemory op(message);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1205
    VMThread::execute(&op);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1206
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1207
}