#0 0x00007fbdd0f79428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 [Error: raise.c was not found in source tree] #1 0x00007fbdd0f7b02a in __GI_abort () at abort.c:89 [Error: abort.c was not found in source tree] #2 0x00007fbdd027fab9 in os::abort (dump_core=) at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/hotspot/src/os/linux/vm/os_linux.cpp:1509 1504: char buf[16]; 1505: jio_snprintf(buf, sizeof(buf), UINTX_FORMAT, os::current_thread_id()); 1506: out.print_raw_cr(buf); 1507: out.print_raw_cr("Dumping core ..."); 1508: #endif 1509: ::abort(); // dump core 1510: } 1511: 1512: ::exit(1); 1513: } 1514: #3 0x00007fbdd0433667 in VMError::report_and_die (this=this@entry=0x7fbdd17205d0) at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/hotspot/src/share/vm/utilities/vmError.cpp:1060 1055: // os::abort() will call abort hooks, try it first. 1056: static bool skip_os_abort = false; 1057: if (!skip_os_abort) { 1058: skip_os_abort = true; 1059: bool dump_core = should_report_bug(first_error->_id); 1060: os::abort(dump_core); 1061: } 1062: 1063: // if os::abort() doesn't abort, try os::die(); 1064: os::die(); 1065: } #4 0x00007fbdd0288f9f in JVM_handle_linux_signal (sig=sig@entry=11, info=info@entry=0x7fbdd1720870, ucVoid=ucVoid@entry=0x7fbdd1720740, abort_if_unrecognized=abort_if_unrecognized@entry=1) at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp:541 536: sigemptyset(&newset); 537: sigaddset(&newset, sig); 538: sigprocmask(SIG_UNBLOCK, &newset, NULL); 539: 540: VMError err(t, sig, pc, info, ucVoid); 541: err.report_and_die(); 542: 543: ShouldNotReachHere(); 544: } 545: 546: void os::Linux::init_thread_fpu_state(void) { #5 0x00007fbdd027cbf8 in signalHandler (sig=11, info=0x7fbdd1720870, uc=0x7fbdd1720740) at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/hotspot/src/os/linux/vm/os_linux.cpp:4346 4341: void* ucontext, int abort_if_unrecognized); 4342: 4343: void signalHandler(int sig, siginfo_t* info, void* uc) { 4344: assert(info != NULL && uc != NULL, "it must be old kernel"); 4345: int orig_errno = errno; // Preserve errno value over signal handler. 4346: JVM_handle_linux_signal(sig, info, uc, true); 4347: errno = orig_errno; 4348: } 4349: 4350: 4351: // This boolean allows users to forward their own non-matching signals #6 #7 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:86 [Error: memcpy-sse2-unaligned.S was not found in source tree] #8 0x00007fbdce09bf94 in memcpy (__len=31539, __src=0x7fbdb2bc680d, __dest=) at /usr/include/x86_64-linux-gnu/bits/string3.h:53 [Error: string3.h was not found in source tree] #9 newEntry (zip=zip@entry=0x7fbdc8d70050, accessHint=accessHint@entry=ACCESS_RANDOM, zc=0x7fbdc8ef43b0) at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/jdk/src/share/native/java/util/zip/zip_util.c:1022 1017: locoff = CENOFF(cen); 1018: ze->pos = -(zip->locpos + locoff); 1019: ze->flag = CENFLG(cen); 1020: 1021: if ((ze->name = malloc(nlen + 1)) == NULL) goto Catch; 1022: memcpy(ze->name, cen + CENHDR, nlen); 1023: ze->name[nlen] = '\0'; 1024: ze->nlen = nlen; 1025: if (elen > 0) { 1026: char *extra = cen + CENHDR + nlen; 1027: #10 0x00007fbdce09cc84 in ZIP_GetEntry2 (zip=zip@entry=0x7fbdc8d70050, name=name@entry=0x7fbdd1720c80 "log4j2.xml", ulen=ulen@entry=10, addSlash=addSlash@entry=1 '\001') at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/jdk/src/share/native/java/util/zip/zip_util.c:1195 1190: * name matches the name we're looking for, we're 1191: * done. 1192: * If the names don't match (which should be very rare) 1193: * we keep searching. 1194: */ 1195: ze = newEntry(zip, zc, ACCESS_RANDOM); 1196: if (ze && equals(ze->name, ze->nlen, name, ulen)) { 1197: break; 1198: } 1199: if (ze != 0) { 1200: /* We need to release the lock across the free call */ #11 0x00007fbdce09abec in Java_java_util_zip_ZipFile_getEntry (env=0x7fbdc800a1e0, cls=, zfile=140453095080016, name=0x7fbdd17210d8, addSlash=) at /build/openjdk-8-pZyJp3/openjdk-8-8u131-b11/src/jdk/src/share/native/java/util/zip/ZipFile.c:177 172: } else { 173: path = buf; 174: } 175: (*env)->GetByteArrayRegion(env, name, 0, ulen, (jbyte *)path); 176: path[ulen] = '\0'; 177: ze = ZIP_GetEntry2(zip, path, (jint)ulen, addSlash); 178: if (path != buf) { 179: free(path); 180: } 181: return ptr_to_jlong(ze); 182: } #12 0x00007fbdb9137d0e in ?? () #13 0x00007fbdd1721400 in ?? () #14 0x00000000f3dac248 in ?? () #15 0x00000000c4cc0228 in ?? () #16 0x00000000f3dabad8 in ?? () #17 0x00000000f3dabf08 in ?? () #18 0x00000000fec43f98 in ?? () #19 0x00000000c46006c0 in ?? () #20 0x00000000f3dabad8 in ?? () #21 0x00000000fec43f98 in ?? () #22 0x00007fbdb961ada0 in ?? () #23 0x00000000f3dabce0 in ?? () #24 0x00000000fec43f98 in ?? () #25 0x00007fbdc8d70050 in ?? () #26 0x00000000c4c46568 in ?? () #27 0x00000000f3dac218 in ?? () #28 0x00000000f3dabc30 in ?? () #29 0x00000000fec442a8 in ?? () #30 0x00007fbdc8d70050 in ?? () #31 0x000000000000001e in ?? () #32 0x0000000000000000 in ?? ()