author | jmasa |
Wed, 25 Jun 2014 20:41:16 -0700 | |
changeset 25354 | f6762819b488 |
parent 25351 | 7c198a690050 |
child 25715 | d5a8dbdc5150 |
child 25503 | 9f471b837330 |
permissions | -rw-r--r-- |
1 | 1 |
/* |
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
2 |
* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved. |
1 | 3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
* |
|
5 |
* This code is free software; you can redistribute it and/or modify it |
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
|
7 |
* published by the Free Software Foundation. |
|
8 |
* |
|
9 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
* version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
* accompanied this code). |
|
14 |
* |
|
15 |
* You should have received a copy of the GNU General Public License version |
|
16 |
* 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
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 | 22 |
* |
23 |
*/ |
|
24 |
||
7397 | 25 |
#include "precompiled.hpp" |
26 |
#include "compiler/compileBroker.hpp" |
|
27 |
#include "gc_interface/collectedHeap.hpp" |
|
12095 | 28 |
#include "prims/whitebox.hpp" |
7397 | 29 |
#include "runtime/arguments.hpp" |
25351
7c198a690050
8044775: Improve usage of umbrella header atomic.inline.hpp.
goetz
parents:
24424
diff
changeset
|
30 |
#include "runtime/atomic.inline.hpp" |
7397 | 31 |
#include "runtime/frame.inline.hpp" |
32 |
#include "runtime/init.hpp" |
|
33 |
#include "runtime/os.hpp" |
|
24351
61b33cc6d3cf
8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz
parents:
23204
diff
changeset
|
34 |
#include "runtime/thread.inline.hpp" |
7397 | 35 |
#include "runtime/vmThread.hpp" |
36 |
#include "runtime/vm_operations.hpp" |
|
13195 | 37 |
#include "services/memTracker.hpp" |
7397 | 38 |
#include "utilities/debug.hpp" |
7447
32c42d627f41
7003748: Decode C stack frames when symbols are presented (PhoneHome project)
zgu
parents:
7397
diff
changeset
|
39 |
#include "utilities/decoder.hpp" |
7397 | 40 |
#include "utilities/defaultStream.hpp" |
8114
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
41 |
#include "utilities/errorReporter.hpp" |
11636
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
42 |
#include "utilities/events.hpp" |
7397 | 43 |
#include "utilities/top.hpp" |
44 |
#include "utilities/vmError.hpp" |
|
1 | 45 |
|
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
46 |
PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC |
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
47 |
|
1 | 48 |
// List of environment variables that should be reported in error log file. |
49 |
const char *env_list[] = { |
|
50 |
// All platforms |
|
51 |
"JAVA_HOME", "JRE_HOME", "JAVA_TOOL_OPTIONS", "_JAVA_OPTIONS", "CLASSPATH", |
|
52 |
"JAVA_COMPILER", "PATH", "USERNAME", |
|
53 |
||
10565 | 54 |
// Env variables that are defined on Solaris/Linux/BSD |
1 | 55 |
"LD_LIBRARY_PATH", "LD_PRELOAD", "SHELL", "DISPLAY", |
56 |
"HOSTTYPE", "OSTYPE", "ARCH", "MACHTYPE", |
|
57 |
||
58 |
// defined on Linux |
|
59 |
"LD_ASSUME_KERNEL", "_JAVA_SR_SIGNUM", |
|
60 |
||
10565 | 61 |
// defined on Darwin |
62 |
"DYLD_LIBRARY_PATH", "DYLD_FALLBACK_LIBRARY_PATH", |
|
63 |
"DYLD_FRAMEWORK_PATH", "DYLD_FALLBACK_FRAMEWORK_PATH", |
|
64 |
"DYLD_INSERT_LIBRARIES", |
|
65 |
||
1 | 66 |
// defined on Windows |
67 |
"OS", "PROCESSOR_IDENTIFIER", "_ALT_JAVA_HOME_DIR", |
|
68 |
||
69 |
(const char *)0 |
|
70 |
}; |
|
71 |
||
72 |
// Fatal error handler for internal errors and crashes. |
|
73 |
// |
|
74 |
// The default behavior of fatal error handler is to print a brief message |
|
75 |
// to standard out (defaultStream::output_fd()), then save detailed information |
|
76 |
// into an error report file (hs_err_pid<pid>.log) and abort VM. If multiple |
|
77 |
// threads are having troubles at the same time, only one error is reported. |
|
78 |
// The thread that is reporting error will abort VM when it is done, all other |
|
79 |
// threads are blocked forever inside report_and_die(). |
|
80 |
||
81 |
// Constructor for crashes |
|
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
82 |
VMError::VMError(Thread* thread, unsigned int sig, address pc, void* siginfo, void* context) { |
1 | 83 |
_thread = thread; |
84 |
_id = sig; |
|
85 |
_pc = pc; |
|
86 |
_siginfo = siginfo; |
|
87 |
_context = context; |
|
88 |
||
89 |
_verbose = false; |
|
90 |
_current_step = 0; |
|
91 |
_current_step_info = NULL; |
|
92 |
||
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
93 |
_message = NULL; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
94 |
_detail_msg = NULL; |
1 | 95 |
_filename = NULL; |
96 |
_lineno = 0; |
|
97 |
||
98 |
_size = 0; |
|
99 |
} |
|
100 |
||
101 |
// Constructor for internal errors |
|
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
102 |
VMError::VMError(Thread* thread, const char* filename, int lineno, |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
103 |
const char* message, const char * detail_msg) |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
104 |
{ |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
105 |
_thread = thread; |
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
106 |
_id = INTERNAL_ERROR; // Value that's not an OS exception/signal |
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
107 |
_filename = filename; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
108 |
_lineno = lineno; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
109 |
_message = message; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
110 |
_detail_msg = detail_msg; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
111 |
|
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
112 |
_verbose = false; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
113 |
_current_step = 0; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
114 |
_current_step_info = NULL; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
115 |
|
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
116 |
_pc = NULL; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
117 |
_siginfo = NULL; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
118 |
_context = NULL; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
119 |
|
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
120 |
_size = 0; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
121 |
} |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
122 |
|
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
123 |
// Constructor for OOM errors |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
124 |
VMError::VMError(Thread* thread, const char* filename, int lineno, size_t size, |
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
125 |
VMErrorType vm_err_type, const char* message) { |
1 | 126 |
_thread = thread; |
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
127 |
_id = vm_err_type; // Value that's not an OS exception/signal |
1 | 128 |
_filename = filename; |
129 |
_lineno = lineno; |
|
130 |
_message = message; |
|
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
131 |
_detail_msg = NULL; |
1 | 132 |
|
133 |
_verbose = false; |
|
134 |
_current_step = 0; |
|
135 |
_current_step_info = NULL; |
|
136 |
||
137 |
_pc = NULL; |
|
138 |
_siginfo = NULL; |
|
139 |
_context = NULL; |
|
140 |
||
141 |
_size = size; |
|
142 |
} |
|
143 |
||
144 |
||
145 |
// Constructor for non-fatal errors |
|
146 |
VMError::VMError(const char* message) { |
|
147 |
_thread = NULL; |
|
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
148 |
_id = INTERNAL_ERROR; // Value that's not an OS exception/signal |
1 | 149 |
_filename = NULL; |
150 |
_lineno = 0; |
|
151 |
_message = message; |
|
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
152 |
_detail_msg = NULL; |
1 | 153 |
|
154 |
_verbose = false; |
|
155 |
_current_step = 0; |
|
156 |
_current_step_info = NULL; |
|
157 |
||
158 |
_pc = NULL; |
|
159 |
_siginfo = NULL; |
|
160 |
_context = NULL; |
|
161 |
||
162 |
_size = 0; |
|
163 |
} |
|
164 |
||
165 |
// -XX:OnError=<string>, where <string> can be a list of commands, separated |
|
166 |
// by ';'. "%p" is replaced by current process id (pid); "%%" is replaced by |
|
167 |
// a single "%". Some examples: |
|
168 |
// |
|
169 |
// -XX:OnError="pmap %p" // show memory map |
|
170 |
// -XX:OnError="gcore %p; dbx - %p" // dump core and launch debugger |
|
171 |
// -XX:OnError="cat hs_err_pid%p.log | mail my_email@sun.com" |
|
172 |
// -XX:OnError="kill -9 %p" // ?#!@# |
|
173 |
||
174 |
// A simple parser for -XX:OnError, usage: |
|
175 |
// ptr = OnError; |
|
176 |
// while ((cmd = next_OnError_command(buffer, sizeof(buffer), &ptr) != NULL) |
|
177 |
// ... ... |
|
178 |
static char* next_OnError_command(char* buf, int buflen, const char** ptr) { |
|
179 |
if (ptr == NULL || *ptr == NULL) return NULL; |
|
180 |
||
181 |
const char* cmd = *ptr; |
|
182 |
||
183 |
// skip leading blanks or ';' |
|
184 |
while (*cmd == ' ' || *cmd == ';') cmd++; |
|
185 |
||
186 |
if (*cmd == '\0') return NULL; |
|
187 |
||
188 |
const char * cmdend = cmd; |
|
189 |
while (*cmdend != '\0' && *cmdend != ';') cmdend++; |
|
190 |
||
191 |
Arguments::copy_expand_pid(cmd, cmdend - cmd, buf, buflen); |
|
192 |
||
193 |
*ptr = (*cmdend == '\0' ? cmdend : cmdend + 1); |
|
194 |
return buf; |
|
195 |
} |
|
196 |
||
197 |
||
198 |
static void print_bug_submit_message(outputStream *out, Thread *thread) { |
|
199 |
if (out == NULL) return; |
|
200 |
out->print_raw_cr("# If you would like to submit a bug report, please visit:"); |
|
201 |
out->print_raw ("# "); |
|
202 |
out->print_raw_cr(Arguments::java_vendor_url_bug()); |
|
203 |
// If the crash is in native code, encourage user to submit a bug to the |
|
204 |
// provider of that code. |
|
229
4fddba548751
6549844: Wording problems in "An unexpected error ..."
coleenp
parents:
1
diff
changeset
|
205 |
if (thread && thread->is_Java_thread() && |
4fddba548751
6549844: Wording problems in "An unexpected error ..."
coleenp
parents:
1
diff
changeset
|
206 |
!thread->is_hidden_from_external_view()) { |
1 | 207 |
JavaThread* jt = (JavaThread*)thread; |
208 |
if (jt->thread_state() == _thread_in_native) { |
|
209 |
out->print_cr("# The crash happened outside the Java Virtual Machine in native code.\n# See problematic frame for where to report the bug."); |
|
210 |
} |
|
211 |
} |
|
212 |
out->print_raw_cr("#"); |
|
213 |
} |
|
214 |
||
8119
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
215 |
bool VMError::coredump_status; |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
216 |
char VMError::coredump_message[O_BUFLEN]; |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
217 |
|
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
218 |
void VMError::report_coredump_status(const char* message, bool status) { |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
219 |
coredump_status = status; |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
220 |
strncpy(coredump_message, message, sizeof(coredump_message)); |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
221 |
coredump_message[sizeof(coredump_message)-1] = 0; |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
222 |
} |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
223 |
|
1 | 224 |
|
225 |
// Return a string to describe the error |
|
226 |
char* VMError::error_string(char* buf, int buflen) { |
|
227 |
char signame_buf[64]; |
|
228 |
const char *signame = os::exception_name(_id, signame_buf, sizeof(signame_buf)); |
|
229 |
||
230 |
if (signame) { |
|
231 |
jio_snprintf(buf, buflen, |
|
232 |
"%s (0x%x) at pc=" PTR_FORMAT ", pid=%d, tid=" UINTX_FORMAT, |
|
233 |
signame, _id, _pc, |
|
234 |
os::current_process_id(), os::current_thread_id()); |
|
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
235 |
} else if (_filename != NULL && _lineno > 0) { |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
236 |
// skip directory names |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
237 |
char separator = os::file_separator()[0]; |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
238 |
const char *p = strrchr(_filename, separator); |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
239 |
int n = jio_snprintf(buf, buflen, |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
240 |
"Internal Error at %s:%d, pid=%d, tid=" UINTX_FORMAT, |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
241 |
p ? p + 1 : _filename, _lineno, |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
242 |
os::current_process_id(), os::current_thread_id()); |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
243 |
if (n >= 0 && n < buflen && _message) { |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
244 |
if (_detail_msg) { |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
245 |
jio_snprintf(buf + n, buflen - n, "%s%s: %s", |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
246 |
os::line_separator(), _message, _detail_msg); |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
247 |
} else { |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
248 |
jio_snprintf(buf + n, buflen - n, "%sError: %s", |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
249 |
os::line_separator(), _message); |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
250 |
} |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
251 |
} |
1 | 252 |
} else { |
5403
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
253 |
jio_snprintf(buf, buflen, |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
254 |
"Internal Error (0x%x), pid=%d, tid=" UINTX_FORMAT, |
6b0dd9c75dde
6888954: argument formatting for assert() and friends
jcoomes
parents:
5340
diff
changeset
|
255 |
_id, os::current_process_id(), os::current_thread_id()); |
1 | 256 |
} |
257 |
||
258 |
return buf; |
|
259 |
} |
|
260 |
||
5340 | 261 |
void VMError::print_stack_trace(outputStream* st, JavaThread* jt, |
262 |
char* buf, int buflen, bool verbose) { |
|
263 |
#ifdef ZERO |
|
264 |
if (jt->zero_stack()->sp() && jt->top_zero_frame()) { |
|
265 |
// StackFrameStream uses the frame anchor, which may not have |
|
266 |
// been set up. This can be done at any time in Zero, however, |
|
267 |
// so if it hasn't been set up then we just set it up now and |
|
268 |
// clear it again when we're done. |
|
269 |
bool has_last_Java_frame = jt->has_last_Java_frame(); |
|
270 |
if (!has_last_Java_frame) |
|
271 |
jt->set_last_Java_frame(); |
|
272 |
st->print("Java frames:"); |
|
273 |
||
274 |
// If the top frame is a Shark frame and the frame anchor isn't |
|
275 |
// set up then it's possible that the information in the frame |
|
276 |
// is garbage: it could be from a previous decache, or it could |
|
277 |
// simply have never been written. So we print a warning... |
|
278 |
StackFrameStream sfs(jt); |
|
279 |
if (!has_last_Java_frame && !sfs.is_done()) { |
|
280 |
if (sfs.current()->zeroframe()->is_shark_frame()) { |
|
281 |
st->print(" (TOP FRAME MAY BE JUNK)"); |
|
282 |
} |
|
283 |
} |
|
284 |
st->cr(); |
|
285 |
||
286 |
// Print the frames |
|
287 |
for(int i = 0; !sfs.is_done(); sfs.next(), i++) { |
|
288 |
sfs.current()->zero_print_on_error(i, st, buf, buflen); |
|
289 |
st->cr(); |
|
290 |
} |
|
291 |
||
292 |
// Reset the frame anchor if necessary |
|
293 |
if (!has_last_Java_frame) |
|
294 |
jt->reset_last_Java_frame(); |
|
295 |
} |
|
296 |
#else |
|
297 |
if (jt->has_last_Java_frame()) { |
|
298 |
st->print_cr("Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)"); |
|
299 |
for(StackFrameStream sfs(jt); !sfs.is_done(); sfs.next()) { |
|
300 |
sfs.current()->print_on_error(st, buf, buflen, verbose); |
|
301 |
st->cr(); |
|
302 |
} |
|
303 |
} |
|
304 |
#endif // ZERO |
|
305 |
} |
|
1 | 306 |
|
307 |
// This is the main function to report a fatal error. Only one thread can |
|
308 |
// call this function, so we don't need to worry about MT-safety. But it's |
|
309 |
// possible that the error handler itself may crash or die on an internal |
|
310 |
// error, for example, when the stack/heap is badly damaged. We must be |
|
311 |
// able to handle recursive errors that happen inside error handler. |
|
312 |
// |
|
313 |
// Error reporting is done in several steps. If a crash or internal error |
|
314 |
// occurred when reporting an error, the nested signal/exception handler |
|
315 |
// can skip steps that are already (or partially) done. Error reporting will |
|
316 |
// continue from the next step. This allows us to retrieve and print |
|
317 |
// information that may be unsafe to get after a fatal error. If it happens, |
|
318 |
// you may find nested report_and_die() frames when you look at the stack |
|
319 |
// in a debugger. |
|
320 |
// |
|
321 |
// In general, a hang in error handler is much worse than a crash or internal |
|
322 |
// error, as it's harder to recover from a hang. Deadlock can happen if we |
|
323 |
// try to grab a lock that is already owned by current thread, or if the |
|
324 |
// owner is blocked forever (e.g. in os::infinite_sleep()). If possible, the |
|
325 |
// error handler and all the functions it called should avoid grabbing any |
|
326 |
// lock. An important thing to notice is that memory allocation needs a lock. |
|
327 |
// |
|
328 |
// We should avoid using large stack allocated buffers. Many errors happen |
|
329 |
// when stack space is already low. Making things even worse is that there |
|
330 |
// could be nested report_and_die() calls on stack (see above). Only one |
|
331 |
// thread can report error, so large buffers are statically allocated in data |
|
332 |
// segment. |
|
333 |
||
334 |
void VMError::report(outputStream* st) { |
|
335 |
# define BEGIN if (_current_step == 0) { _current_step = 1; |
|
336 |
# define STEP(n, s) } if (_current_step < n) { _current_step = n; _current_step_info = s; |
|
337 |
# define END } |
|
338 |
||
339 |
// don't allocate large buffer on stack |
|
340 |
static char buf[O_BUFLEN]; |
|
341 |
||
342 |
BEGIN |
|
343 |
||
229
4fddba548751
6549844: Wording problems in "An unexpected error ..."
coleenp
parents:
1
diff
changeset
|
344 |
STEP(10, "(printing fatal error message)") |
1 | 345 |
|
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
346 |
st->print_cr("#"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
347 |
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
|
348 |
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
|
349 |
} else { |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
350 |
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
|
351 |
"Runtime Environment to continue."); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
352 |
} |
1 | 353 |
|
354 |
STEP(15, "(printing type of error)") |
|
355 |
||
356 |
switch(_id) { |
|
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
357 |
case OOM_MALLOC_ERROR: |
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
358 |
case OOM_MMAP_ERROR: |
1 | 359 |
if (_size) { |
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
360 |
st->print("# Native memory allocation "); |
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
361 |
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
|
362 |
"(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
|
363 |
jio_snprintf(buf, sizeof(buf), SIZE_FORMAT, _size); |
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
364 |
st->print("%s", buf); |
1 | 365 |
st->print(" bytes"); |
366 |
if (_message != NULL) { |
|
367 |
st->print(" for "); |
|
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
368 |
st->print("%s", _message); |
1 | 369 |
} |
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
370 |
st->cr(); |
1 | 371 |
} else { |
372 |
if (_message != NULL) |
|
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
373 |
st->print("# "); |
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
374 |
st->print_cr("%s", _message); |
1 | 375 |
} |
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
376 |
// 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
|
377 |
if (_verbose) { |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
378 |
st->print_cr("# Possible reasons:"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
379 |
st->print_cr("# The system is out of physical RAM or swap space"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
380 |
st->print_cr("# In 32 bit mode, the process size limit was hit"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
381 |
st->print_cr("# Possible solutions:"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
382 |
st->print_cr("# Reduce memory load on the system"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
383 |
st->print_cr("# Increase physical memory or swap space"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
384 |
st->print_cr("# Check if swap backing store is full"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
385 |
st->print_cr("# Use 64 bit Java on a 64 bit OS"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
386 |
st->print_cr("# Decrease Java heap size (-Xmx/-Xms)"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
387 |
st->print_cr("# Decrease number of Java threads"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
388 |
st->print_cr("# Decrease Java thread stack sizes (-Xss)"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
389 |
st->print_cr("# Set larger code cache with -XX:ReservedCodeCacheSize="); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
390 |
st->print_cr("# This output file may be truncated or incomplete."); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
391 |
} else { |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
392 |
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
|
393 |
} |
1 | 394 |
break; |
17087
f0b76c4c93a0
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung
parents:
16685
diff
changeset
|
395 |
case INTERNAL_ERROR: |
1 | 396 |
default: |
397 |
break; |
|
398 |
} |
|
399 |
||
400 |
STEP(20, "(printing exception/signal name)") |
|
401 |
||
402 |
st->print_cr("#"); |
|
403 |
st->print("# "); |
|
404 |
// Is it an OS exception/signal? |
|
405 |
if (os::exception_name(_id, buf, sizeof(buf))) { |
|
406 |
st->print("%s", buf); |
|
407 |
st->print(" (0x%x)", _id); // signal number |
|
408 |
st->print(" at pc=" PTR_FORMAT, _pc); |
|
409 |
} else { |
|
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
410 |
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
|
411 |
st->print("Internal Error"); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
412 |
} else { |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
413 |
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
|
414 |
} |
1 | 415 |
if (_filename != NULL && _lineno > 0) { |
416 |
#ifdef PRODUCT |
|
417 |
// In product mode chop off pathname? |
|
418 |
char separator = os::file_separator()[0]; |
|
419 |
const char *p = strrchr(_filename, separator); |
|
420 |
const char *file = p ? p+1 : _filename; |
|
421 |
#else |
|
422 |
const char *file = _filename; |
|
423 |
#endif |
|
424 |
size_t len = strlen(file); |
|
425 |
size_t buflen = sizeof(buf); |
|
426 |
||
427 |
strncpy(buf, file, buflen); |
|
428 |
if (len + 10 < buflen) { |
|
2129
e810a33b5c67
6778669: Patch from Red Hat -- fixes compilation errors
twisti
parents:
1887
diff
changeset
|
429 |
sprintf(buf + len, ":%d", _lineno); |
1 | 430 |
} |
431 |
st->print(" (%s)", buf); |
|
432 |
} else { |
|
433 |
st->print(" (0x%x)", _id); |
|
434 |
} |
|
435 |
} |
|
436 |
||
437 |
STEP(30, "(printing current thread and pid)") |
|
438 |
||
439 |
// process id, thread id |
|
440 |
st->print(", pid=%d", os::current_process_id()); |
|
441 |
st->print(", tid=" UINTX_FORMAT, os::current_thread_id()); |
|
442 |
st->cr(); |
|
443 |
||
444 |
STEP(40, "(printing error message)") |
|
445 |
||
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
446 |
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
|
447 |
// error message |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
448 |
if (_detail_msg) { |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
449 |
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
|
450 |
} else if (_message) { |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
451 |
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
|
452 |
} |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
453 |
} |
1 | 454 |
|
455 |
STEP(50, "(printing Java version string)") |
|
456 |
||
457 |
// VM version |
|
458 |
st->print_cr("#"); |
|
1660
86be56b9ba46
6689685: Hotspot crash error message should include libraries version
coleenp
parents:
1500
diff
changeset
|
459 |
JDK_Version::current().to_string(buf, sizeof(buf)); |
13106 | 460 |
const char* runtime_name = JDK_Version::runtime_name() != NULL ? |
461 |
JDK_Version::runtime_name() : ""; |
|
14289
aec758622b4b
8002078: hs_err_pid file should report full JDK version string
sla
parents:
13196
diff
changeset
|
462 |
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
|
463 |
JDK_Version::runtime_version() : ""; |
aec758622b4b
8002078: hs_err_pid file should report full JDK version string
sla
parents:
13196
diff
changeset
|
464 |
st->print_cr("# JRE version: %s (%s) (build %s)", runtime_name, buf, runtime_version); |
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
229
diff
changeset
|
465 |
st->print_cr("# Java VM: %s (%s %s %s %s)", |
1 | 466 |
Abstract_VM_Version::vm_name(), |
467 |
Abstract_VM_Version::vm_release(), |
|
468 |
Abstract_VM_Version::vm_info_string(), |
|
360
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
229
diff
changeset
|
469 |
Abstract_VM_Version::vm_platform_string(), |
21d113ecbf6a
6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents:
229
diff
changeset
|
470 |
UseCompressedOops ? "compressed oops" : "" |
1 | 471 |
); |
472 |
||
473 |
STEP(60, "(printing problematic frame)") |
|
474 |
||
475 |
// Print current frame if we have a context (i.e. it's a crash) |
|
476 |
if (_context) { |
|
477 |
st->print_cr("# Problematic frame:"); |
|
478 |
st->print("# "); |
|
479 |
frame fr = os::fetch_frame_from_context(_context); |
|
480 |
fr.print_on_error(st, buf, sizeof(buf)); |
|
481 |
st->cr(); |
|
482 |
st->print_cr("#"); |
|
483 |
} |
|
8119
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
484 |
STEP(63, "(printing core file information)") |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
485 |
st->print("# "); |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
486 |
if (coredump_status) { |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
487 |
st->print("Core dump written. Default location: %s", coredump_message); |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
488 |
} else { |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
489 |
st->print("Failed to write core dump. %s", coredump_message); |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
490 |
} |
24424
2658d7834c6e
8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents:
24351
diff
changeset
|
491 |
st->cr(); |
8119
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
492 |
st->print_cr("#"); |
1 | 493 |
|
494 |
STEP(65, "(printing bug submit message)") |
|
495 |
||
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
496 |
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
|
497 |
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
|
498 |
} |
1 | 499 |
|
500 |
STEP(70, "(printing thread)" ) |
|
501 |
||
502 |
if (_verbose) { |
|
503 |
st->cr(); |
|
504 |
st->print_cr("--------------- T H R E A D ---------------"); |
|
505 |
st->cr(); |
|
506 |
} |
|
507 |
||
508 |
STEP(80, "(printing current thread)" ) |
|
509 |
||
510 |
// current thread |
|
511 |
if (_verbose) { |
|
512 |
if (_thread) { |
|
513 |
st->print("Current thread (" PTR_FORMAT "): ", _thread); |
|
514 |
_thread->print_on_error(st, buf, sizeof(buf)); |
|
515 |
st->cr(); |
|
516 |
} else { |
|
517 |
st->print_cr("Current thread is native thread"); |
|
518 |
} |
|
519 |
st->cr(); |
|
520 |
} |
|
521 |
||
522 |
STEP(90, "(printing siginfo)" ) |
|
523 |
||
524 |
// signal no, signal code, address that caused the fault |
|
525 |
if (_verbose && _siginfo) { |
|
526 |
os::print_siginfo(st, _siginfo); |
|
527 |
st->cr(); |
|
528 |
} |
|
529 |
||
530 |
STEP(100, "(printing registers, top of stack, instructions near pc)") |
|
531 |
||
532 |
// registers, top of stack, instructions near pc |
|
533 |
if (_verbose && _context) { |
|
534 |
os::print_context(st, _context); |
|
535 |
st->cr(); |
|
536 |
} |
|
537 |
||
7108 | 538 |
STEP(105, "(printing register info)") |
539 |
||
540 |
// decode register contents if possible |
|
541 |
if (_verbose && _context && Universe::is_fully_initialized()) { |
|
542 |
os::print_register_info(st, _context); |
|
543 |
st->cr(); |
|
544 |
} |
|
545 |
||
1 | 546 |
STEP(110, "(printing stack bounds)" ) |
547 |
||
548 |
if (_verbose) { |
|
549 |
st->print("Stack: "); |
|
550 |
||
551 |
address stack_top; |
|
552 |
size_t stack_size; |
|
553 |
||
554 |
if (_thread) { |
|
555 |
stack_top = _thread->stack_base(); |
|
556 |
stack_size = _thread->stack_size(); |
|
557 |
} else { |
|
558 |
stack_top = os::current_stack_base(); |
|
559 |
stack_size = os::current_stack_size(); |
|
560 |
} |
|
561 |
||
562 |
address stack_bottom = stack_top - stack_size; |
|
563 |
st->print("[" PTR_FORMAT "," PTR_FORMAT "]", stack_bottom, stack_top); |
|
564 |
||
565 |
frame fr = _context ? os::fetch_frame_from_context(_context) |
|
566 |
: os::current_frame(); |
|
567 |
||
568 |
if (fr.sp()) { |
|
569 |
st->print(", sp=" PTR_FORMAT, fr.sp()); |
|
6179
4846648c4b7b
6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
kvn
parents:
5547
diff
changeset
|
570 |
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
|
571 |
st->print(", free space=" SIZE_FORMAT "k", free_stack_size); |
1 | 572 |
} |
573 |
||
574 |
st->cr(); |
|
575 |
} |
|
576 |
||
577 |
STEP(120, "(printing native stack)" ) |
|
578 |
||
579 |
if (_verbose) { |
|
19952
bc974e92f881
8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents:
19334
diff
changeset
|
580 |
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
|
581 |
// 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
|
582 |
// 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
|
583 |
} else { |
1 | 584 |
frame fr = _context ? os::fetch_frame_from_context(_context) |
585 |
: os::current_frame(); |
|
586 |
||
587 |
// see if it's a valid frame |
|
588 |
if (fr.pc()) { |
|
589 |
st->print_cr("Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)"); |
|
590 |
||
7447
32c42d627f41
7003748: Decode C stack frames when symbols are presented (PhoneHome project)
zgu
parents:
7397
diff
changeset
|
591 |
|
1 | 592 |
int count = 0; |
593 |
while (count++ < StackPrintLimit) { |
|
594 |
fr.print_on_error(st, buf, sizeof(buf)); |
|
595 |
st->cr(); |
|
19334
3aa9ca404965
8021898: Broken JIT compiler optimization for loop unswitching
kvn
parents:
18684
diff
changeset
|
596 |
// Compiled code may use EBP register on x86 so it looks like |
3aa9ca404965
8021898: Broken JIT compiler optimization for loop unswitching
kvn
parents:
18684
diff
changeset
|
597 |
// non-walkable C frame. Use frame.sender() for java frames. |
23204
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
598 |
if (_thread && _thread->is_Java_thread()) { |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
599 |
// Catch very first native frame by using stack address. |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
600 |
// For JavaThread stack_base and stack_size should be set. |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
601 |
if (!_thread->on_local_stack((address)(fr.sender_sp() + 1))) { |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
602 |
break; |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
603 |
} |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
604 |
if (fr.is_java_frame()) { |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
605 |
RegisterMap map((JavaThread*)_thread, false); // No update |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
606 |
fr = fr.sender(&map); |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
607 |
} else { |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
608 |
fr = os::get_sender_for_C_frame(&fr); |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
609 |
} |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
610 |
} else { |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
611 |
// is_first_C_frame() does only simple checks for frame pointer, |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
612 |
// it will pass if java compiled code has a pointer in EBP. |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
613 |
if (os::is_first_C_frame(&fr)) break; |
e5c4480df562
8035983: Fix "Native frames:" in crash report (hs_err file)
kvn
parents:
22243
diff
changeset
|
614 |
fr = os::get_sender_for_C_frame(&fr); |
19334
3aa9ca404965
8021898: Broken JIT compiler optimization for loop unswitching
kvn
parents:
18684
diff
changeset
|
615 |
} |
1 | 616 |
} |
617 |
||
618 |
if (count > StackPrintLimit) { |
|
619 |
st->print_cr("...<more frames>..."); |
|
620 |
} |
|
621 |
||
622 |
st->cr(); |
|
623 |
} |
|
624 |
} |
|
19952
bc974e92f881
8022335: Native stack walk while generating hs_err does not work on Windows x64
iklam
parents:
19334
diff
changeset
|
625 |
} |
1 | 626 |
|
627 |
STEP(130, "(printing Java stack)" ) |
|
628 |
||
629 |
if (_verbose && _thread && _thread->is_Java_thread()) { |
|
5340 | 630 |
print_stack_trace(st, (JavaThread*)_thread, buf, sizeof(buf)); |
1 | 631 |
} |
632 |
||
4489
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
633 |
STEP(135, "(printing target Java thread stack)" ) |
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
634 |
|
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
635 |
// printing Java thread stack trace if it is involved in GC crash |
7108 | 636 |
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
|
637 |
JavaThread* jt = ((NamedThread *)_thread)->processed_thread(); |
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
638 |
if (jt != NULL) { |
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
639 |
st->print_cr("JavaThread " PTR_FORMAT " (nid = " UINTX_FORMAT ") was being processed", jt, jt->osthread()->thread_id()); |
5340 | 640 |
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
|
641 |
} |
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
642 |
} |
514173c9a0c2
6361589: Print out stack trace for target thread of GC crash
minqi
parents:
4013
diff
changeset
|
643 |
|
1 | 644 |
STEP(140, "(printing VM operation)" ) |
645 |
||
646 |
if (_verbose && _thread && _thread->is_VM_thread()) { |
|
647 |
VMThread* t = (VMThread*)_thread; |
|
648 |
VM_Operation* op = t->vm_operation(); |
|
649 |
if (op) { |
|
650 |
op->print_on_error(st); |
|
651 |
st->cr(); |
|
652 |
st->cr(); |
|
653 |
} |
|
654 |
} |
|
655 |
||
656 |
STEP(150, "(printing current compile task)" ) |
|
657 |
||
658 |
if (_verbose && _thread && _thread->is_Compiler_thread()) { |
|
659 |
CompilerThread* t = (CompilerThread*)_thread; |
|
660 |
if (t->task()) { |
|
661 |
st->cr(); |
|
662 |
st->print_cr("Current CompileTask:"); |
|
663 |
t->task()->print_line_on_error(st, buf, sizeof(buf)); |
|
664 |
st->cr(); |
|
665 |
} |
|
666 |
} |
|
667 |
||
668 |
STEP(160, "(printing process)" ) |
|
669 |
||
670 |
if (_verbose) { |
|
671 |
st->cr(); |
|
672 |
st->print_cr("--------------- P R O C E S S ---------------"); |
|
673 |
st->cr(); |
|
674 |
} |
|
675 |
||
676 |
STEP(170, "(printing all threads)" ) |
|
677 |
||
678 |
// all threads |
|
679 |
if (_verbose && _thread) { |
|
680 |
Threads::print_on_error(st, _thread, buf, sizeof(buf)); |
|
681 |
st->cr(); |
|
682 |
} |
|
683 |
||
684 |
STEP(175, "(printing VM state)" ) |
|
685 |
||
686 |
if (_verbose) { |
|
687 |
// Safepoint state |
|
688 |
st->print("VM state:"); |
|
689 |
||
690 |
if (SafepointSynchronize::is_synchronizing()) st->print("synchronizing"); |
|
691 |
else if (SafepointSynchronize::is_at_safepoint()) st->print("at safepoint"); |
|
692 |
else st->print("not at safepoint"); |
|
693 |
||
694 |
// Also see if error occurred during initialization or shutdown |
|
695 |
if (!Universe::is_fully_initialized()) { |
|
696 |
st->print(" (not fully initialized)"); |
|
697 |
} else if (VM_Exit::vm_exited()) { |
|
698 |
st->print(" (shutting down)"); |
|
699 |
} else { |
|
700 |
st->print(" (normal execution)"); |
|
701 |
} |
|
702 |
st->cr(); |
|
703 |
st->cr(); |
|
704 |
} |
|
705 |
||
706 |
STEP(180, "(printing owned locks on error)" ) |
|
707 |
||
708 |
// mutexes/monitors that currently have an owner |
|
709 |
if (_verbose) { |
|
710 |
print_owned_locks_on_error(st); |
|
711 |
st->cr(); |
|
712 |
} |
|
713 |
||
714 |
STEP(190, "(printing heap information)" ) |
|
715 |
||
716 |
if (_verbose && Universe::is_fully_initialized()) { |
|
16685
41c34debcde0
8011872: Include Bit Map addresses in the hs_err files
stefank
parents:
15602
diff
changeset
|
717 |
Universe::heap()->print_on_error(st); |
12268 | 718 |
st->cr(); |
719 |
||
720 |
st->print_cr("Polling page: " INTPTR_FORMAT, os::get_polling_page()); |
|
721 |
st->cr(); |
|
1 | 722 |
} |
723 |
||
7108 | 724 |
STEP(195, "(printing code cache information)" ) |
725 |
||
726 |
if (_verbose && Universe::is_fully_initialized()) { |
|
727 |
// print code cache information before vm abort |
|
15201
f3d755b11424
8005204: Code Cache Reduction: command line options implementation
vladidan
parents:
14477
diff
changeset
|
728 |
CodeCache::print_summary(st); |
7108 | 729 |
st->cr(); |
730 |
} |
|
731 |
||
11636
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
732 |
STEP(200, "(printing ring buffers)" ) |
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
733 |
|
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
734 |
if (_verbose) { |
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
735 |
Events::print_all(st); |
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
736 |
st->cr(); |
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
737 |
} |
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
738 |
|
3c07b54482a5
7141200: log some interesting information in ring buffers for crashes
never
parents:
11483
diff
changeset
|
739 |
STEP(205, "(printing dynamic libraries)" ) |
1 | 740 |
|
741 |
if (_verbose) { |
|
742 |
// dynamic libraries, or memory map |
|
743 |
os::print_dll_info(st); |
|
744 |
st->cr(); |
|
745 |
} |
|
746 |
||
747 |
STEP(210, "(printing VM options)" ) |
|
748 |
||
749 |
if (_verbose) { |
|
750 |
// VM options |
|
751 |
Arguments::print_on(st); |
|
752 |
st->cr(); |
|
753 |
} |
|
754 |
||
12095 | 755 |
STEP(215, "(printing warning if internal testing API used)" ) |
756 |
||
757 |
if (WhiteBox::used()) { |
|
758 |
st->print_cr("Unsupported internal testing APIs have been used."); |
|
759 |
st->cr(); |
|
760 |
} |
|
761 |
||
1 | 762 |
STEP(220, "(printing environment variables)" ) |
763 |
||
764 |
if (_verbose) { |
|
765 |
os::print_environment_variables(st, env_list, buf, sizeof(buf)); |
|
766 |
st->cr(); |
|
767 |
} |
|
768 |
||
769 |
STEP(225, "(printing signal handlers)" ) |
|
770 |
||
771 |
if (_verbose) { |
|
772 |
os::print_signal_handlers(st, buf, sizeof(buf)); |
|
773 |
st->cr(); |
|
774 |
} |
|
775 |
||
776 |
STEP(230, "" ) |
|
777 |
||
778 |
if (_verbose) { |
|
779 |
st->cr(); |
|
780 |
st->print_cr("--------------- S Y S T E M ---------------"); |
|
781 |
st->cr(); |
|
782 |
} |
|
783 |
||
784 |
STEP(240, "(printing OS information)" ) |
|
785 |
||
786 |
if (_verbose) { |
|
787 |
os::print_os_info(st); |
|
788 |
st->cr(); |
|
789 |
} |
|
790 |
||
791 |
STEP(250, "(printing CPU info)" ) |
|
792 |
if (_verbose) { |
|
793 |
os::print_cpu_info(st); |
|
794 |
st->cr(); |
|
795 |
} |
|
796 |
||
797 |
STEP(260, "(printing memory info)" ) |
|
798 |
||
799 |
if (_verbose) { |
|
800 |
os::print_memory_info(st); |
|
801 |
st->cr(); |
|
802 |
} |
|
803 |
||
804 |
STEP(270, "(printing internal vm info)" ) |
|
805 |
||
806 |
if (_verbose) { |
|
807 |
st->print_cr("vm_info: %s", Abstract_VM_Version::internal_vm_info_string()); |
|
808 |
st->cr(); |
|
809 |
} |
|
810 |
||
811 |
STEP(280, "(printing date and time)" ) |
|
812 |
||
813 |
if (_verbose) { |
|
814 |
os::print_date_and_time(st); |
|
815 |
st->cr(); |
|
816 |
} |
|
817 |
||
818 |
END |
|
819 |
||
820 |
# undef BEGIN |
|
821 |
# undef STEP |
|
822 |
# undef END |
|
823 |
} |
|
824 |
||
6176
4d9030fe341f
6953477: Increase portability and flexibility of building Hotspot
bobv
parents:
5547
diff
changeset
|
825 |
VMError* volatile VMError::first_error = NULL; |
4d9030fe341f
6953477: Increase portability and flexibility of building Hotspot
bobv
parents:
5547
diff
changeset
|
826 |
volatile jlong VMError::first_error_tid = -1; |
1 | 827 |
|
18487
270ef05ebce8
7060111: race condition in VMError::report_and_die()
fparain
parents:
17134
diff
changeset
|
828 |
// 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
|
829 |
// 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
|
830 |
// 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
|
831 |
// 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
|
832 |
// 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
|
833 |
fdStream VMError::out(defaultStream::output_fd()); |
270ef05ebce8
7060111: race condition in VMError::report_and_die()
fparain
parents:
17134
diff
changeset
|
834 |
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
|
835 |
|
17121
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
836 |
/** 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
|
837 |
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
|
838 |
int fd = -1; |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
839 |
if (Arguments::copy_expand_pid(pattern, strlen(pattern), &buf[pos], buflen - pos)) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
840 |
fd = open(buf, O_RDWR | O_CREAT | O_TRUNC, 0666); |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
841 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
842 |
return fd; |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
843 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
844 |
|
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 |
* 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
|
847 |
* 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
|
848 |
* permissions. |
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 |
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
|
851 |
int fd = -1; |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
852 |
|
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
853 |
// 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
|
854 |
if (pattern != NULL) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
855 |
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
|
856 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
857 |
|
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
858 |
// 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
|
859 |
// 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
|
860 |
if (fd == -1) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
861 |
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
|
862 |
if (cwd != NULL) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
863 |
size_t pos = strlen(cwd); |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
864 |
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
|
865 |
pos += fsep_len; |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
866 |
if (fsep_len > 0) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
867 |
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
|
868 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
869 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
870 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
871 |
|
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
872 |
// try temp directory if it exists. |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
873 |
if (fd == -1) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
874 |
const char* tmpdir = os::get_temp_directory(); |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
875 |
if (tmpdir != NULL && strlen(tmpdir) > 0) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
876 |
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
|
877 |
if (pos > 0) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
878 |
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
|
879 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
880 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
881 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
882 |
|
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
883 |
return fd; |
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 |
|
1 | 886 |
void VMError::report_and_die() { |
887 |
// Don't allocate large buffer on stack |
|
888 |
static char buffer[O_BUFLEN]; |
|
889 |
||
890 |
// How many errors occurred in error handler when reporting first_error. |
|
891 |
static int recursive_error_count; |
|
892 |
||
893 |
// We will first print a brief message to standard out (verbose = false), |
|
894 |
// then save detailed information in log file (verbose = true). |
|
895 |
static bool out_done = false; // done printing to standard out |
|
896 |
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
|
897 |
static bool transmit_report_done = false; // done error reporting |
1 | 898 |
|
13195 | 899 |
// disble NMT to avoid further exception |
900 |
MemTracker::shutdown(MemTracker::NMT_error_reporting); |
|
901 |
||
1 | 902 |
if (SuppressFatalErrorMessage) { |
903 |
os::abort(); |
|
904 |
} |
|
905 |
jlong mytid = os::current_thread_id(); |
|
906 |
if (first_error == NULL && |
|
907 |
Atomic::cmpxchg_ptr(this, &first_error, NULL) == NULL) { |
|
908 |
||
909 |
// first time |
|
910 |
first_error_tid = mytid; |
|
911 |
set_error_reported(); |
|
912 |
||
8476
7e34c2d4cf9b
7022037: Pause when exiting if debugger is attached on windows
sla
parents:
8119
diff
changeset
|
913 |
if (ShowMessageBoxOnError || PauseAtExit) { |
1 | 914 |
show_message_box(buffer, sizeof(buffer)); |
915 |
||
916 |
// User has asked JVM to abort. Reset ShowMessageBoxOnError so the |
|
917 |
// WatcherThread can kill JVM if the error handler hangs. |
|
918 |
ShowMessageBoxOnError = false; |
|
919 |
} |
|
920 |
||
8119
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
921 |
// Write a minidump on Windows, check core dump limits on Linux/Solaris |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
922 |
os::check_or_create_dump(_siginfo, _context, buffer, sizeof(buffer)); |
81eef1b06988
7014918: Improve core/minidump handling in Hotspot
ctornqvi
parents:
8114
diff
changeset
|
923 |
|
1 | 924 |
// reset signal handlers or exception filter; make sure recursive crashes |
925 |
// are handled properly. |
|
926 |
reset_signal_handlers(); |
|
927 |
||
928 |
} else { |
|
1887
0ed88ac17540
4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents:
1660
diff
changeset
|
929 |
// 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
|
930 |
// 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
|
931 |
// to be reported. |
0ed88ac17540
4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents:
1660
diff
changeset
|
932 |
if (UseOSErrorReporting && log_done) return; |
0ed88ac17540
4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
coleenp
parents:
1660
diff
changeset
|
933 |
|
1 | 934 |
// This is not the first error, see if it happened in a different thread |
935 |
// or in the same thread during error reporting. |
|
936 |
if (first_error_tid != mytid) { |
|
18684 | 937 |
char msgbuf[64]; |
938 |
jio_snprintf(msgbuf, sizeof(msgbuf), |
|
1 | 939 |
"[thread " INT64_FORMAT " also had an error]", |
940 |
mytid); |
|
18684 | 941 |
out.print_raw_cr(msgbuf); |
1 | 942 |
|
943 |
// error reporting is not MT-safe, block current thread |
|
944 |
os::infinite_sleep(); |
|
945 |
||
946 |
} else { |
|
947 |
if (recursive_error_count++ > 30) { |
|
948 |
out.print_raw_cr("[Too many errors, abort]"); |
|
949 |
os::die(); |
|
950 |
} |
|
951 |
||
952 |
jio_snprintf(buffer, sizeof(buffer), |
|
953 |
"[error occurred during error reporting %s, id 0x%x]", |
|
954 |
first_error ? first_error->_current_step_info : "", |
|
955 |
_id); |
|
956 |
if (log.is_open()) { |
|
957 |
log.cr(); |
|
958 |
log.print_raw_cr(buffer); |
|
959 |
log.cr(); |
|
960 |
} else { |
|
961 |
out.cr(); |
|
962 |
out.print_raw_cr(buffer); |
|
963 |
out.cr(); |
|
964 |
} |
|
965 |
} |
|
966 |
} |
|
967 |
||
968 |
// print to screen |
|
969 |
if (!out_done) { |
|
970 |
first_error->_verbose = false; |
|
971 |
||
972 |
staticBufferStream sbs(buffer, sizeof(buffer), &out); |
|
973 |
first_error->report(&sbs); |
|
974 |
||
975 |
out_done = true; |
|
976 |
||
977 |
first_error->_current_step = 0; // reset current_step |
|
978 |
first_error->_current_step_info = ""; // reset current_step string |
|
979 |
} |
|
980 |
||
981 |
// print to error log file |
|
982 |
if (!log_done) { |
|
983 |
first_error->_verbose = true; |
|
984 |
||
985 |
// see if log file is already open |
|
986 |
if (!log.is_open()) { |
|
987 |
// open log file |
|
17121
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
988 |
int fd = prepare_log_file(ErrorFile, "hs_err_pid%p.log", buffer, sizeof(buffer)); |
1 | 989 |
if (fd != -1) { |
990 |
out.print_raw("# An error report file with more information is saved as:\n# "); |
|
991 |
out.print_raw_cr(buffer); |
|
992 |
os::set_error_file(buffer); |
|
993 |
||
994 |
log.set_fd(fd); |
|
995 |
} else { |
|
996 |
out.print_raw_cr("# Can not save log file, dump to screen.."); |
|
997 |
log.set_fd(defaultStream::output_fd()); |
|
8114
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
998 |
/* Error reporting currently needs dumpfile. |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
999 |
* Maybe implement direct streaming in the future.*/ |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1000 |
transmit_report_done = true; |
1 | 1001 |
} |
1002 |
} |
|
1003 |
||
1004 |
staticBufferStream sbs(buffer, O_BUFLEN, &log); |
|
1005 |
first_error->report(&sbs); |
|
1006 |
first_error->_current_step = 0; // reset current_step |
|
1007 |
first_error->_current_step_info = ""; // reset current_step string |
|
1008 |
||
8114
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1009 |
// Run error reporting to determine whether or not to report the crash. |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1010 |
if (!transmit_report_done && should_report_bug(first_error->_id)) { |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1011 |
transmit_report_done = true; |
17121
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1012 |
FILE* hs_err = os::open(log.fd(), "r"); |
8114
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1013 |
if (NULL != hs_err) { |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1014 |
ErrorReporter er; |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1015 |
er.call(hs_err, buffer, O_BUFLEN); |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1016 |
} |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1017 |
} |
340b5b8b544b
7003401: Implement VM error-reporting functionality on erroneous termination
kamg
parents:
7901
diff
changeset
|
1018 |
|
1 | 1019 |
if (log.fd() != defaultStream::output_fd()) { |
1020 |
close(log.fd()); |
|
1021 |
} |
|
1022 |
||
1023 |
log.set_fd(-1); |
|
1024 |
log_done = true; |
|
1025 |
} |
|
1026 |
||
1027 |
||
1028 |
static bool skip_OnError = false; |
|
1029 |
if (!skip_OnError && OnError && OnError[0]) { |
|
1030 |
skip_OnError = true; |
|
1031 |
||
1032 |
out.print_raw_cr("#"); |
|
1033 |
out.print_raw ("# -XX:OnError=\""); |
|
1034 |
out.print_raw (OnError); |
|
1035 |
out.print_raw_cr("\""); |
|
1036 |
||
1037 |
char* cmd; |
|
1038 |
const char* ptr = OnError; |
|
1039 |
while ((cmd = next_OnError_command(buffer, sizeof(buffer), &ptr)) != NULL){ |
|
1040 |
out.print_raw ("# Executing "); |
|
10565 | 1041 |
#if defined(LINUX) || defined(_ALLBSD_SOURCE) |
1 | 1042 |
out.print_raw ("/bin/sh -c "); |
1043 |
#elif defined(SOLARIS) |
|
1044 |
out.print_raw ("/usr/bin/sh -c "); |
|
1045 |
#endif |
|
1046 |
out.print_raw ("\""); |
|
1047 |
out.print_raw (cmd); |
|
1048 |
out.print_raw_cr("\" ..."); |
|
1049 |
||
1050 |
os::fork_and_exec(cmd); |
|
1051 |
} |
|
1052 |
||
1053 |
// done with OnError |
|
1054 |
OnError = NULL; |
|
1055 |
} |
|
1056 |
||
22243 | 1057 |
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
|
1058 |
if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) { |
95e66ea71f71
6830717: replay of compilations would help with debugging
minqi
parents:
14289
diff
changeset
|
1059 |
skip_replay = true; |
95e66ea71f71
6830717: replay of compilations would help with debugging
minqi
parents:
14289
diff
changeset
|
1060 |
ciEnv* env = ciEnv::current(); |
95e66ea71f71
6830717: replay of compilations would help with debugging
minqi
parents:
14289
diff
changeset
|
1061 |
if (env != NULL) { |
17121
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1062 |
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
|
1063 |
if (fd != -1) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1064 |
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
|
1065 |
if (replay_data_file != NULL) { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1066 |
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
|
1067 |
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
|
1068 |
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
|
1069 |
out.print_raw_cr(buffer); |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1070 |
} else { |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1071 |
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
|
1072 |
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
|
1073 |
} |
e40a97c700d9
8012260: ciReplay: Include PID into the name of replay data file
vlivanov
parents:
16685
diff
changeset
|
1074 |
} |
14477
95e66ea71f71
6830717: replay of compilations would help with debugging
minqi
parents:
14289
diff
changeset
|
1075 |
} |
95e66ea71f71
6830717: replay of compilations would help with debugging
minqi
parents:
14289
diff
changeset
|
1076 |
} |
95e66ea71f71
6830717: replay of compilations would help with debugging
minqi
parents:
14289
diff
changeset
|
1077 |
|
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
1078 |
static bool skip_bug_url = !should_report_bug(first_error->_id); |
1 | 1079 |
if (!skip_bug_url) { |
1080 |
skip_bug_url = true; |
|
1081 |
||
1082 |
out.print_raw_cr("#"); |
|
1083 |
print_bug_submit_message(&out, _thread); |
|
1084 |
} |
|
1085 |
||
1086 |
if (!UseOSErrorReporting) { |
|
1087 |
// os::abort() will call abort hooks, try it first. |
|
1088 |
static bool skip_os_abort = false; |
|
1089 |
if (!skip_os_abort) { |
|
1090 |
skip_os_abort = true; |
|
7719
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
1091 |
bool dump_core = should_report_bug(first_error->_id); |
ef138e2849eb
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
coleenp
parents:
7447
diff
changeset
|
1092 |
os::abort(dump_core); |
1 | 1093 |
} |
1094 |
||
1095 |
// if os::abort() doesn't abort, try os::die(); |
|
1096 |
os::die(); |
|
1097 |
} |
|
1098 |
} |
|
1099 |
||
1100 |
/* |
|
1101 |
* OnOutOfMemoryError scripts/commands executed while VM is a safepoint - this |
|
1102 |
* ensures utilities such as jmap can observe the process is a consistent state. |
|
1103 |
*/ |
|
1104 |
class VM_ReportJavaOutOfMemory : public VM_Operation { |
|
1105 |
private: |
|
1106 |
VMError *_err; |
|
1107 |
public: |
|
1108 |
VM_ReportJavaOutOfMemory(VMError *err) { _err = err; } |
|
1109 |
VMOp_Type type() const { return VMOp_ReportJavaOutOfMemory; } |
|
1110 |
void doit(); |
|
1111 |
}; |
|
1112 |
||
1113 |
void VM_ReportJavaOutOfMemory::doit() { |
|
1114 |
// Don't allocate large buffer on stack |
|
1115 |
static char buffer[O_BUFLEN]; |
|
1116 |
||
1117 |
tty->print_cr("#"); |
|
1118 |
tty->print_cr("# java.lang.OutOfMemoryError: %s", _err->message()); |
|
1119 |
tty->print_cr("# -XX:OnOutOfMemoryError=\"%s\"", OnOutOfMemoryError); |
|
1120 |
||
1121 |
// make heap parsability |
|
1122 |
Universe::heap()->ensure_parsability(false); // no need to retire TLABs |
|
1123 |
||
1124 |
char* cmd; |
|
1125 |
const char* ptr = OnOutOfMemoryError; |
|
1126 |
while ((cmd = next_OnError_command(buffer, sizeof(buffer), &ptr)) != NULL){ |
|
1127 |
tty->print("# Executing "); |
|
1128 |
#if defined(LINUX) |
|
1129 |
tty->print ("/bin/sh -c "); |
|
1130 |
#elif defined(SOLARIS) |
|
1131 |
tty->print ("/usr/bin/sh -c "); |
|
1132 |
#endif |
|
1133 |
tty->print_cr("\"%s\"...", cmd); |
|
1134 |
||
1135 |
os::fork_and_exec(cmd); |
|
1136 |
} |
|
1137 |
} |
|
1138 |
||
1139 |
void VMError::report_java_out_of_memory() { |
|
1140 |
if (OnOutOfMemoryError && OnOutOfMemoryError[0]) { |
|
1141 |
MutexLocker ml(Heap_lock); |
|
1142 |
VM_ReportJavaOutOfMemory op(this); |
|
1143 |
VMThread::execute(&op); |
|
1144 |
} |
|
1145 |
} |