Bug 73819 - [VM] Sig11 from DefaultCodeFormatterOptions
Summary: [VM] Sig11 from DefaultCodeFormatterOptions
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: vm
Depends on:
Blocks:
 
Reported: 2004-09-13 18:10 EDT by Jared Burns CLA
Modified: 2004-12-09 07:55 EST (History)
4 users (show)

See Also:


Attachments
hs_err_pid4896.log (44.74 KB, text/plain)
2004-10-15 16:42 EDT, Jared Burns CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2004-09-13 18:10:49 EDT
Build 200409081421 (3.0.1 RC2)

Eclipse has crashed with a Sig11 twice within the past fifteen minutes for me. The error report file 
has the same stack trace both times:

Unexpected Signal : 11 occurred at PC=0x40310AFF
Function=(null)+0x40310AFF
Library=/home/jburns/vms/jdk1.4.2_05/jre/lib/i386/client/libjvm.so

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.


Current Java thread:
	at org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.set(DefaultCodeFormatterOptions.
java:464)
	at org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.
<init>(DefaultCodeFormatterOptions.java:227)
	at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.<init>(DefaultCodeFormatter.java:49)
	at org.eclipse.jdt.internal.formatter.DefaultCodeFormatter.<init>(DefaultCodeFormatter.java:61)
	at org.eclipse.jdt.core.ToolFactory.createCodeFormatter(ToolFactory.java:96)
	at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:149)
	at org.eclipse.jdt.internal.corext.util.CodeFormatterUtil.format2(CodeFormatterUtil.java:153)
	at org.eclipse.jdt.internal.corext.codemanipulation.ImportsStructure.
useSpaceBetweenGroups(ImportsStructure.java:793)
	at org.eclipse.jdt.internal.corext.codemanipulation.ImportsStructure.
getResultingEdits(ImportsStructure.java:682)
	at org.eclipse.jdt.internal.corext.codemanipulation.ImportsStructure.create(ImportsStructure.java:
587)
	at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.
addImports(ClipboardOperationAction.java:445)
	at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.
doPasteWithImportsOperation(ClipboardOperationAction.java:423)
	at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.
internalDoOperation(ClipboardOperationAction.java:254)
	at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction$1.run(ClipboardOperationAction.
java:225)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at org.eclipse.jdt.internal.ui.javaeditor.ClipboardOperationAction.run(ClipboardOperationAction.java:
223)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
	at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:143)
	at org.eclipse.ui.internal.commands.Command.execute(Command.java:132)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:
453)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:871)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:
912)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.
filterKeySequenceBindings(WorkbenchKeyboard.java:530)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:478)
	at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:243)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1006)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:953)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:978)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963)
	at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:2347)
	at org.eclipse.swt.widgets.Control.gtk_key_press_event(Control.java:1826)
	at org.eclipse.swt.widgets.Composite.gtk_key_press_event(Composite.java:440)
	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1207)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:3098)
	at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method)
	at org.eclipse.swt.widgets.Display.eventProc(Display.java:879)
	at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2297)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:704)
	at org.eclipse.core.launcher.Main.main(Main.java:688)

Dynamic libraries:
08048000-08056000 r-xp 00000000 03:01 489386     /home/jburns/vms/jdk1.4.2_05/bin/java
08056000-08059000 rw-p 0000d000 03:01 489386     /home/jburns/vms/jdk1.4.2_05/bin/java
40000000-40013000 r-xp 00000000 03:01 666502     /lib/ld-2.3.2.so
40013000-40014000 rw-p 00012000 03:01 666502     /lib/ld-2.3.2.so
40015000-4001d000 r-xp 00000000 03:01 1545457    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/native_threads/libhpi.so
4001d000-4001e000 rw-p 00007000 03:01 1545457    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/native_threads/libhpi.so
4001e000-40022000 rw-s 00000000 03:01 1138082    /tmp/hsperfdata_jburns/7284
40022000-40023000 r--s 00000000 03:01 180012     /home/jburns/host/eclipse/plugins/org.eclipse.
ui.workbench.compatibility_3.0.0/compatibility.jar
40023000-40030000 r-xp 00000000 03:01 910342     /lib/i686/libpthread-0.10.so
40030000-40031000 rw-p 0000d000 03:01 910342     /lib/i686/libpthread-0.10.so
40073000-40075000 r-xp 00000000 03:01 666513     /lib/libdl-2.3.2.so
40075000-40076000 rw-p 00001000 03:01 666513     /lib/libdl-2.3.2.so
40077000-401a1000 r-xp 00000000 03:01 910338     /lib/i686/libc-2.3.2.so
401a1000-401a4000 rw-p 0012a000 03:01 910338     /lib/i686/libc-2.3.2.so
401a7000-405a3000 r-xp 00000000 03:01 229479     /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/client/libjvm.so
405a3000-405be000 rw-p 003fb000 03:01 229479     /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/client/libjvm.so
405d0000-405e1000 r-xp 00000000 03:01 666517     /lib/libnsl-2.3.2.so
405e1000-405e2000 rw-p 00010000 03:01 666517     /lib/libnsl-2.3.2.so
405e4000-40606000 r-xp 00000000 03:01 910340     /lib/i686/libm-2.3.2.so
40606000-40607000 rw-p 00021000 03:01 910340     /lib/i686/libm-2.3.2.so
40607000-4060a000 r--s 00000000 03:01 944365     /home/jburns/vms/jdk1.4.2_05/jre/lib/ext/dnsns.
jar
4060a000-4060f000 r--s 00000000 03:01 457238     /home/jburns/host/eclipse/startup.jar
4060f000-40610000 r--s 00000000 03:01 1399888    /home/jburns/host/eclipse/plugins/org.eclipse.
ui_3.0.1/ui.jar
40610000-40613000 r-xp 00000000 03:01 829119     /usr/lib/libgmodule-2.0.so.0.200.3
40613000-40614000 rw-p 00002000 03:01 829119     /usr/lib/libgmodule-2.0.so.0.200.3
40614000-40615000 r--p 00000000 03:01 308882     
/usr/share/locale/en_US/LC_IDENTIFICATION
40615000-4061d000 r-xp 00000000 03:01 666523     /lib/libnss_files-2.3.2.so
4061d000-4061e000 rw-p 00008000 03:01 666523     /lib/libnss_files-2.3.2.so
4061e000-4062e000 r-xp 00000000 03:01 1545627    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libverify.so
4062e000-40630000 rw-p 0000f000 03:01 1545627    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libverify.so
40630000-40650000 r-xp 00000000 03:01 1545628    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libjava.so
40650000-40652000 rw-p 0001f000 03:01 1545628    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libjava.so
40652000-40666000 r-xp 00000000 03:01 1545634    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libzip.so
40666000-40669000 rw-p 00013000 03:01 1545634    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libzip.so
40669000-4200d000 r--s 00000000 03:01 1546155    /home/jburns/vms/jdk1.4.2_05/jre/lib/rt.jar
42057000-4206d000 r--s 00000000 03:01 1545808    /home/jburns/vms/jdk1.4.
2_05/jre/lib/sunrsasign.jar
4206d000-4214a000 r--s 00000000 03:01 1545812    /home/jburns/vms/jdk1.4.2_05/jre/lib/jsse.jar
4214a000-4215b000 r--s 00000000 03:01 1545810    /home/jburns/vms/jdk1.4.2_05/jre/lib/jce.jar
4215b000-426b4000 r--s 00000000 03:01 1546013    /home/jburns/vms/jdk1.4.2_05/jre/lib/charsets.
jar
4475c000-4475f000 r-xp 00000000 03:01 1593198    /usr/X11R6/lib/libXrandr.so.2.0
4475f000-44760000 rw-p 00002000 03:01 1593198    /usr/X11R6/lib/libXrandr.so.2.0
61aa6000-61ad2000 r--p 00000000 03:01 1007875    /usr/share/locale/ISO-8859-1/LC_CTYPE
61cd6000-61cf2000 r--s 00000000 03:01 944319     /home/jburns/vms/jdk1.4.
2_05/jre/lib/ext/sunjce_provider.jar
61cf2000-61dae000 r--s 00000000 03:01 944366     /home/jburns/vms/jdk1.4.
2_05/jre/lib/ext/localedata.jar
61dae000-61dbb000 r--s 00000000 03:01 944367     /home/jburns/vms/jdk1.4.
2_05/jre/lib/ext/ldapsec.jar
61e3c000-61e74000 r--s 00000000 03:01 1090424    /home/jburns/host/eclipse/plugins/org.eclipse.
osgi_3.0.1/core.jar
61e74000-61e7c000 r--s 00000000 03:01 1090426    /home/jburns/host/eclipse/plugins/org.eclipse.
osgi_3.0.1/console.jar
61e7c000-61e88000 r--s 00000000 03:01 1090421    /home/jburns/host/eclipse/plugins/org.eclipse.
osgi_3.0.1/osgi.jar
61e88000-61e9e000 r--s 00000000 03:01 1090425    /home/jburns/host/eclipse/plugins/org.eclipse.
osgi_3.0.1/resolver.jar
61e9e000-61eb4000 r--s 00000000 03:01 1090423    /home/jburns/host/eclipse/plugins/org.eclipse.
osgi_3.0.1/defaultAdaptor.jar
61eb4000-61ed3000 r--s 00000000 03:01 1090422    /home/jburns/host/eclipse/plugins/org.eclipse.
osgi_3.0.1/eclipseAdaptor.jar
61fd5000-6202c000 r--s 00000000 03:01 261338     /home/jburns/host/eclipse/plugins/org.eclipse.
core.runtime_3.0.1/runtime.jar
6202c000-6203c000 r-xp 00000000 03:01 1545645    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libnet.so
6203c000-6203d000 rw-p 0000f000 03:01 1545645    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libnet.so
6203d000-62043000 r-xp 00000000 03:01 1545648    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libnio.so
62043000-62044000 rw-p 00005000 03:01 1545648    /home/jburns/vms/jdk1.4.
2_05/jre/lib/i386/libnio.so
62044000-62059000 r--s 00000000 03:01 1187773    /home/jburns/host/eclipse/plugins/org.eclipse.
core.runtime.compatibility_3.0.0/compatibility.jar
62059000-6206d000 r--s 00000000 03:01 1268705    /home/jburns/host/eclipse/plugins/org.eclipse.
update.configurator_3.0.0/configurator.jar
6206d000-621bc000 r--s 00000000 03:01 1529308    /home/jburns/host/eclipse/plugins/org.eclipse.
ui.ide_3.0.1/ide.jar
621bc000-623f1000 r--s 00000000 03:01 1529043    /home/jburns/host/eclipse/plugins/org.eclipse.
ui.workbench_3.0.1/workbench.jar
623f1000-6246f000 r--s 00000000 03:01 618913     /home/jburns/host/eclipse/plugins/org.eclipse.
jface_3.0.0/jface.jar
6246f000-62482000 r--s 00000000 03:01 1187764    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/ws/gtk/swt-mozilla.jar
62482000-6248f000 r--s 00000000 03:01 1187763    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/ws/gtk/swt-pi.jar
6248f000-6256d000 r--s 00000000 03:01 1187765    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/ws/gtk/swt.jar
6256d000-625a3000 r-xp 00000000 03:01 1528902    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3062.so
625a3000-625a5000 rw-p 00035000 03:01 1528902    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3062.so
625a5000-625a6000 r--p 00000000 03:01 308881     /usr/share/locale/en_US/LC_MEASUREMENT
625a6000-625a7000 r--p 00000000 03:01 308877     /usr/share/locale/en_US/LC_TELEPHONE
625a7000-625a8000 r--p 00000000 03:01 308883     /usr/share/locale/en_US/LC_ADDRESS
625a8000-625a9000 r--p 00000000 03:01 308879     /usr/share/locale/en_US/LC_NAME
625a9000-625aa000 r--p 00000000 03:01 308878     /usr/share/locale/en_US/LC_PAPER
625aa000-625ab000 r--p 00000000 03:01 942855     
/usr/share/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
625ab000-625ac000 r--p 00000000 03:01 308880     /usr/share/locale/en_US/LC_MONETARY
625ac000-625b2000 r--p 00000000 03:01 1007874    /usr/share/locale/ISO-8859-1/LC_COLLATE
625b2000-625b3000 r--p 00000000 03:01 308876     /usr/share/locale/en_US/LC_TIME
625b3000-6280b000 r-xp 00000000 03:01 829188     /usr/lib/libgtk-x11-2.0.so.0.200.4
6280b000-62813000 rw-p 00257000 03:01 829188     /usr/lib/libgtk-x11-2.0.so.0.200.4
62816000-62883000 r-xp 00000000 03:01 829186     /usr/lib/libgdk-x11-2.0.so.0.200.4
62883000-62888000 rw-p 0006d000 03:01 829186     /usr/lib/libgdk-x11-2.0.so.0.200.4
62888000-628a1000 r-xp 00000000 03:01 829168     /usr/lib/libatk-1.0.so.0.400.0
628a1000-628a3000 rw-p 00018000 03:01 829168     /usr/lib/libatk-1.0.so.0.400.0
628a3000-628b6000 r-xp 00000000 03:01 829164     /usr/lib/libgdk_pixbuf-2.0.so.0.200.4
628b6000-628b7000 rw-p 00012000 03:01 829164     /usr/lib/libgdk_pixbuf-2.0.so.0.200.4
628b7000-628d9000 r-xp 00000000 03:01 829184     /usr/lib/libpangoxft-1.0.so.0.200.5
628d9000-628da000 rw-p 00021000 03:01 829184     /usr/lib/libpangoxft-1.0.so.0.200.5
628da000-628e6000 r-xp 00000000 03:01 829182     /usr/lib/libpangox-1.0.so.0.200.5
628e6000-628e7000 rw-p 0000b000 03:01 829182     /usr/lib/libpangox-1.0.so.0.200.5
628e7000-6290f000 r-xp 00000000 03:01 829178     /usr/lib/libpango-1.0.so.0.200.5
6290f000-6291b000 rw-p 00028000 03:01 829178     /usr/lib/libpango-1.0.so.0.200.5
6291b000-6294f000 r-xp 00000000 03:01 829121     /usr/lib/libgobject-2.0.so.0.200.3
6294f000-62950000 rw-p 00034000 03:01 829121     /usr/lib/libgobject-2.0.so.0.200.3
62950000-62954000 r-xp 00000000 03:01 829123     /usr/lib/libgthread-2.0.so.0.200.3
62954000-62955000 rw-p 00003000 03:01 829123     /usr/lib/libgthread-2.0.so.0.200.3
62955000-629c0000 r-xp 00000000 03:01 829117     /usr/lib/libglib-2.0.so.0.200.3
629c0000-629c1000 rw-p 0006b000 03:01 829117     /usr/lib/libglib-2.0.so.0.200.3
629c1000-629c6000 r-xp 00000000 03:01 1593204    /usr/X11R6/lib/libXtst.so.6.1
629c6000-629c7000 rw-p 00004000 03:01 1593204    /usr/X11R6/lib/libXtst.so.6.1
629c7000-62aa7000 r-xp 00000000 03:01 1593172    /usr/X11R6/lib/libX11.so.6.2
62aa7000-62aaa000 rw-p 000df000 03:01 1593172    /usr/X11R6/lib/libX11.so.6.2
62aaa000-62ab1000 r-xp 00000000 03:01 1593190    /usr/X11R6/lib/libXi.so.6.0
62ab1000-62ab2000 rw-p 00006000 03:01 1593190    /usr/X11R6/lib/libXi.so.6.0
62ab2000-62ac0000 r-xp 00000000 03:01 1593182    /usr/X11R6/lib/libXext.so.6.4
62ac0000-62ac1000 rw-p 0000d000 03:01 1593182    /usr/X11R6/lib/libXext.so.6.4
62ac1000-62ad3000 r-xp 00000000 03:01 1593188    /usr/X11R6/lib/libXft.so.2.1
62ad3000-62ad4000 rw-p 00011000 03:01 1593188    /usr/X11R6/lib/libXft.so.2.1
62ad4000-62adb000 r-xp 00000000 03:01 1593200    /usr/X11R6/lib/libXrender.so.1.2
62adb000-62adc000 rw-p 00006000 03:01 1593200    /usr/X11R6/lib/libXrender.so.1.2
62adc000-62b00000 r-xp 00000000 03:01 829150     /usr/lib/libfontconfig.so.1.0.4
62b00000-62b03000 rw-p 00024000 03:01 829150     /usr/lib/libfontconfig.so.1.0.4
62b04000-62b54000 r-xp 00000000 03:01 829146     /usr/lib/libfreetype.so.6.3.3
62b54000-62b58000 rw-p 0004f000 03:01 829146     /usr/lib/libfreetype.so.6.3.3
62b58000-62b64000 r-xp 00000000 03:01 666554     /lib/libz.so.1.1.4
62b64000-62b66000 rw-p 0000c000 03:01 666554     /lib/libz.so.1.1.4
62b66000-62b85000 r-xp 00000000 03:01 829148     /usr/lib/libexpat.so.0.4.0
62b85000-62b87000 rw-p 0001e000 03:01 829148     /usr/lib/libexpat.so.0.4.0
62b87000-62b88000 r--p 00000000 03:01 617749     /usr/share/locale/en_US/LC_NUMERIC
62b88000-62b8a000 r-xp 00000000 03:01 1072976    /usr/X11R6/lib/X11/locale/lib/common/xlcDef.
so.2
62b8a000-62b8b000 rw-p 00001000 03:01 1072976    /usr/X11R6/lib/X11/locale/lib/common/xlcDef.
so.2
62b8b000-62bb1000 r-xp 00000000 03:01 1528904    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3062.so
62bb1000-62bb3000 rw-p 00026000 03:01 1528904    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3062.so
62bb3000-62bc0000 r-xp 00000000 03:01 33505      /usr/lib/gtk-2.0/2.2.0/engines/libgalaxy.so
62bc0000-62bc1000 rw-p 0000c000 03:01 33505      /usr/lib/gtk-2.0/2.2.0/engines/libgalaxy.so
62bc1000-62bc2000 r-xp 00000000 03:01 926729     /usr/lib/gconv/ISO8859-1.so
62bc2000-62bc3000 rw-p 00000000 03:01 926729     /usr/lib/gconv/ISO8859-1.so
62bc3000-62bc4000 r-xp 00000000 03:01 862786     /home/jburns/host/eclipse/plugins/org.eclipse.
core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
62bc4000-62bc5000 rw-p 00001000 03:01 862786     /home/jburns/host/eclipse/plugins/org.eclipse.
core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
62bc5000-62bc7000 r-xp 00000000 03:01 1560680    /usr/lib/pango/1.2.0/modules/pango-basic-xft.
so
62bc7000-62bc8000 rw-p 00001000 03:01 1560680    /usr/lib/pango/1.2.0/modules/pango-basic-xft.
so
62bc8000-62bcf000 r-xp 00000000 03:01 1528901    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3062.so
62bcf000-62bd0000 rw-p 00007000 03:01 1528901    /home/jburns/host/eclipse/plugins/org.eclipse.
swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3062.so
62bd1000-62bd9000 r-xp 00000000 03:01 1593180    /usr/X11R6/lib/libXcursor.so.1.0
62bd9000-62bda000 rw-p 00007000 03:01 1593180    /usr/X11R6/lib/libXcursor.so.1.0
62bda000-62c3a000 rw-s 00000000 00:04 4292643    /SYSV00000000 (deleted)
62c3a000-62c9a000 rw-s 00000000 00:04 4325412    /SYSV00000000 (deleted)
62c9a000-62d39000 r--s 00000000 03:01 862797     /home/jburns/host/eclipse/plugins/org.eclipse.
core.resources_3.0.1/resources.jar
62d39000-62d65000 r--s 00000000 03:01 602867     /home/jburns/host/eclipse/plugins/org.eclipse.
team.core_3.0.0/team.jar
62de6000-630b5000 r--s 00000000 03:01 1236727    /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.core_3.0.1/jdtcore.jar
630b5000-630c5000 r--s 00000000 03:01 618850     /home/jburns/host/eclipse/plugins/org.eclipse.
help_3.0.0/help.jar
630c5000-630ef000 r--s 00000000 03:01 1171990    /home/jburns/host/eclipse/plugins/org.eclipse.
text_3.0.1/text.jar
631f1000-63201000 r--s 00000000 03:01 489153     /home/jburns/host/eclipse/plugins/org.eclipse.
pde_3.0.1/pde.jar
63201000-63269000 r--s 00000000 03:01 700452     /home/jburns/host/eclipse/plugins/org.eclipse.
pde.core_3.0.1/pdecore.jar
63269000-63296000 r--s 00000000 03:01 619141     /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.launching_3.0.1/launching.jar
63296000-632ce000 r--s 00000000 03:01 862789     /home/jburns/host/eclipse/plugins/org.eclipse.
debug.core_3.0.1/dtcore.jar
633d0000-633dc000 r--p 00000000 03:01 715367     /usr/share/fonts/ttf/vera/VeraMoBd.ttf
633dc000-633de000 r--s 00000000 03:01 602854     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-antlr.jar
633de000-633e1000 r--s 00000000 03:01 602849     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-apache-bcel.jar
633e1000-633ef000 r--s 00000000 03:01 1187798    /home/jburns/host/eclipse/plugins/org.eclipse.
ui.views_3.0.0/views.jar
633ef000-633fb000 r--s 00000000 03:01 1528908    /home/jburns/host/eclipse/plugins/org.eclipse.
core.filebuffers_3.0.1/filebuffers.jar
633fb000-633fd000 r-xp 00000000 03:01 1560677    /usr/lib/pango/1.2.0/modules/pango-arabic-xft.so
633fd000-633fe000 rw-p 00002000 03:01 1560677    /usr/lib/pango/1.2.0/modules/pango-arabic-xft.
so
633fe000-633ff000 r--s 00000000 03:01 602841     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-apache-log4j.jar
633ff000-63400000 r--s 00000000 03:01 602846     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-apache-regexp.jar
63500000-63a18000 r--s 00000000 03:01 700468     /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.ui_3.0.1/jdt.jar
63a18000-63aaf000 r--s 00000000 03:01 618887     /home/jburns/host/eclipse/plugins/org.eclipse.
jface.text_3.0.1/jfacetext.jar
63aaf000-63aed000 r--s 00000000 03:01 602793     /home/jburns/host/eclipse/plugins/org.eclipse.ui.
editors_3.0.1/editors.jar
63aed000-63b4a000 r--s 00000000 03:01 602873     /home/jburns/host/eclipse/plugins/org.eclipse.
ui.workbench.texteditor_3.0.1/texteditor.jar
63b4a000-63b62000 r--s 00000000 03:01 1708730    /home/jburns/host/eclipse/plugins/org.eclipse.
ltk.core.refactoring_3.0.1/refcore.jar
63b62000-63bd3000 r--s 00000000 03:01 602583     /home/jburns/host/eclipse/plugins/org.eclipse.
team.cvs.core_3.0.1/cvs.jar
63bd3000-63bdc000 r--s 00000000 03:01 1187782    /home/jburns/host/eclipse/plugins/org.eclipse.
ant.core_3.0.0/antsupport.jar
63bdc000-63bdf000 r-xp 00000000 03:01 666521     /lib/libnss_dns-2.3.2.so
63bdf000-63be0000 rw-p 00003000 03:01 666521     /lib/libnss_dns-2.3.2.so
63be0000-63be1000 r--s 00000000 03:01 602829     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-apache-resolver.jar
63be1000-63be2000 r--s 00000000 03:01 602847     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-commons-logging.jar
63be2000-63be3000 r--s 00000000 03:01 602827     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-stylebook.jar
63be3000-63bfd000 r--s 00000000 03:01 1236707    /home/jburns/host/eclipse/plugins/org.eclipse.
ui.externaltools_3.0.1/externaltools.jar
63bfd000-63bff000 r-xp 00000000 03:01 1560686    /usr/lib/pango/1.2.0/modules/pango-hangul-xft.so
63bff000-63c00000 rw-p 00002000 03:01 1560686    /usr/lib/pango/1.2.0/modules/pango-hangul-xft.
so
63e00000-63ee1000 r--s 00000000 03:01 1090555    /home/jburns/host/eclipse/plugins/org.eclipse.
debug.ui_3.0.1/dtui.jar
63ee1000-63ef2000 r--p 00000000 03:01 715362     /usr/share/fonts/ttf/vera/Vera.ttf
63ef2000-63efb000 r-xp 00000000 03:01 666529     /lib/libnss_nisplus-2.3.2.so
63efb000-63efc000 rw-p 00009000 03:01 666529     /lib/libnss_nisplus-2.3.2.so
63efc000-63f09000 r--s 00000000 03:01 1171874    /home/jburns/host/eclipse/plugins/org.eclipse.
team.cvs.ssh2_3.0.0/cvsssh2.jar
63f09000-63f0d000 r--s 00000000 03:01 602835     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-apache-bsf.jar
63f0d000-63f16000 r--s 00000000 03:01 602843     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-commons-net.jar
63f16000-63f17000 r--s 00000000 03:01 602840     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-xslp.jar
63f17000-63f77000 r--s 00000000 03:01 1171887    /home/jburns/host/eclipse/plugins/org.eclipse.
search_3.0.1/search.jar
63f77000-63f97000 r--s 00000000 03:01 115328     /home/jburns/host/eclipse/plugins/org.eclipse.ltk.
ui.refactoring_3.0.1/refui.jar
63f97000-63f9e000 r--s 00000000 03:01 1253235    /home/jburns/host/eclipse/plugins/editorlist_1.0.
5/editorlist.jar
63f9e000-63fa0000 r--s 00000000 03:01 602838     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-javamail.jar
63fe4000-63ff1000 r--s 00000000 03:01 1236546    /home/jburns/host/eclipse/plugins/org.eclipse.
core.expressions_3.0.0/expressions.jar
63ff2000-63ffa000 r-xp 00000000 03:01 666527     /lib/libnss_nis-2.3.2.so
63ffa000-63ffb000 rw-p 00007000 03:01 666527     /lib/libnss_nis-2.3.2.so
63ffb000-64009000 r-xp 00000000 03:01 666533     /lib/libresolv-2.3.2.so
64009000-6400a000 rw-p 0000e000 03:01 666533     /lib/libresolv-2.3.2.so
6400c000-64018000 r--s 00000000 03:01 602839     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-apache-oro.jar
64018000-6401b000 r--s 00000000 03:01 602850     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-icontract.jar
6401b000-64021000 r--s 00000000 03:01 602844     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-jai.jar
64022000-64028000 r--s 00000000 03:01 456612     /home/jburns/host/eclipse/plugins/org.eclipse.
update.scheduler_3.0.0/scheduler.jar
64028000-6402a000 r--s 00000000 03:01 602853     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-jdepend.jar
6402a000-6402c000 r--s 00000000 03:01 602845     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-jmf.jar
6402c000-6402e000 r--s 00000000 03:01 602837     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-swing.jar
640af000-640d6000 r--s 00000000 03:01 1221030    /home/jburns/host/eclipse/plugins/org.eclipse.
ui.forms_3.0.0/forms.jar
640d6000-640e3000 r--p 00000000 03:01 715369     /usr/share/fonts/ttf/vera/VeraMono.ttf
640e3000-640ef000 r--s 00000000 03:01 1236700    /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.debug_3.0.1/jdi.jar
640ef000-640f2000 r--s 00000000 03:01 602834     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-launcher.jar
640f2000-64100000 r--s 00000000 03:01 1399869    /home/jburns/host/eclipse/plugins/org.eclipse.
ui.console_3.0.0/console.jar
64100000-64106000 r--s 00000000 03:01 602851     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-jsch.jar
64106000-64118000 r--s 00000000 03:01 602832     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-junit.jar
64118000-6411b000 r--s 00000000 03:01 602828     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-netrexx.jar
6411b000-64124000 r--s 00000000 03:01 602842     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-starteam.jar
64124000-64128000 r--s 00000000 03:01 602833     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-weblogic.jar
64128000-6412a000 r--s 00000000 03:01 602852     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-xalan1.jar
6422f000-64240000 r--s 00000000 03:01 602831     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-trax.jar
64240000-6426c000 r--p 00000000 03:01 439231     /usr/X11R6/lib/X11/fonts/misc/cu12.pcf.gz
6426c000-64285000 r--s 00000000 03:01 1171875    /home/jburns/host/eclipse/plugins/org.eclipse.
team.cvs.ssh2_3.0.0/jsch-0.1.16.jar
64285000-64294000 r--p 00000000 03:01 715364     /usr/share/fonts/ttf/vera/VeraBd.ttf
64294000-6429a000 r--s 00000000 03:01 1399411    /home/jburns/host/eclipse/plugins/org.eclipse.
core.variables_3.0.0/variables.jar
645a1000-64605000 r--s 00000000 03:01 602830     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-nodeps.jar
64605000-64611000 r--s 00000000 03:01 602836     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant-vaj.jar
64611000-64614000 r--s 00000000 03:01 1236728    /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.core_3.0.1/jdtCompilerAdapter.jar
6461d000-64620000 r--s 00000000 03:01 1529372    /home/jburns/host/eclipse/plugins/org.eclipse.
ant.ui_3.0.1/lib/antrunner.jar
646a3000-646ed000 r--s 00000000 03:01 602720     /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.junit_3.0.1/junitsupport.jar
64724000-6472c000 r--s 00000000 03:01 1187781    /home/jburns/host/eclipse/plugins/org.eclipse.
ant.core_3.0.0/lib/antsupportlib.jar
64a3e000-64a64000 r--s 00000000 03:01 1399880    /home/jburns/host/eclipse/plugins/org.eclipse.
pde.build_3.0.1/pdebuild.jar
64c4b000-64e08000 r--s 00000000 03:01 1236540    /home/jburns/host/eclipse/plugins/org.eclipse.
pde.ui_3.0.1/pdeui.jar
6500c000-650c3000 r--s 00000000 03:01 1529373    /home/jburns/host/eclipse/plugins/org.eclipse.
ant.ui_3.0.1/antui.jar
651a3000-65285000 r--s 00000000 03:01 261873     /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.debug.ui_3.0.1/jdiui.jar
65285000-65330000 r--s 00000000 03:01 1236701    /home/jburns/host/eclipse/plugins/org.eclipse.
jdt.debug_3.0.1/jdimodel.jar
65330000-65425000 r--s 00000000 03:01 602848     /home/jburns/host/eclipse/plugins/org.apache.
ant_1.6.2/lib/ant.jar
65b71000-65c68000 r--s 00000000 03:01 1171964    /home/jburns/host/eclipse/plugins/org.eclipse.
team.cvs.ui_3.0.1/teamcvsui.jar
65c68000-65cda000 r--s 00000000 03:01 602635     /home/jburns/host/eclipse/plugins/org.eclipse.
team.ui_3.0.1/teamui.jar
65cef000-65d50000 r--s 00000000 03:01 1529792    /home/jburns/host/eclipse/plugins/org.eclipse.
compare_3.0.0/compare.jar
66100000-66110000 r--p 00000000 03:01 715365     /usr/share/fonts/ttf/vera/VeraIt.ttf

Heap at VM Abort:
Heap
 def new generation   total 6272K, used 3971K [0x44760000, 0x44e20000, 0x46620000)
  eden space 5632K,  59% used [0x44760000, 0x44aa0d68, 0x44ce0000)
  from space 640K, 100% used [0x44d80000, 0x44e20000, 0x44e20000)
  to   space 640K,   0% used [0x44ce0000, 0x44ce0000, 0x44d80000)
 tenured generation   total 81916K, used 70368K [0x46620000, 0x4b61f000, 0x5d760000)
   the space 81916K,  85% used [0x46620000, 0x4aad8050, 0x4aad8200, 0x4b61f000)
 compacting perm gen  total 33792K, used 32473K [0x5d760000, 0x5f860000, 0x61760000)
   the space 33792K,  96% used [0x5d760000, 0x5f7165b0, 0x5f716600, 0x5f860000)

Local Time = Mon Sep 13 14:58:50 2004
Elapsed Time = 2838
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
Comment 1 Dani Megert CLA 2004-09-14 04:07:52 EDT
The trigger is pasting in the Java editor with "Update imports on paste" enabled
and having some imports in the clipboard (separate transfer type).
Comment 2 Dani Megert CLA 2004-09-14 04:40:22 EDT
Did you run R3.0 with jdk1.4.2_05 as well?
Comment 3 Tom Hofmann CLA 2004-09-14 05:02:49 EDT
Cannot reproduce at first sight with same VM on fedora core 2. Tried pasting
around with imports, and everything works.
Comment 4 Olivier Thomann CLA 2004-09-14 10:05:03 EDT
This looks like a VM problem. I don't see what we can do.
Comment 5 Jared Burns CLA 2004-09-14 11:43:44 EDT
I wasn't pasting imports when this happened. The last time it happened, I copied 
the text:

menu.add(new Separator(IDebugUIConstants.SELECT_GROUP));
menu.add(new Separator(IDebugUIConstants.BREAKPOINT_GROUP_GROUP));
menu.add(new Separator(IDebugUIConstants.REMOVE_GROUP));

out of BreakpointsView and pasted it into IDebugUIConstants.
Comment 6 Dani Megert CLA 2004-09-14 11:50:13 EDT
You did :->
If the Update imports option is checked paste will also add the imports (which
it remembered when you copied).
Comment 7 Jared Burns CLA 2004-09-14 11:56:11 EDT
I see. Well, in this case there shouldn't have been any imports added because 
the only reference in the code I was pasting was to IDebugUIConstants... which 
is also the interface I was pasting into.

In case it's helpful...
I wrote those three lines in BreakpointsView before the referenced constants had 
been defined. I then copy/pasted those lines into IDebugUIConstants as a 
reference so I could define the constants there.
Comment 8 Jared Burns CLA 2004-10-15 16:42:31 EDT
Created attachment 15207 [details]
hs_err_pid4896.log

I just got another SIG 11 from Eclipse using a totally different setup. I first
got this crash on Mandrake 9.2 using JDK 1.4.2. I just got it again on Mandrake
10.1 using JDK 1.5.0.
Comment 9 Olivier Thomann CLA 2004-12-05 11:14:07 EST
Did you get it lately? If not, we will close as INVALID.
VM JIT bug.
Comment 10 Jared Burns CLA 2004-12-05 11:27:57 EST
Nope, I haven't seen it recently.
Comment 11 Jerome Lanneluc CLA 2004-12-09 07:55:23 EST
VM JIT bug