I've upgraded from 9-STABLE recently and have been repeatedly getting SIGSEGVs while using java/openjdk7. The segfaults happen randomly but regularly; I receive them 3/5 times when running Maven
I have plenty of core dumps and hs_err_pid files. It does not seem that the thread dumps are the same each time:
My system information:
Is anybody else seeing this? Or have any suggestions?
mvn clean install on a project and my IntelliJ session crashes sometimes once every ten minutes or once per day. When using 9-STABLE with the same version of openjdk7, I did not have these issues. I've also updated my kernel/world to a more recent 10-STABLE to no avail.I have plenty of core dumps and hs_err_pid files. It does not seem that the thread dumps are the same each time:
Code:
Stack: [0x00007fffff1f5000,0x00007fffff2f5000], sp=0x00007fffff2f3a20, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libc.so.7+0xa4f7d] sbrk+0x7f2d
C [libc.so.7+0xa446d] sbrk+0x741d
C [libc.so.7+0xa116f] sbrk+0x411f
C [libc.so.7+0xa145b] sbrk+0x440b
C [libc.so.7+0xac59c] __free+0x37c
V [libjvm.so+0x211db8] +0x90a00
V [libjvm.so+0x211e44] +0x90a8c
V [libjvm.so+0x38ba0f] +0x20a657
V [libjvm.so+0x38c37d] +0x20afc5
V [libjvm.so+0x7d9c30] JVM_handle_bsd_signal+0x116140
V [libjvm.so+0x6be162] JVM_FindSignal+0x176c82
C [libthr.so.3+0x94a4] pthread_create+0x764
Code:
Stack: [0x00007fffff0f4000,0x00007fffff1f4000], sp=0x00007fffff1f0c38, free space=1011k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x000000083a2e72f8
V [libjvm.so+0x64793d] JVM_FindSignal+0x10045d
V [libjvm.so+0x37da5a] +0x1fc6a2
V [libjvm.so+0x3861f4] +0x204e3c
V [libjvm.so+0x302980] +0x1815c8
V [libjvm.so+0x38b7ac] +0x20a3f4
V [libjvm.so+0x38c37d] +0x20afc5
V [libjvm.so+0x7d9c30] JVM_handle_bsd_signal+0x116140
V [libjvm.so+0x6be162] JVM_FindSignal+0x176c82
C [libthr.so.3+0x94a4] pthread_create+0x764
My system information:
Code:
$ uname -a
FreeBSD qk.local 10.0-STABLE FreeBSD 10.0-STABLE #2 r261350: Sat Feb 1 11:36:21 CST 2014 root@qk.local:/usr/obj/usr/src/sys/GENERIC amd64
$ pkg version -e openjdk
openjdk-7.25.15_2,1
Is anybody else seeing this? Or have any suggestions?