Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Feb 2006 15:43:32 -0800
From:      Sean McNeil <sean@mcneil.com>
To:        java@freebsd.org
Subject:   java crash on amd64 when switching to java perspective in eclipse
Message-ID:  <1139010212.56353.7.camel@triton.mcneil.com>

next in thread | raw e-mail | index | archive | help
Got the following:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x00000008055aa9df, pid=56131, tid=0x133d000
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM
(1.5.0-p2-root_02_feb_2006_13_05 mixed mode)
# Problematic frame:
# J
org.eclipse.jdt.internal.compiler.parser.Scanner.jumpOverMethodBody()V
#
# An error report file with more information is saved as
hs_err_pid56131.log
#
# If you would like to submit a bug report, please write
# a letter to freebsd-java@FreeBSD.org mailing list

(gdb) info threads
  22 Thread 0x515000 (runnable)  0x00000008008f645c in poll () at
poll.S:2
  21 Thread 0x612400 (LWP 100311)  0x000000080076585c in kse_release ()
    at kse_release.S:2
  20 Thread 0x612800 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x612800) at pthread_md.h:226
  19 Thread 0x660000 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x660000) at pthread_md.h:226
  18 Thread 0x660c00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x660c00) at pthread_md.h:226
  17 Thread 0x67cc00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x67cc00) at pthread_md.h:226
  16 Thread 0x684c00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x684c00) at pthread_md.h:226
  15 Thread 0x68bc00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x68bc00) at pthread_md.h:226
  14 Thread 0x690c00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x690c00) at pthread_md.h:226
  13 Thread 0x697c00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x697c00) at pthread_md.h:226
  12 Thread 0x69dc00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x69dc00) at pthread_md.h:226
  11 Thread 0x747800 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x747800) at pthread_md.h:226
---Type <return> to continue, or q <return> to quit---
  10 Thread 0x800800 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x800800) at pthread_md.h:226
  9 Thread 0x1018c00 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x1018c00) at pthread_md.h:226
  8 Thread 0x1019800 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x1019800) at pthread_md.h:226
  7 Thread 0x114f400 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x114f400) at pthread_md.h:226
  6 Thread 0x12c5400 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x12c5400) at pthread_md.h:226
  5 Thread 0x6cb800 (LWP 100352)  0x000000080535f604 in ?? ()
  4 Thread 0xa88000 (sleeping)  _thr_sched_switch_unlocked
(curthread=0xa88000)
    at pthread_md.h:226
  3 Thread 0x18bd400 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x18bd400) at pthread_md.h:226
* 2 Thread 0x133d000 (LWP 100322)  0x000000080076589c in
kse_thr_interrupt ()
    at kse_thr_interrupt.S:2
  1 Thread 0x1ce6800 (sleeping)  _thr_sched_switch_unlocked (
    curthread=0x1ce6800) at pthread_md.h:226
Current language:  auto; currently asm

[Switching to thread 2 (Thread 0x133d000 (LWP 100322))]#0
0x000000080076589c in kse_thr_interrupt () at kse_thr_interrupt.S:2
2       RSYSCALL(kse_thr_interrupt)
(gdb) bt
#0  0x000000080076589c in kse_thr_interrupt () at kse_thr_interrupt.S:2
#1  0x0000000800753613 in _thr_sig_add (pthread=0x133d000, sig=6,
info=0x0)
    at /usr/src/lib/libpthread/thread/thr_sig.c:974
#2  0x0000000800755132 in _thr_sig_send (pthread=0x133d000, sig=6)
    at /usr/src/lib/libpthread/thread/thr_sig.c:1106
#3  0x000000080074ee36 in _pthread_kill (pthread=0x133d000, sig=6)
    at /usr/src/lib/libpthread/thread/thr_kill.c:60
#4  0x000000080074e6b3 in _raise (sig=6)
    at /usr/src/lib/libpthread/thread/thr_raise.c:46
#5  0x0000000800933fcd in abort ()
at /usr/src/lib/libc/stdlib/abort.c:69
#6  0x0000000801118709 in os::abort ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
#7  0x00000008011ffa34 in VMError::report_and_die ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
#8  0x00000008011ffcc1 in crash_handler ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
#9  0x0000000800754c3f in _thr_sig_rundown (curthread=0x133d000,
    ucp=0x7fffff0a60b0) at /usr/src/lib/libpthread/thread/thr_sig.c:498
#10 0x000000080075cf69 in thr_resume_check (curthread=0x133d000,
ucp=0x4)
    at /usr/src/lib/libpthread/thread/thr_kern.c:1132
#11 0x000000080075cfcb in thr_resume_wrapper (sig=0, siginfo=0x4,
    ucp=0x7fffff0a60b0)
at /usr/src/lib/libpthread/thread/thr_kern.c:1117
#12 0x00000008008b2707 in sigctx_wrapper (ucp=0x85f7a4060, func=0x5,
---Type <return> to continue, or q <return> to quit---
    args=0x17e) at /usr/src/lib/libc/amd64/gen/signalcontext.c:99
#13 0x0000000801112f11 in OopMapStream::OopMapStream ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
#14 0x00007fffff0a6070 in ?? ()
#15 0x0000000000000000 in ?? ()
#16 0x00007fffff0a6060 in ?? ()
#17 0x00007fffff0a60b0 in ?? ()
#18 0x0000000000000000 in ?? ()
#19 0x0000000000000000 in ?? ()
#20 0x0000000000000000 in ?? ()
#21 0x0000000000000000 in ?? ()
#22 0x0000000000000000 in ?? ()
#23 0x0000000000000000 in ?? ()
#24 0x0000000000000000 in ?? ()
#25 0x0000000000000000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000000 in ?? ()
#28 0xfffffffffffefaff in ?? ()
#29 0xffffffffffffffff in ?? ()
#30 0x0000000000000000 in ?? ()
#31 0x00007fffff0a6750 in ?? ()
#32 0x000000080121e956 in v_false ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
---Type <return> to continue, or q <return> to quit---
#33 0x0000000000000001 in ?? ()
#34 0x0000000000000001 in ?? ()
#35 0x0000000000000000 in ?? ()
#36 0x00007fffff0a6448 in ?? ()
#37 0x0000000000000000 in ?? ()
#38 0x00007fffff0a6750 in ?? ()
#39 0x00007fffff0a64c0 in ?? ()
#40 0x0000000000000000 in ?? ()
#41 0x0000000000000246 in ?? ()
#42 0x0000000000000010 in ?? ()
#43 0x0000000000000000 in ?? ()
#44 0x00007fffff0a67b0 in ?? ()
#45 0x00007fffff0a68a0 in ?? ()
#46 0x0000000000000d00 in ?? ()
#47 0x0000000000000000 in ?? ()
#48 0xffffff001c2745d0 in ?? ()
#49 0xffffffff80242e12 in ?? ()
#50 0x00000008011163ac in os::is_first_C_frame ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
Previous frame inner to this frame (corrupt stack?)

[Switching to thread 5 (Thread 0x6cb800 (LWP 100352))]#0
0x000000080535f604 in ?? ()
(gdb) bt
#0  0x000000080535f604 in ?? ()
#1  0xefd5960900000000 in ?? ()
#2  0x0000000befd59609 in ?? ()
#3  0x000000084659c440 in ?? ()
#4  0x0000000000844c00 in ?? ()
#5  0x000000084659cc20 in ?? ()
#6  0x000000084ea2a3f8 in ?? ()
#7  0x0000000856f36618 in ?? ()
#8  0x0000000000000007 in ?? ()
#9  0x000000000000000a in ?? ()
#10 0x000000080116af05 in OptoRuntime::arrayof_oop_copy ()
   from /usr/local/jdk1.5.0/jre/lib/amd64/server/libjvm.so
Previous frame inner to this frame (corrupt stack?)





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139010212.56353.7.camel>