Created
November 13, 2012 18:55
-
-
Save favrik/4067661 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@localhost bin]# gdb /usr/bin/java core.4368 | |
GNU gdb (GDB) CentOS (7.0.1-42.el5.centos.1) | |
Copyright (C) 2009 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-redhat-linux-gnu". | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>... | |
Reading symbols from /usr/bin/java...(no debugging symbols found)...done. | |
[New Thread 4370] | |
[New Thread 4421] | |
[New Thread 4420] | |
[New Thread 4419] | |
[New Thread 4418] | |
[New Thread 4417] | |
[New Thread 4416] | |
[New Thread 4415] | |
[New Thread 4414] | |
[New Thread 4413] | |
[New Thread 4412] | |
[New Thread 4411] | |
[New Thread 4410] | |
[New Thread 4409] | |
[New Thread 4408] | |
[New Thread 4407] | |
[New Thread 4406] | |
[New Thread 4405] | |
[New Thread 4404] | |
[New Thread 4403] | |
[New Thread 4400] | |
[New Thread 4399] | |
[New Thread 4398] | |
[New Thread 4397] | |
[New Thread 4396] | |
[New Thread 4395] | |
[New Thread 4394] | |
[New Thread 4393] | |
[New Thread 4392] | |
[New Thread 4391] | |
[New Thread 4390] | |
[New Thread 4389] | |
[New Thread 4388] | |
[New Thread 4387] | |
[New Thread 4386] | |
[New Thread 4385] | |
[New Thread 4384] | |
[New Thread 4383] | |
[New Thread 4382] | |
[New Thread 4381] | |
[New Thread 4380] | |
[New Thread 4379] | |
[New Thread 4378] | |
[New Thread 4377] | |
[New Thread 4376] | |
[New Thread 4375] | |
[New Thread 4374] | |
[New Thread 4373] | |
[New Thread 4372] | |
[New Thread 4371] | |
[New Thread 4369] | |
[New Thread 4368] | |
Reading symbols from /lib64/libpthread.so.0...(no debugging symbols found)...done. | |
[Thread debugging using libthread_db enabled] | |
Loaded symbols for /lib64/libpthread.so.0 | |
Reading symbols from /usr/java/jdk1.6.0_37/bin/../jre/lib/amd64/jli/libjli.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/bin/../jre/lib/amd64/jli/libjli.so | |
Reading symbols from /lib64/libdl.so.2...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/libdl.so.2 | |
Reading symbols from /lib64/libc.so.6...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/libc.so.6 | |
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/ld-linux-x86-64.so.2 | |
Reading symbols from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
Reading symbols from /lib64/libm.so.6...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/libm.so.6 | |
Reading symbols from /lib64/librt.so.1...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/librt.so.1 | |
Reading symbols from /usr/java/jdk1.6.0_37/jre/lib/amd64/libverify.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/jre/lib/amd64/libverify.so | |
Reading symbols from /usr/java/jdk1.6.0_37/jre/lib/amd64/libjava.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/jre/lib/amd64/libjava.so | |
Reading symbols from /lib64/libnsl.so.1...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/libnsl.so.1 | |
Reading symbols from /lib64/libnss_files.so.2...(no debugging symbols found)...done. | |
Loaded symbols for /lib64/libnss_files.so.2 | |
Reading symbols from /usr/java/jdk1.6.0_37/jre/lib/amd64/libzip.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/jre/lib/amd64/libzip.so | |
Reading symbols from /usr/java/jdk1.6.0_37/jre/lib/amd64/libnet.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/jre/lib/amd64/libnet.so | |
Reading symbols from /usr/java/jdk1.6.0_37/jre/lib/amd64/libmanagement.so...(no debugging symbols found)...done. | |
Loaded symbols for /usr/java/jdk1.6.0_37/jre/lib/amd64/libmanagement.so | |
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff49b6f000 | |
Core was generated by `/usr/bin/java -Djava.rmi.server.hostname=127.0.0.1 -DJDBC.ConnectionURL=jdbc:my'. | |
Program terminated with signal 6, Aborted. | |
#0 0x00002b902b7c5285 in raise () from /lib64/libc.so.6 | |
(gdb) where | |
#0 0x00002b902b7c5285 in raise () from /lib64/libc.so.6 | |
#1 0x00002b902b7c6d30 in abort () from /lib64/libc.so.6 | |
#2 0x00002b902c1fafa7 in os::abort(bool) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#3 0x00002b902c34f398 in VMError::report_and_die() () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#4 0x00002b902c201965 in JVM_handle_linux_signal () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#5 0x00002b902c1fdc6e in signalHandler(int, siginfo*, void*) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#6 <signal handler called> | |
#7 0x00002b902c3688b1 in YieldingFlexibleWorkGang::start_task(YieldingFlexibleGangTask*) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#8 0x00002b902beb40c8 in CMSCollector::do_marking_mt(bool) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#9 0x00002b902beb2fdb in CMSCollector::markFromRoots(bool) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#10 0x00002b902beaffb8 in CMSCollector::collect_in_background(bool) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#11 0x00002b902bec2585 in ConcurrentMarkSweepThread::run() () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#12 0x00002b902c20045f in java_start(Thread*) () from /usr/java/jdk1.6.0_37/jre/lib/amd64/server/libjvm.so | |
#13 0x00002b902b27177d in start_thread () from /lib64/libpthread.so.0 | |
#14 0x00002b902b868c1d in clone () from /lib64/libc.so.6 | |
(gdb) info threads | |
52 Thread 0x2b902baecaf0 (LWP 4368) 0x00002b902b272ba5 in pthread_join () from /lib64/libpthread.so.0 | |
51 Thread 4369 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
50 Thread 4371 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
49 Thread 4372 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
48 Thread 4373 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
47 Thread 4374 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
46 Thread 4375 0x00002b902b277d91 in sem_wait () from /lib64/libpthread.so.0 | |
45 Thread 4376 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
44 Thread 4377 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
43 Thread 4378 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
42 Thread 4379 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
41 Thread 4380 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
40 Thread 4381 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
39 Thread 4382 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
38 Thread 4383 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
37 Thread 4384 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
36 Thread 4385 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
35 Thread 4386 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
34 Thread 4387 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
33 Thread 4388 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
32 Thread 4389 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
31 Thread 4390 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
30 Thread 4391 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
29 Thread 4392 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
28 Thread 4393 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
27 Thread 4394 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
26 Thread 4395 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
25 Thread 4396 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
24 Thread 4397 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
23 Thread 4398 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
22 Thread 4399 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
21 Thread 4400 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
20 Thread 4403 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
19 Thread 4404 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
18 Thread 4405 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
17 Thread 4406 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
16 Thread 4407 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
15 Thread 4408 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
14 Thread 4409 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
13 Thread 4410 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
12 Thread 4411 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
11 Thread 4412 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
10 Thread 4413 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
9 Thread 4414 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
8 Thread 4415 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
7 Thread 4416 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
6 Thread 4417 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
5 Thread 4418 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
4 Thread 4419 0x00002b902b2761c0 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
3 Thread 4420 0x00002b902b2786d5 in __lll_unlock_wake () from /lib64/libpthread.so.0 | |
2 Thread 4421 0x00002b902b275f59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
* 1 Thread 0x40ca7940 (LWP 4370) 0x00002b902b7c5285 in raise () from /lib64/libc.so.6 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment