Bug 86873 - Eclipse crashes every now and then on AMD64
Summary: Eclipse crashes every now and then on AMD64
Status: RESOLVED DUPLICATE of bug 71987
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: vm
: 106159 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-28 15:33 EST by softlogo CLA
Modified: 2005-08-05 12:25 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description softlogo CLA 2005-02-28 15:33:03 EST
I am using release 3.1M5a for AMD64 with JDK1.5.0_1 from Sun. Eclipse crashes
every now and then following is crash data

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x0000002a9a181d16, pid=20400, tid=1091352928
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_01-b08 mixed mode)
# Problematic frame:
# J  org.eclipse.jdt.internal.compiler.parser.Scanner.jumpOverMethodBody()V
#

---------------  T H R E A D  ---------------

Current thread (0x0000002af8c8ea00):  JavaThread "Java indexing" daemon
[_thread_in_Java, id=20418]

siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x000000d649a48be0

Registers:
RAX=0x0000000000000466, RBX=0x00000000410ca7e0, RCX=0x00000000410ca788,
RDX=0x0000002adb874f28
RSP=0x00000000410ca820, RBP=0x0000002adb874f28, RSI=0x0000000000000000,
RDI=0x0000000000000000
R8 =0x0000002adb874ed9, R9 =0x0000000000000480, R10=0x0000000000000000,
R11=0x0000000000000000
R12=0x000000000000047e, R13=0x0000000000000000, R14=0x0000002adb874eb4,
R15=0x0000002af8c8ea00
RIP=0x0000002a9a181d16, EFL=0x0000000000010202, CSGSFS=0x000000000000f170,
ERR=0x0000000000000007
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00000000410ca820)
0x00000000410ca820:   0000000000000002 0000002adb874e28
0x00000000410ca830:   000000000000002f 0000002adb874e28
0x00000000410ca840:   000000000000001f 0000002adb874e28
0x00000000410ca850:   00000000000000a8 0000002adb874ed4
.....
0x00000000410ca990:   0000002af451a12f 00000000410caa10
0x00000000410ca9a0:   0000002af4739220 0000000000000000
0x00000000410ca9b0:   0000002af451a1e8 00000000410ca9f0
0x00000000410ca9c0:   00000000410caa50 0000002a99cdcde1
0x00000000410ca9d0:   0000000000000000 0000000000000000
0x00000000410ca9e0:   0000002adb883298 0000000000000000
0x00000000410ca9f0:   00000000ffffffff 00000000ffffffff
0x00000000410caa00:   0000002adb8853e8 0000002adb885248
0x00000000410caa10:   0000002adb7562e8 00000000410caa18

Instructions: (pc=0x0000002a9a181d16)
0x0000002a9a181d06:   8b 44 24 08 41 ba b1 00 00 00 4d 03 c2 4d 63 d5
0x0000002a9a181d16:   f7 5c 95 18 4c 8b 54 24 08 41 bb ac 00 00 00 47

Stack: [0x0000000040fcb000,0x00000000410cc000),  sp=0x00000000410ca820,  free
space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J  org.eclipse.jdt.internal.compiler.parser.Scanner.jumpOverMethodBody()V

......

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 25088K, used 13040K [0x0000002adace0000,
0x0000002adc810000, 0x0000002ae2ce0000)
  eden space 22336K,  53% used [0x0000002adace0000, 0x0000002adb893668,
0x0000002adc2b0000)
  from space 2752K,  38% used [0x0000002adc560000, 0x0000002adc668b70,
0x0000002adc810000)
  to   space 2752K,   0% used [0x0000002adc2b0000, 0x0000002adc2b0000,
0x0000002adc560000)
 tenured generation   total 55576K, used 54760K [0x0000002ae2ce0000,
0x0000002ae6326000, 0x0000002af2ce0000)
   the space 55576K,  98% used [0x0000002ae2ce0000, 0x0000002ae625a3c0,
0x0000002ae625a400, 0x0000002ae6326000)
 compacting perm gen  total 47488K, used 47349K [0x0000002af2ce0000,
0x0000002af5b40000, 0x0000002af7ee0000)
   the space 47488K,  99% used [0x0000002af2ce0000, 0x0000002af5b1d690,
0x0000002af5b1d800, 0x0000002af5b40000)
No shared spaces configured.

Dynamic libraries:
40000000-4000d000 r-xp 00000000 03:04 245915                            
/mnt/data/work/jdk1.5.0_01/bin/java
4010c000-40110000 rw-p 0000c000 03:04 245915                            
/mnt/data/work/jdk1.5.0_01/bin/java
40110000-401bd000 rwxp 40110000 00:00 0
401bd000-401be000 ---p 401bd000 00:00 0
Comment 1 Philipe Mulet CLA 2005-02-28 17:01:51 EST
Bug is in VM land, see bug 71987 for details on how to get through it.

*** This bug has been marked as a duplicate of 71987 ***
Comment 2 Olivier Thomann CLA 2005-08-05 12:25:24 EDT
*** Bug 106159 has been marked as a duplicate of this bug. ***