Home » Archived » Visual Editor (VE) » VE S20040624 and Eclipse 3.0: OK
|
Re: VE S20040624 and Eclipse 3.0: OK [message #44298 is a reply to message #44267] |
Sun, 27 June 2004 14:00 |
Eclipse User |
|
|
|
Originally posted by: richkulp.NO.SPAM.us.ibm.com
Thanks for verifying this. :-)
Francesc Rosés wrote:
> Hi!
>
> Eclipse 3.0 final release is out! I installed it with VE S20040624
> and It seems to work!
>
> Francesc
>
--
Thanks, Rich Kulp
|
|
|
Re: VE S20040624 and Eclipse 3.0: OK [message #44369 is a reply to message #44298] |
Mon, 28 June 2004 00:00 |
Mohamed El Ayouty Messages: 7 Registered: July 2009 |
Junior Member |
|
|
Tried VE S20040624 + 3.0 with correct GEF and EMF versions on Linux GTK
and it doesn't work. Instead it exited with this error:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4F7C9202
Function=(null)+0x4F7C9202
Library=/usr/lib/pango/1.4.0/modules/pango-hangul-fc.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.swt.internal.gtk.OS.pango_layout_get_iter(Native Method)
- locked <0x48b00400> (a java.lang.Class)
at org.eclipse.swt.graphics.TextLayout.getLineBounds(TextLayout .java:490)
at
org.eclipse.swt.custom.StyledText$ContentWidthCache.contentW idth(StyledText.java:1258)
at
org.eclipse.swt.custom.StyledText$ContentWidthCache.calculat e(StyledText.java:1221)
at
org.eclipse.swt.custom.StyledText.calculateContentWidth(Styl edText.java:1920)
at org.eclipse.swt.custom.StyledText.setFont(StyledText.java:67 58)
at
org.eclipse.ui.texteditor.AbstractTextEditor.setFont(Abstrac tTextEditor.java:2606)
at
org.eclipse.ui.texteditor.AbstractTextEditor.initializeViewe rFont(AbstractTextEditor.java:2552)
at
org.eclipse.ui.texteditor.AbstractTextEditor.createPartContr ol(AbstractTextEditor.java:2387)
at
org.eclipse.ui.texteditor.StatusTextEditor.createPartControl (StatusTextEditor.java:53)
at
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.create PartControl(AbstractDecoratedTextEditor.java:275)
at
org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createPart Control(JavaEditor.java:3314)
at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor .createPartControl(CompilationUnitEditor.java:1604)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.createSplitpaneEditor(JavaVisualEditorPart.java:485 )
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.createPartControl(JavaVisualEditorPart.java:436)
at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane .java:133)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java :205)
at
org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:939)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:921)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:10 20)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:110 )
at
org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java:59)
at
org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAr eaHelper.java:266)
at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.ja va:697)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:686)
at
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:782)
at
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:585)
at
org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:573)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2201)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2134)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage .java:2126)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2113)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2108)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2091)
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard$1.run(NewVisualClassCreationWizard.java:364)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
- locked <0x458ef378> (a org.eclipse.swt.widgets.RunnableLock)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2572)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2301)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
Dynamic libraries:
08048000-0804e000 r-xp 00000000 03:41 3953136
/opt/sun-jdk-1.4.2.04/bin/java
0804e000-0804f000 rw-p 00005000 03:41 3953136
/opt/sun-jdk-1.4.2.04/bin/java
40000000-40015000 r-xp 00000000 03:02 1650905 /lib/ld-2.3.3.so
40015000-40016000 rw-p 00014000 03:02 1650905 /lib/ld-2.3.3.so
4002a000-40038000 r-xp 00000000 03:02 1650912 /lib/libpthread-0.61.so
40038000-40039000 rw-p 0000d000 03:02 1650912 /lib/libpthread-0.61.so
4003b000-4003d000 r-xp 00000000 03:02 1650909 /lib/libdl-2.3.3.so
4003d000-4003e000 rw-p 00002000 03:02 1650909 /lib/libdl-2.3.3.so
4003e000-40149000 r-xp 00000000 03:02 1650904 /lib/libc-2.3.3.so
40149000-4014c000 rw-p 0010b000 03:02 1650904 /lib/libc-2.3.3.so
40150000-4054b000 r-xp 00000000 03:41 5587437
/opt/sun-jdk-1.4.2.04/jre/lib/i386/client/libjvm.so
4054b000-40566000 rw-p 003fa000 03:41 5587437
/opt/sun-jdk-1.4.2.04/jre/lib/i386/client/libjvm.so
4058c000-4059e000 r-xp 00000000 03:02 1650922 /lib/libnsl-2.3.3.so
4059e000-4059f000 rw-p 00011000 03:02 1650922 /lib/libnsl-2.3.3.so
405a1000-405c2000 r-xp 00000000 03:02 1650908 /lib/libm-2.3.3.so
405c2000-405c3000 rw-p 00020000 03:02 1650908 /lib/libm-2.3.3.so
405c3000-405cb000 r-xp 00000000 03:41 5587431
/opt/sun-jdk-1.4.2.04/jre/lib/i386/native_threads/libhpi.so
405cb000-405cc000 rw-p 00007000 03:41 5587431
/opt/sun-jdk-1.4.2.04/jre/lib/i386/native_threads/libhpi.so
405df000-405e6000 r-xp 00000000 03:02 1650920
/lib/libnss_compat-2.3.3.so
405e6000-405e7000 rw-p 00006000 03:02 1650920
/lib/libnss_compat-2.3.3.so
405e7000-405ef000 r-xp 00000000 03:02 1650923 /lib/libnss_nis-2.3.3.so
405ef000-405f0000 rw-p 00008000 03:02 1650923 /lib/libnss_nis-2.3.3.so
405f0000-405f8000 r-xp 00000000 03:02 1650913 /lib/libnss_files-2.3.3.so
405f8000-405f9000 rw-p 00008000 03:02 1650913 /lib/libnss_files-2.3.3.so
405f9000-405fd000 rw-s 00000000 03:02 1207184 /tmp/hsperfdata_mae/28706
405fd000-4060d000 r-xp 00000000 03:41 5587445
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libverify.so
4060d000-4060f000 rw-p 0000f000 03:41 5587445
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libverify.so
4060f000-4062f000 r-xp 00000000 03:41 5587447
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libjava.so
4062f000-40631000 rw-p 0001f000 03:41 5587447
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libjava.so
40631000-40645000 r-xp 00000000 03:41 5587450
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libzip.so
40645000-40648000 rw-p 00013000 03:41 5587450
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libzip.so
40648000-41fe8000 r--s 00000000 03:41 5588133
/opt/sun-jdk-1.4.2.04/jre/lib/rt.jar
42032000-42048000 r--s 00000000 03:41 5587577
/opt/sun-jdk-1.4.2.04/jre/lib/sunrsasign.jar
42048000-42123000 r--s 00000000 03:41 5587422
/opt/sun-jdk-1.4.2.04/jre/lib/jsse.jar
42123000-42134000 r--s 00000000 03:41 5587578
/opt/sun-jdk-1.4.2.04/jre/lib/jce.jar
42134000-4268d000 r--s 00000000 03:41 5588131
/opt/sun-jdk-1.4.2.04/jre/lib/charsets.jar
44735000-44736000 r-xp 00000000 03:41 32805
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.resources.li nux_3.0.0/os/linux/x86/libcore_2_1_0b.so
44736000-44737000 rw-p 00001000 03:41 32805
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.resources.li nux_3.0.0/os/linux/x86/libcore_2_1_0b.so
4cb47000-4cb63000 r--s 00000000 03:41 5587573
/opt/sun-jdk-1.4.2.04/jre/lib/ext/sunjce_provider.jar
4cb63000-4cb66000 r--s 00000000 03:41 5587574
/opt/sun-jdk-1.4.2.04/jre/lib/ext/dnsns.jar
4cb66000-4cb73000 r--s 00000000 03:41 5587575
/opt/sun-jdk-1.4.2.04/jre/lib/ext/ldapsec.jar
4cb73000-4cc2f000 r--s 00000000 03:41 5587576
/opt/sun-jdk-1.4.2.04/jre/lib/ext/localedata.jar
4cc2f000-4cc34000 r--s 00000000 03:41 413
/mnt/Babe/Apps/eclipse/startup.jar
4ccb5000-4cced000 r--s 00000000 03:41 31
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/core.j ar
4cced000-4ccf5000 r--s 00000000 03:41 32
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/consol e.jar
4ccf5000-4cd01000 r--s 00000000 03:41 30
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.j ar
4cd01000-4cd17000 r--s 00000000 03:41 34
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/resolv er.jar
4cd17000-4cd2d000 r--s 00000000 03:41 35
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/defaul tAdaptor.jar
4cd2d000-4cd4c000 r--s 00000000 03:41 33
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/eclips eAdaptor.jar
4ce4e000-4ce5e000 r-xp 00000000 03:41 5587454
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnet.so
4ce5e000-4ce5f000 rw-p 0000f000 03:41 5587454
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnet.so
4cee3000-4cf3a000 r--s 00000000 03:41 212
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.runtime_3.0. 0/runtime.jar
4cf3a000-4cf40000 r-xp 00000000 03:41 5587457
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnio.so
4cf40000-4cf41000 rw-p 00005000 03:41 5587457
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnio.so
4cf41000-4cf55000 r--s 00000000 03:41 34058
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.update.configurat or_3.0.0/configurator.jar
4cf55000-4cf6f000 r--s 00000000 03:02 1417240 /tmp/jar_cache63376.tmp
(deleted)
4cf6f000-4d0bd000 r--s 00000000 03:41 18384
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ide. jar
4d0bd000-4d0d2000 r--s 00000000 03:41 17340
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.runtime.comp atibility_3.0.0/compatibility.jar
4d0d2000-4d0d3000 r--s 00000000 03:41 34054
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.workbench.comp atibility_3.0.0/compatibility.jar
4d0d3000-4d306000 r--s 00000000 03:41 17335
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.workbench_3.0. 0/workbench.jar
4d306000-4d384000 r--s 00000000 03:41 18790
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jface_3.0.0/jface .jar
4d384000-4d397000 r--s 00000000 03:41 17296
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/ gtk/swt-mozilla.jar
4d397000-4d3a4000 r--s 00000000 03:41 17282
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/ gtk/swt-pi.jar
4d3a4000-4d482000 r--s 00000000 03:41 17299
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/ gtk/swt.jar
4d482000-4d483000 r--s 00000000 03:41 33176
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui_3.0.0/ui.jar
4d483000-4d4b9000 r-xp 00000000 03:41 17309
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-pi-gtk-3062.so
4d4b9000-4d4bb000 rw-p 00035000 03:41 17309
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-pi-gtk-3062.so
4d4bb000-4d4cb000 r--s 00000000 03:41 18711
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.help_3.0.0/help.j ar
4d4ce000-4d787000 r-xp 00000000 03:02 1916450
/usr/lib/libgtk-x11-2.0.so.0.400.3
4d787000-4d791000 rw-p 002b8000 03:02 1916450
/usr/lib/libgtk-x11-2.0.so.0.400.3
4d794000-4d7fe000 r-xp 00000000 03:02 1896971
/usr/lib/libgdk-x11-2.0.so.0.400.3
4d7fe000-4d803000 rw-p 0006a000 03:02 1896971
/usr/lib/libgdk-x11-2.0.so.0.400.3
4d803000-4d81b000 r-xp 00000000 03:02 2473885
/usr/lib/libatk-1.0.so.0.600.1
4d81b000-4d81d000 rw-p 00017000 03:02 2473885
/usr/lib/libatk-1.0.so.0.600.1
4d81d000-4d831000 r-xp 00000000 03:02 1703154
/usr/lib/libgdk_pixbuf-2.0.so.0.400.3
4d831000-4d832000 rw-p 00013000 03:02 1703154
/usr/lib/libgdk_pixbuf-2.0.so.0.400.3
4d832000-4d836000 r-xp 00000000 03:02 1871062
/usr/lib/libpangoxft-1.0.so.0.399.1
4d836000-4d837000 rw-p 00003000 03:02 1871062
/usr/lib/libpangoxft-1.0.so.0.399.1
4d837000-4d841000 r-xp 00000000 03:02 1716282
/usr/lib/libpangox-1.0.so.0.399.1
4d841000-4d842000 rw-p 0000a000 03:02 1716282
/usr/lib/libpangox-1.0.so.0.399.1
4d842000-4d871000 r-xp 00000000 03:02 2558483
/usr/lib/libpango-1.0.so.0.399.1
4d871000-4d876000 rw-p 0002e000 03:02 2558483
/usr/lib/libpango-1.0.so.0.399.1
4d876000-4d8ad000 r-xp 00000000 03:02 1650956
/usr/lib/libgobject-2.0.so.0.400.1
4d8ad000-4d8af000 rw-p 00036000 03:02 1650956
/usr/lib/libgobject-2.0.so.0.400.1
4d8af000-4d8b2000 r-xp 00000000 03:02 1650960
/usr/lib/libgmodule-2.0.so.0.400.1
4d8b2000-4d8b3000 rw-p 00002000 03:02 1650960
/usr/lib/libgmodule-2.0.so.0.400.1
4d8b3000-4d8b7000 r-xp 00000000 03:02 1650962
/usr/lib/libgthread-2.0.so.0.400.1
4d8b7000-4d8b8000 rw-p 00003000 03:02 1650962
/usr/lib/libgthread-2.0.so.0.400.1
4d8b8000-4d935000 r-xp 00000000 03:02 87531
/usr/lib/libglib-2.0.so.0.400.1
4d935000-4d936000 rw-p 0007d000 03:02 87531
/usr/lib/libglib-2.0.so.0.400.1
4d936000-4d93b000 r-xp 00000000 03:02 197477
/usr/X11R6/lib/libXtst.so.6.1
4d93b000-4d93c000 rw-p 00004000 03:02 197477
/usr/X11R6/lib/libXtst.so.6.1
4d93c000-4da03000 r-xp 00000000 03:02 197414
/usr/X11R6/lib/libX11.so.6.2
4da03000-4da06000 rw-p 000c6000 03:02 197414
/usr/X11R6/lib/libX11.so.6.2
4da06000-4da09000 r-xp 00000000 03:02 197695
/usr/X11R6/lib/libXrandr.so.2.0
4da09000-4da0a000 rw-p 00002000 03:02 197695
/usr/X11R6/lib/libXrandr.so.2.0
4da0a000-4da11000 r-xp 00000000 03:02 197473
/usr/X11R6/lib/libXi.so.6.0
4da11000-4da12000 rw-p 00006000 03:02 197473
/usr/X11R6/lib/libXi.so.6.0
4da12000-4da14000 r-xp 00000000 03:02 197671
/usr/X11R6/lib/libXinerama.so.1.0
4da14000-4da15000 rw-p 00001000 03:02 197671
/usr/X11R6/lib/libXinerama.so.1.0
4da15000-4da24000 r-xp 00000000 03:02 197427
/usr/X11R6/lib/libXext.so.6.4
4da24000-4da25000 rw-p 0000e000 03:02 197427
/usr/X11R6/lib/libXext.so.6.4
4da25000-4da38000 r-xp 00000000 03:02 197681
/usr/X11R6/lib/libXft.so.2.1.2
4da38000-4da39000 rw-p 00012000 03:02 197681
/usr/X11R6/lib/libXft.so.2.1.2
4da39000-4daa1000 r-xp 00000000 03:02 86736
/usr/lib/libfreetype.so.6.3.4
4daa1000-4daa8000 rw-p 00068000 03:02 86736
/usr/lib/libfreetype.so.6.3.4
4daa8000-4dacf000 r-xp 00000000 03:02 401324
/usr/lib/libfontconfig.so.1.0.4
4dacf000-4dad2000 rw-p 00026000 03:02 401324
/usr/lib/libfontconfig.so.1.0.4
4dad3000-4dadc000 r-xp 00000000 03:02 197707
/usr/X11R6/lib/libXcursor.so.1.0.2
4dadc000-4dadd000 rw-p 00008000 03:02 197707
/usr/X11R6/lib/libXcursor.so.1.0.2
4dadd000-4dae4000 r-xp 00000000 03:02 197675
/usr/X11R6/lib/libXrender.so.1.2.2
4dae4000-4dae5000 rw-p 00006000 03:02 197675
/usr/X11R6/lib/libXrender.so.1.2.2
4dae5000-4db09000 r-xp 00000000 03:02 1916625
/usr/lib/libpangoft2-1.0.so.0.399.1
4db09000-4db0a000 rw-p 00023000 03:02 1916625
/usr/lib/libpangoft2-1.0.so.0.399.1
4db0a000-4db2e000 r-xp 00000000 03:02 296237 /usr/lib/libexpat.so.0.5.0
4db2e000-4db30000 rw-p 00024000 03:02 296237 /usr/lib/libexpat.so.0.5.0
4db30000-4db40000 r-xp 00000000 03:02 554958 /lib/libz.so.1.2.1
4db40000-4db41000 rw-p 0000f000 03:02 554958 /lib/libz.so.1.2.1
4db41000-4db43000 r-xp 00000000 03:02 196097
/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
4db43000-4db44000 rw-p 00001000 03:02 196097
/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
4db44000-4db4a000 r--s 00000000 03:02 92626
/usr/lib/gconv/gconv-modules.cache
4db4a000-4db4c000 r-xp 00000000 03:02 1650241
/usr/lib/gconv/ISO8859-1.so
4db4c000-4db4d000 rw-p 00001000 03:02 1650241
/usr/lib/gconv/ISO8859-1.so
4db4d000-4db73000 r-xp 00000000 03:41 17308
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-gtk-3062.so
4db73000-4db75000 rw-p 00026000 03:41 17308
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-gtk-3062.so
4db75000-4db7c000 r-xp 00000000 03:02 1880851
/usr/lib/gtk-2.0/2.4.0/engines/libthinice.so
4db7c000-4db7d000 rw-p 00007000 03:02 1880851
/usr/lib/gtk-2.0/2.4.0/engines/libthinice.so
4db7d000-4db81000 r-xp 00000000 03:02 1838405
/usr/lib/gtk-2.0/2.4.0/engines/libredmond95.so
4db81000-4db82000 rw-p 00003000 03:02 1838405
/usr/lib/gtk-2.0/2.4.0/engines/libredmond95.so
4db82000-4dbe2000 rw-s 00000000 00:06 46399528 /SYSV00000000 (deleted)
4dbe2000-4dc80000 r--s 00000000 03:41 32813
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.resources_3. 0.0/resources.jar
4dc80000-4dcac000 r--s 00000000 03:41 33956
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.core_3.0.0/t eam.jar
4dcac000-4df79000 r--s 00000000 03:41 18522
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.core_3.0.0/jd tcore.jar
4df79000-4dfa3000 r--s 00000000 03:41 33437
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.text_3.0.0/text.j ar
4e0a5000-4e0d2000 r--s 00000000 03:41 33100
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.launching_3.0 .0/launching.jar
4e0d2000-4e10a000 r--s 00000000 03:41 32807
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.debug.core_3.0.0/ dtcore.jar
4e20c000-4e27d000 r--s 00000000 03:41 33660
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.core_3.0 .0/cvs.jar
4e27d000-4e27f000 r-xp 00000000 03:02 1697679
/usr/lib/pango/1.4.0/modules/pango-basic-fc.so
4e27f000-4e280000 rw-p 00001000 03:02 1697679
/usr/lib/pango/1.4.0/modules/pango-basic-fc.so
4e291000-4e298000 r-xp 00000000 03:41 17311
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-atk-gtk-3062.so
4e298000-4e299000 rw-p 00007000 03:41 17311
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-atk-gtk-3062.so
4e299000-4e2b1000 r--s 00000000 03:41 34049
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ltk.core.refactor ing_3.0.0/refcore.jar
4e2b1000-4e2bd000 r--s 00000000 03:41 17324
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.filebuffers_ 3.0.0/filebuffers.jar
4e2bd000-4e2dd000 r--s 00000000 03:41 18560
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ltk.ui.refactorin g_3.0.0/refui.jar
4e2dd000-4e2ea000 r--s 00000000 03:41 18378
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.expressions_ 3.0.0/expressions.jar
4e2ea000-4e2f7000 r--s 00000000 03:41 33012
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.0 .0/cvsssh2.jar
4e400000-4e916000 r--s 00000000 03:41 16413
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt. jar
4e916000-4e9ad000 r--s 00000000 03:41 18722
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jface.text_3.0.0/ jfacetext.jar
4e9ad000-4e9eb000 r--s 00000000 03:41 33886
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.editors_3.0.0/ editors.jar
4e9eb000-4ea48000 r--s 00000000 03:41 33962
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.workbench.text editor_3.0.0/texteditor.jar
4ea48000-4ea56000 r--s 00000000 03:41 17356
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.views_3.0.0/vi ews.jar
4ea56000-4eab6000 r--s 00000000 03:41 33048
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.search_3.0.0/sear ch.jar
4eab6000-4eb96000 r--s 00000000 03:41 52
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.debug.ui_3.0.0/dt ui.jar
4eb96000-4ebb0000 r--s 00000000 03:41 18502
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.externaltools_ 3.0.0/externaltools.jar
4ebb0000-4ec10000 rw-s 00000000 00:06 46432297 /SYSV00000000 (deleted)
4ec10000-4ed07000 r--s 00000000 03:41 33353
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.ui_3.0.0 /teamcvsui.jar
4ed88000-4edf9000 r--s 00000000 03:41 33711
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.ui_3.0.0/tea mui.jar
4edf9000-4ee5a000 r--s 00000000 03:41 18728
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.compare_3.0.0/com pare.jar
4ef5c000-4ef6a000 r--s 00000000 03:41 33106
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.console_3.0.0/ console.jar
4efeb000-4eff1000 r--s 00000000 03:41 16
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.update.scheduler_ 3.0.0/scheduler.jar
4eff1000-4f00a000 r--s 00000000 03:41 33013
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.0 .0/jsch-0.1.16.jar
4f00a000-4f01a000 r--p 00000000 03:41 6017843
/usr/share/fonts/TTF/VeraIt.ttf
4f029000-4f039000 r--s 00000000 03:41 34936
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.cde_1.0.0/cdm. jar
4f03c000-4f040000 r-xp 00000000 03:02 1650906 /lib/libnss_dns-2.3.3.so
4f040000-4f041000 rw-p 00003000 03:02 1650906 /lib/libnss_dns-2.3.3.so
4f041000-4f050000 r-xp 00000000 03:02 1650914 /lib/libresolv-2.3.3.so
4f050000-4f051000 rw-p 0000e000 03:02 1650914 /lib/libresolv-2.3.3.so
4f0d4000-4f156000 r--s 00000000 03:41 34675
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.java.core_1.0. 0/core.jar
4f156000-4f1ee000 r--s 00000000 03:41 34674
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.java.core_1.0. 0/codegen.jar
4f1ee000-4f1ef000 r--s 00000000 03:41 34676
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.java.core_1.0. 0/common.jar
4f1ef000-4f26c000 r--s 00000000 03:41 34935
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.cde_1.0.0/cde. jar
4f26c000-4f2e8000 r--s 00000000 03:41 35010
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.jfc_1.0.0/jfc. jar
4f2e8000-4f2e9000 r--s 00000000 03:41 35011
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.jfc_1.0.0/jfcc ommon.jar
4f2e9000-4f2f8000 r--s 00000000 03:41 35009
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.jfc_1.0.0/jfcc odegen.jar
4f2f8000-4f30a000 r--s 00000000 03:41 35346
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxy.jar
4f30a000-4f30c000 r--s 00000000 03:41 35342
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxycommon.jar
4f30c000-4f31a000 r--s 00000000 03:41 35343
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/i nitparser.jar
4f31a000-4f346000 r--s 00000000 03:41 35341
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxyremote.jar
4f346000-4f34b000 r--s 00000000 03:41 35340
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/r emotecommon.jar
4f34b000-4f35f000 r--s 00000000 03:41 35347
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxyide.jar
4f35f000-4f376000 r--s 00000000 03:41 34277
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.codegen_2.0.0 /runtime/codegen.jar
4f376000-4f394000 r--s 00000000 03:41 34322
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.common_2.0.0/ runtime/common.jar
4f394000-4f39b000 r--s 00000000 03:41 34843
/mnt/Babe/Apps/eclipse/plugins/com.ibm.wtp.common.util_1.0.0 /util.jar
4f39b000-4f46f000 r--s 00000000 03:41 34625
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.gef_3.0.0/gef.jar
4f46f000-4f480000 r--s 00000000 03:41 35002
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.propertysheet_ 1.0.0/propertysheet.jar
4f480000-4f52a000 r--s 00000000 03:41 34315
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.ecore_2.0.0/r untime/ecore.jar
4f52a000-4f60c000 r--s 00000000 03:41 250
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.debug.ui_3.0. 0/jdiui.jar
4f60c000-4f618000 r--s 00000000 03:41 18496
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/j di.jar
4f618000-4f6c3000 r--s 00000000 03:41 18495
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/j dimodel.jar
4f6c3000-4f72f000 r--s 00000000 03:41 34639
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.draw2d_3.0.0/draw 2d.jar
4f72f000-4f74a000 r--s 00000000 03:41 35358
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem_1.0.0/javains t.jar
4f74a000-4f76c000 r--s 00000000 03:41 35357
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem_1.0.0/mofjava .jar
4f76c000-4f798000 r--s 00000000 03:41 35332
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.beaninfo_1.0. 0/beaninfo.jar
4f798000-4f7a5000 r--s 00000000 03:41 34653
/mnt/Babe/Apps/eclipse/plugins/com.ibm.wtp.emf.workbench_1.0 .0/emfworkbench.jar
4f7a5000-4f7b4000 r--s 00000000 03:41 34837
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.workbench_1.0 .0/workbench.jar
4f7c4000-4f7c7000 r-xp 00000000 03:02 1916692
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so
4f7c7000-4f7c8000 rw-p 00002000 03:02 1916692
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so
4f7c8000-4f7ca000 r-xp 00000000 03:02 1916693
/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
4f7ca000-4f7cb000 rw-p 00002000 03:02 1916693
/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
4f7cb000-4f7e7000 r--s 00000000 03:41 34252
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0 .0/runtime/ecore.xmi.jar
4f7e7000-4f7f4000 r--p 00000000 03:41 6017847
/usr/share/fonts/TTF/VeraMono.ttf
4f80f000-4f832000 r--p 00000000 03:41 6034146
/usr/share/fonts/corefonts/verdana.ttf
4f87c000-4f896000 r--p 00000000 03:41 6029465
/usr/share/fonts/corefonts/andalemo.ttf
4f97b000-4f9e3000 r--s 00000000 03:41 16397
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.pde.core_3.0.0/pd ecore.jar
4f9f1000-4f9ff000 r--p 00000000 03:41 6017844
/usr/share/fonts/TTF/VeraMoBI.ttf
4f9ff000-4facb000 r--p 00000000 03:41 6048814
/usr/share/fonts/unifont/unifont-f.pcf.gz
Heap at VM Abort:
Heap
def new generation total 1984K, used 717K [0x44740000, 0x44960000,
0x44c20000)
eden space 1792K, 32% used [0x44740000, 0x447d3418, 0x44900000)
from space 192K, 67% used [0x44900000, 0x44920380, 0x44930000)
to space 192K, 0% used [0x44930000, 0x44930000, 0x44960000)
tenured generation total 25276K, used 20674K [0x44c20000, 0x464cf000,
0x48740000)
the space 25276K, 81% used [0x44c20000, 0x46050ba8, 0x46050c00,
0x464cf000)
compacting perm gen total 28672K, used 28482K [0x48740000, 0x4a340000,
0x4c740000)
the space 28672K, 99% used [0x48740000, 0x4a3108a8, 0x4a310a00,
0x4a340000)
Local Time = Sun Jun 27 19:59:36 2004
Elapsed Time = 85
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
# An error report file has been saved as hs_err_pid28706.log.
# Please refer to the file for further information.
#
Rich Kulp wrote:
> Thanks for verifying this. :-)
> Francesc Rosés wrote:
> > Hi!
> >
> > Eclipse 3.0 final release is out! I installed it with VE S20040624
> > and It seems to work!
> >
> > Francesc
> >
|
|
| | | |
Re: VE S20040624 and Eclipse 3.0: OK [message #44599 is a reply to message #44537] |
Mon, 28 June 2004 13:06 |
Eclipse User |
|
|
|
Originally posted by: myersj.nospam.us.ibm.com
Look in the .log file in the .metadata directory in your workspace to
see if there's any relevant errors. You can also try deleting the
configuration directory in the eclipse directory (or in your home
directory if you don't have priviledges to write to eclipse directory)
and restarting Eclipse.
- Jeff
mf wrote:
>>I tried VE S20040624 with the corresponding Eclipse, GEF and VE versions
>>as per the release notes and worked flawlessly.
>
>
> I've done the same, but it hangs while loading VE when
> I create a Visual Class.
> In the progress window it shows 2 tasks:
>
> - Create Remote VM for Visual Editor for Java
> |||||||||||________________________________ (task bar at 25%)
> Launching Local Proxy VM
> - Setup Java Visual Editor
> |||||||||||||||____________________________ (task bar at about 33%)
> Loading model from source code
>
> I suspect the program conflicts with my environment
> configuration (Debian Sarge, X 4.3, Gnome 2.6) or my
> eclipse configurations. Anyway, I don't know where to look at to
> solve the problem.
> Any idea?
>
>
|
|
|
Re: VE S20040624 and Eclipse 3.0: OK [message #44662 is a reply to message #44599] |
Mon, 28 June 2004 13:41 |
MF Messages: 4 Registered: July 2009 |
Junior Member |
|
|
Jeff Myers wrote:
> Look in the .log file in the .metadata directory in your workspace to
> see if there's any relevant errors. You can also try deleting the
> configuration directory in the eclipse directory (or in your home
> directory if you don't have priviledges to write to eclipse directory)
> and restarting Eclipse.
After yor answer, I reinstalled eclipse 3.0 (with SDK release 3.0,
EMF I200406241017, GEF I20040624, VE S20040624), deleting .metadata
in ~/workspace and ~/.eclipse).
The first time I ran it, VE did not appear, the 2nd time it appeared,
but gave an error trying to open a visual class (see the .log below),
the 3rd time it seems to work without errors.
Here's the .log of the 2nd trial:
----------------------------------------------------
!SESSION giu 28, 2004 15:26:17.248
---------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
!ENTRY org.eclipse.core.runtime 4 2 giu 28, 2004 15:26:17.248
!MESSAGE An internal error occurred during: "Create Remote VM for Visual
Editor for Java".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.sourceContainersChanged(JavaSourceLookupPa rticipant.java:146)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.addParticipants(AbstractSourceLookupDirector.java:642)
at
org.eclipse.jdt.internal.launching.JavaSourceLookupDirector. initializeParticipants(JavaSourceLookupDirector.java:43)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.initializeDefaults(AbstractSourceLookupDirector.java:51 8)
at
org.eclipse.debug.internal.core.LaunchConfiguration.initiali zeSourceLocator(LaunchConfiguration.java:169)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:568)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!ENTRY org.eclipse.ve.java.core 4 0 giu 28, 2004 15:26:31.973
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at
org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.sourceContainersChanged(JavaSourceLookupPa rticipant.java:146)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.addParticipants(AbstractSourceLookupDirector.java:642)
at
org.eclipse.jdt.internal.launching.JavaSourceLookupDirector. initializeParticipants(JavaSourceLookupDirector.java:43)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.initializeDefaults(AbstractSourceLookupDirector.java:51 8)
at
org.eclipse.debug.internal.core.LaunchConfiguration.initiali zeSourceLocator(LaunchConfiguration.java:169)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:568)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
----------------------------------------------------
I hope this will be useful for the debugging by the developers.
Anyway, thanks for your help.
|
|
| |
Re: VE S20040624 and Eclipse 3.0: OK [message #592857 is a reply to message #44267] |
Sun, 27 June 2004 14:00 |
Eclipse User |
|
|
|
Originally posted by: richkulp.NO.SPAM.us.ibm.com
Thanks for verifying this. :-)
Francesc Rosés wrote:
> Hi!
>
> Eclipse 3.0 final release is out! I installed it with VE S20040624
> and It seems to work!
>
> Francesc
>
--
Thanks, Rich Kulp
|
|
|
Re: VE S20040624 and Eclipse 3.0: OK [message #592887 is a reply to message #44298] |
Mon, 28 June 2004 00:00 |
Mohamed El Ayouty Messages: 7 Registered: July 2009 |
Junior Member |
|
|
Tried VE S20040624 + 3.0 with correct GEF and EMF versions on Linux GTK
and it doesn't work. Instead it exited with this error:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4F7C9202
Function=(null)+0x4F7C9202
Library=/usr/lib/pango/1.4.0/modules/pango-hangul-fc.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.swt.internal.gtk.OS.pango_layout_get_iter(Native Method)
- locked <0x48b00400> (a java.lang.Class)
at org.eclipse.swt.graphics.TextLayout.getLineBounds(TextLayout .java:490)
at
org.eclipse.swt.custom.StyledText$ContentWidthCache.contentW idth(StyledText.java:1258)
at
org.eclipse.swt.custom.StyledText$ContentWidthCache.calculat e(StyledText.java:1221)
at
org.eclipse.swt.custom.StyledText.calculateContentWidth(Styl edText.java:1920)
at org.eclipse.swt.custom.StyledText.setFont(StyledText.java:67 58)
at
org.eclipse.ui.texteditor.AbstractTextEditor.setFont(Abstrac tTextEditor.java:2606)
at
org.eclipse.ui.texteditor.AbstractTextEditor.initializeViewe rFont(AbstractTextEditor.java:2552)
at
org.eclipse.ui.texteditor.AbstractTextEditor.createPartContr ol(AbstractTextEditor.java:2387)
at
org.eclipse.ui.texteditor.StatusTextEditor.createPartControl (StatusTextEditor.java:53)
at
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.create PartControl(AbstractDecoratedTextEditor.java:275)
at
org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createPart Control(JavaEditor.java:3314)
at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor .createPartControl(CompilationUnitEditor.java:1604)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.createSplitpaneEditor(JavaVisualEditorPart.java:485 )
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart.createPartControl(JavaVisualEditorPart.java:436)
at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane .java:133)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java :205)
at
org.eclipse.ui.internal.PartStack.refreshPresentationSelecti on(PartStack.java:939)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.jav a:921)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:10 20)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:110 )
at
org.eclipse.ui.internal.EditorSashContainer.addEditor(Editor SashContainer.java:59)
at
org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAr eaHelper.java:266)
at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.ja va:697)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.EditorManager.createEditorTab(Editor Manager.java:686)
at
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:782)
at
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:585)
at
org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:573)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( WorkbenchPage.java:2201)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2134)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage .java:2126)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2113)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2108)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2091)
at
org.eclipse.ve.internal.java.codegen.wizards.NewVisualClassC reationWizard$1.run(NewVisualClassCreationWizard.java:364)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
- locked <0x458ef378> (a org.eclipse.swt.widgets.RunnableLock)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2572)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2301)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
Dynamic libraries:
08048000-0804e000 r-xp 00000000 03:41 3953136
/opt/sun-jdk-1.4.2.04/bin/java
0804e000-0804f000 rw-p 00005000 03:41 3953136
/opt/sun-jdk-1.4.2.04/bin/java
40000000-40015000 r-xp 00000000 03:02 1650905 /lib/ld-2.3.3.so
40015000-40016000 rw-p 00014000 03:02 1650905 /lib/ld-2.3.3.so
4002a000-40038000 r-xp 00000000 03:02 1650912 /lib/libpthread-0.61.so
40038000-40039000 rw-p 0000d000 03:02 1650912 /lib/libpthread-0.61.so
4003b000-4003d000 r-xp 00000000 03:02 1650909 /lib/libdl-2.3.3.so
4003d000-4003e000 rw-p 00002000 03:02 1650909 /lib/libdl-2.3.3.so
4003e000-40149000 r-xp 00000000 03:02 1650904 /lib/libc-2.3.3.so
40149000-4014c000 rw-p 0010b000 03:02 1650904 /lib/libc-2.3.3.so
40150000-4054b000 r-xp 00000000 03:41 5587437
/opt/sun-jdk-1.4.2.04/jre/lib/i386/client/libjvm.so
4054b000-40566000 rw-p 003fa000 03:41 5587437
/opt/sun-jdk-1.4.2.04/jre/lib/i386/client/libjvm.so
4058c000-4059e000 r-xp 00000000 03:02 1650922 /lib/libnsl-2.3.3.so
4059e000-4059f000 rw-p 00011000 03:02 1650922 /lib/libnsl-2.3.3.so
405a1000-405c2000 r-xp 00000000 03:02 1650908 /lib/libm-2.3.3.so
405c2000-405c3000 rw-p 00020000 03:02 1650908 /lib/libm-2.3.3.so
405c3000-405cb000 r-xp 00000000 03:41 5587431
/opt/sun-jdk-1.4.2.04/jre/lib/i386/native_threads/libhpi.so
405cb000-405cc000 rw-p 00007000 03:41 5587431
/opt/sun-jdk-1.4.2.04/jre/lib/i386/native_threads/libhpi.so
405df000-405e6000 r-xp 00000000 03:02 1650920
/lib/libnss_compat-2.3.3.so
405e6000-405e7000 rw-p 00006000 03:02 1650920
/lib/libnss_compat-2.3.3.so
405e7000-405ef000 r-xp 00000000 03:02 1650923 /lib/libnss_nis-2.3.3.so
405ef000-405f0000 rw-p 00008000 03:02 1650923 /lib/libnss_nis-2.3.3.so
405f0000-405f8000 r-xp 00000000 03:02 1650913 /lib/libnss_files-2.3.3.so
405f8000-405f9000 rw-p 00008000 03:02 1650913 /lib/libnss_files-2.3.3.so
405f9000-405fd000 rw-s 00000000 03:02 1207184 /tmp/hsperfdata_mae/28706
405fd000-4060d000 r-xp 00000000 03:41 5587445
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libverify.so
4060d000-4060f000 rw-p 0000f000 03:41 5587445
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libverify.so
4060f000-4062f000 r-xp 00000000 03:41 5587447
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libjava.so
4062f000-40631000 rw-p 0001f000 03:41 5587447
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libjava.so
40631000-40645000 r-xp 00000000 03:41 5587450
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libzip.so
40645000-40648000 rw-p 00013000 03:41 5587450
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libzip.so
40648000-41fe8000 r--s 00000000 03:41 5588133
/opt/sun-jdk-1.4.2.04/jre/lib/rt.jar
42032000-42048000 r--s 00000000 03:41 5587577
/opt/sun-jdk-1.4.2.04/jre/lib/sunrsasign.jar
42048000-42123000 r--s 00000000 03:41 5587422
/opt/sun-jdk-1.4.2.04/jre/lib/jsse.jar
42123000-42134000 r--s 00000000 03:41 5587578
/opt/sun-jdk-1.4.2.04/jre/lib/jce.jar
42134000-4268d000 r--s 00000000 03:41 5588131
/opt/sun-jdk-1.4.2.04/jre/lib/charsets.jar
44735000-44736000 r-xp 00000000 03:41 32805
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.resources.li nux_3.0.0/os/linux/x86/libcore_2_1_0b.so
44736000-44737000 rw-p 00001000 03:41 32805
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.resources.li nux_3.0.0/os/linux/x86/libcore_2_1_0b.so
4cb47000-4cb63000 r--s 00000000 03:41 5587573
/opt/sun-jdk-1.4.2.04/jre/lib/ext/sunjce_provider.jar
4cb63000-4cb66000 r--s 00000000 03:41 5587574
/opt/sun-jdk-1.4.2.04/jre/lib/ext/dnsns.jar
4cb66000-4cb73000 r--s 00000000 03:41 5587575
/opt/sun-jdk-1.4.2.04/jre/lib/ext/ldapsec.jar
4cb73000-4cc2f000 r--s 00000000 03:41 5587576
/opt/sun-jdk-1.4.2.04/jre/lib/ext/localedata.jar
4cc2f000-4cc34000 r--s 00000000 03:41 413
/mnt/Babe/Apps/eclipse/startup.jar
4ccb5000-4cced000 r--s 00000000 03:41 31
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/core.j ar
4cced000-4ccf5000 r--s 00000000 03:41 32
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/consol e.jar
4ccf5000-4cd01000 r--s 00000000 03:41 30
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.j ar
4cd01000-4cd17000 r--s 00000000 03:41 34
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/resolv er.jar
4cd17000-4cd2d000 r--s 00000000 03:41 35
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/defaul tAdaptor.jar
4cd2d000-4cd4c000 r--s 00000000 03:41 33
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.osgi_3.0.0/eclips eAdaptor.jar
4ce4e000-4ce5e000 r-xp 00000000 03:41 5587454
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnet.so
4ce5e000-4ce5f000 rw-p 0000f000 03:41 5587454
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnet.so
4cee3000-4cf3a000 r--s 00000000 03:41 212
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.runtime_3.0. 0/runtime.jar
4cf3a000-4cf40000 r-xp 00000000 03:41 5587457
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnio.so
4cf40000-4cf41000 rw-p 00005000 03:41 5587457
/opt/sun-jdk-1.4.2.04/jre/lib/i386/libnio.so
4cf41000-4cf55000 r--s 00000000 03:41 34058
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.update.configurat or_3.0.0/configurator.jar
4cf55000-4cf6f000 r--s 00000000 03:02 1417240 /tmp/jar_cache63376.tmp
(deleted)
4cf6f000-4d0bd000 r--s 00000000 03:41 18384
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ide. jar
4d0bd000-4d0d2000 r--s 00000000 03:41 17340
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.runtime.comp atibility_3.0.0/compatibility.jar
4d0d2000-4d0d3000 r--s 00000000 03:41 34054
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.workbench.comp atibility_3.0.0/compatibility.jar
4d0d3000-4d306000 r--s 00000000 03:41 17335
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.workbench_3.0. 0/workbench.jar
4d306000-4d384000 r--s 00000000 03:41 18790
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jface_3.0.0/jface .jar
4d384000-4d397000 r--s 00000000 03:41 17296
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/ gtk/swt-mozilla.jar
4d397000-4d3a4000 r--s 00000000 03:41 17282
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/ gtk/swt-pi.jar
4d3a4000-4d482000 r--s 00000000 03:41 17299
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/ gtk/swt.jar
4d482000-4d483000 r--s 00000000 03:41 33176
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui_3.0.0/ui.jar
4d483000-4d4b9000 r-xp 00000000 03:41 17309
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-pi-gtk-3062.so
4d4b9000-4d4bb000 rw-p 00035000 03:41 17309
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-pi-gtk-3062.so
4d4bb000-4d4cb000 r--s 00000000 03:41 18711
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.help_3.0.0/help.j ar
4d4ce000-4d787000 r-xp 00000000 03:02 1916450
/usr/lib/libgtk-x11-2.0.so.0.400.3
4d787000-4d791000 rw-p 002b8000 03:02 1916450
/usr/lib/libgtk-x11-2.0.so.0.400.3
4d794000-4d7fe000 r-xp 00000000 03:02 1896971
/usr/lib/libgdk-x11-2.0.so.0.400.3
4d7fe000-4d803000 rw-p 0006a000 03:02 1896971
/usr/lib/libgdk-x11-2.0.so.0.400.3
4d803000-4d81b000 r-xp 00000000 03:02 2473885
/usr/lib/libatk-1.0.so.0.600.1
4d81b000-4d81d000 rw-p 00017000 03:02 2473885
/usr/lib/libatk-1.0.so.0.600.1
4d81d000-4d831000 r-xp 00000000 03:02 1703154
/usr/lib/libgdk_pixbuf-2.0.so.0.400.3
4d831000-4d832000 rw-p 00013000 03:02 1703154
/usr/lib/libgdk_pixbuf-2.0.so.0.400.3
4d832000-4d836000 r-xp 00000000 03:02 1871062
/usr/lib/libpangoxft-1.0.so.0.399.1
4d836000-4d837000 rw-p 00003000 03:02 1871062
/usr/lib/libpangoxft-1.0.so.0.399.1
4d837000-4d841000 r-xp 00000000 03:02 1716282
/usr/lib/libpangox-1.0.so.0.399.1
4d841000-4d842000 rw-p 0000a000 03:02 1716282
/usr/lib/libpangox-1.0.so.0.399.1
4d842000-4d871000 r-xp 00000000 03:02 2558483
/usr/lib/libpango-1.0.so.0.399.1
4d871000-4d876000 rw-p 0002e000 03:02 2558483
/usr/lib/libpango-1.0.so.0.399.1
4d876000-4d8ad000 r-xp 00000000 03:02 1650956
/usr/lib/libgobject-2.0.so.0.400.1
4d8ad000-4d8af000 rw-p 00036000 03:02 1650956
/usr/lib/libgobject-2.0.so.0.400.1
4d8af000-4d8b2000 r-xp 00000000 03:02 1650960
/usr/lib/libgmodule-2.0.so.0.400.1
4d8b2000-4d8b3000 rw-p 00002000 03:02 1650960
/usr/lib/libgmodule-2.0.so.0.400.1
4d8b3000-4d8b7000 r-xp 00000000 03:02 1650962
/usr/lib/libgthread-2.0.so.0.400.1
4d8b7000-4d8b8000 rw-p 00003000 03:02 1650962
/usr/lib/libgthread-2.0.so.0.400.1
4d8b8000-4d935000 r-xp 00000000 03:02 87531
/usr/lib/libglib-2.0.so.0.400.1
4d935000-4d936000 rw-p 0007d000 03:02 87531
/usr/lib/libglib-2.0.so.0.400.1
4d936000-4d93b000 r-xp 00000000 03:02 197477
/usr/X11R6/lib/libXtst.so.6.1
4d93b000-4d93c000 rw-p 00004000 03:02 197477
/usr/X11R6/lib/libXtst.so.6.1
4d93c000-4da03000 r-xp 00000000 03:02 197414
/usr/X11R6/lib/libX11.so.6.2
4da03000-4da06000 rw-p 000c6000 03:02 197414
/usr/X11R6/lib/libX11.so.6.2
4da06000-4da09000 r-xp 00000000 03:02 197695
/usr/X11R6/lib/libXrandr.so.2.0
4da09000-4da0a000 rw-p 00002000 03:02 197695
/usr/X11R6/lib/libXrandr.so.2.0
4da0a000-4da11000 r-xp 00000000 03:02 197473
/usr/X11R6/lib/libXi.so.6.0
4da11000-4da12000 rw-p 00006000 03:02 197473
/usr/X11R6/lib/libXi.so.6.0
4da12000-4da14000 r-xp 00000000 03:02 197671
/usr/X11R6/lib/libXinerama.so.1.0
4da14000-4da15000 rw-p 00001000 03:02 197671
/usr/X11R6/lib/libXinerama.so.1.0
4da15000-4da24000 r-xp 00000000 03:02 197427
/usr/X11R6/lib/libXext.so.6.4
4da24000-4da25000 rw-p 0000e000 03:02 197427
/usr/X11R6/lib/libXext.so.6.4
4da25000-4da38000 r-xp 00000000 03:02 197681
/usr/X11R6/lib/libXft.so.2.1.2
4da38000-4da39000 rw-p 00012000 03:02 197681
/usr/X11R6/lib/libXft.so.2.1.2
4da39000-4daa1000 r-xp 00000000 03:02 86736
/usr/lib/libfreetype.so.6.3.4
4daa1000-4daa8000 rw-p 00068000 03:02 86736
/usr/lib/libfreetype.so.6.3.4
4daa8000-4dacf000 r-xp 00000000 03:02 401324
/usr/lib/libfontconfig.so.1.0.4
4dacf000-4dad2000 rw-p 00026000 03:02 401324
/usr/lib/libfontconfig.so.1.0.4
4dad3000-4dadc000 r-xp 00000000 03:02 197707
/usr/X11R6/lib/libXcursor.so.1.0.2
4dadc000-4dadd000 rw-p 00008000 03:02 197707
/usr/X11R6/lib/libXcursor.so.1.0.2
4dadd000-4dae4000 r-xp 00000000 03:02 197675
/usr/X11R6/lib/libXrender.so.1.2.2
4dae4000-4dae5000 rw-p 00006000 03:02 197675
/usr/X11R6/lib/libXrender.so.1.2.2
4dae5000-4db09000 r-xp 00000000 03:02 1916625
/usr/lib/libpangoft2-1.0.so.0.399.1
4db09000-4db0a000 rw-p 00023000 03:02 1916625
/usr/lib/libpangoft2-1.0.so.0.399.1
4db0a000-4db2e000 r-xp 00000000 03:02 296237 /usr/lib/libexpat.so.0.5.0
4db2e000-4db30000 rw-p 00024000 03:02 296237 /usr/lib/libexpat.so.0.5.0
4db30000-4db40000 r-xp 00000000 03:02 554958 /lib/libz.so.1.2.1
4db40000-4db41000 rw-p 0000f000 03:02 554958 /lib/libz.so.1.2.1
4db41000-4db43000 r-xp 00000000 03:02 196097
/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
4db43000-4db44000 rw-p 00001000 03:02 196097
/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
4db44000-4db4a000 r--s 00000000 03:02 92626
/usr/lib/gconv/gconv-modules.cache
4db4a000-4db4c000 r-xp 00000000 03:02 1650241
/usr/lib/gconv/ISO8859-1.so
4db4c000-4db4d000 rw-p 00001000 03:02 1650241
/usr/lib/gconv/ISO8859-1.so
4db4d000-4db73000 r-xp 00000000 03:41 17308
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-gtk-3062.so
4db73000-4db75000 rw-p 00026000 03:41 17308
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-gtk-3062.so
4db75000-4db7c000 r-xp 00000000 03:02 1880851
/usr/lib/gtk-2.0/2.4.0/engines/libthinice.so
4db7c000-4db7d000 rw-p 00007000 03:02 1880851
/usr/lib/gtk-2.0/2.4.0/engines/libthinice.so
4db7d000-4db81000 r-xp 00000000 03:02 1838405
/usr/lib/gtk-2.0/2.4.0/engines/libredmond95.so
4db81000-4db82000 rw-p 00003000 03:02 1838405
/usr/lib/gtk-2.0/2.4.0/engines/libredmond95.so
4db82000-4dbe2000 rw-s 00000000 00:06 46399528 /SYSV00000000 (deleted)
4dbe2000-4dc80000 r--s 00000000 03:41 32813
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.resources_3. 0.0/resources.jar
4dc80000-4dcac000 r--s 00000000 03:41 33956
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.core_3.0.0/t eam.jar
4dcac000-4df79000 r--s 00000000 03:41 18522
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.core_3.0.0/jd tcore.jar
4df79000-4dfa3000 r--s 00000000 03:41 33437
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.text_3.0.0/text.j ar
4e0a5000-4e0d2000 r--s 00000000 03:41 33100
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.launching_3.0 .0/launching.jar
4e0d2000-4e10a000 r--s 00000000 03:41 32807
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.debug.core_3.0.0/ dtcore.jar
4e20c000-4e27d000 r--s 00000000 03:41 33660
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.core_3.0 .0/cvs.jar
4e27d000-4e27f000 r-xp 00000000 03:02 1697679
/usr/lib/pango/1.4.0/modules/pango-basic-fc.so
4e27f000-4e280000 rw-p 00001000 03:02 1697679
/usr/lib/pango/1.4.0/modules/pango-basic-fc.so
4e291000-4e298000 r-xp 00000000 03:41 17311
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-atk-gtk-3062.so
4e298000-4e299000 rw-p 00007000 03:41 17311
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/ linux/x86/libswt-atk-gtk-3062.so
4e299000-4e2b1000 r--s 00000000 03:41 34049
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ltk.core.refactor ing_3.0.0/refcore.jar
4e2b1000-4e2bd000 r--s 00000000 03:41 17324
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.filebuffers_ 3.0.0/filebuffers.jar
4e2bd000-4e2dd000 r--s 00000000 03:41 18560
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ltk.ui.refactorin g_3.0.0/refui.jar
4e2dd000-4e2ea000 r--s 00000000 03:41 18378
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.core.expressions_ 3.0.0/expressions.jar
4e2ea000-4e2f7000 r--s 00000000 03:41 33012
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.0 .0/cvsssh2.jar
4e400000-4e916000 r--s 00000000 03:41 16413
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt. jar
4e916000-4e9ad000 r--s 00000000 03:41 18722
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jface.text_3.0.0/ jfacetext.jar
4e9ad000-4e9eb000 r--s 00000000 03:41 33886
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.editors_3.0.0/ editors.jar
4e9eb000-4ea48000 r--s 00000000 03:41 33962
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.workbench.text editor_3.0.0/texteditor.jar
4ea48000-4ea56000 r--s 00000000 03:41 17356
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.views_3.0.0/vi ews.jar
4ea56000-4eab6000 r--s 00000000 03:41 33048
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.search_3.0.0/sear ch.jar
4eab6000-4eb96000 r--s 00000000 03:41 52
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.debug.ui_3.0.0/dt ui.jar
4eb96000-4ebb0000 r--s 00000000 03:41 18502
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.externaltools_ 3.0.0/externaltools.jar
4ebb0000-4ec10000 rw-s 00000000 00:06 46432297 /SYSV00000000 (deleted)
4ec10000-4ed07000 r--s 00000000 03:41 33353
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.ui_3.0.0 /teamcvsui.jar
4ed88000-4edf9000 r--s 00000000 03:41 33711
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.ui_3.0.0/tea mui.jar
4edf9000-4ee5a000 r--s 00000000 03:41 18728
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.compare_3.0.0/com pare.jar
4ef5c000-4ef6a000 r--s 00000000 03:41 33106
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ui.console_3.0.0/ console.jar
4efeb000-4eff1000 r--s 00000000 03:41 16
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.update.scheduler_ 3.0.0/scheduler.jar
4eff1000-4f00a000 r--s 00000000 03:41 33013
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.0 .0/jsch-0.1.16.jar
4f00a000-4f01a000 r--p 00000000 03:41 6017843
/usr/share/fonts/TTF/VeraIt.ttf
4f029000-4f039000 r--s 00000000 03:41 34936
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.cde_1.0.0/cdm. jar
4f03c000-4f040000 r-xp 00000000 03:02 1650906 /lib/libnss_dns-2.3.3.so
4f040000-4f041000 rw-p 00003000 03:02 1650906 /lib/libnss_dns-2.3.3.so
4f041000-4f050000 r-xp 00000000 03:02 1650914 /lib/libresolv-2.3.3.so
4f050000-4f051000 rw-p 0000e000 03:02 1650914 /lib/libresolv-2.3.3.so
4f0d4000-4f156000 r--s 00000000 03:41 34675
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.java.core_1.0. 0/core.jar
4f156000-4f1ee000 r--s 00000000 03:41 34674
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.java.core_1.0. 0/codegen.jar
4f1ee000-4f1ef000 r--s 00000000 03:41 34676
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.java.core_1.0. 0/common.jar
4f1ef000-4f26c000 r--s 00000000 03:41 34935
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.cde_1.0.0/cde. jar
4f26c000-4f2e8000 r--s 00000000 03:41 35010
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.jfc_1.0.0/jfc. jar
4f2e8000-4f2e9000 r--s 00000000 03:41 35011
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.jfc_1.0.0/jfcc ommon.jar
4f2e9000-4f2f8000 r--s 00000000 03:41 35009
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.jfc_1.0.0/jfcc odegen.jar
4f2f8000-4f30a000 r--s 00000000 03:41 35346
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxy.jar
4f30a000-4f30c000 r--s 00000000 03:41 35342
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxycommon.jar
4f30c000-4f31a000 r--s 00000000 03:41 35343
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/i nitparser.jar
4f31a000-4f346000 r--s 00000000 03:41 35341
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxyremote.jar
4f346000-4f34b000 r--s 00000000 03:41 35340
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/r emotecommon.jar
4f34b000-4f35f000 r--s 00000000 03:41 35347
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.proxy_1.0.0/p roxyide.jar
4f35f000-4f376000 r--s 00000000 03:41 34277
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.codegen_2.0.0 /runtime/codegen.jar
4f376000-4f394000 r--s 00000000 03:41 34322
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.common_2.0.0/ runtime/common.jar
4f394000-4f39b000 r--s 00000000 03:41 34843
/mnt/Babe/Apps/eclipse/plugins/com.ibm.wtp.common.util_1.0.0 /util.jar
4f39b000-4f46f000 r--s 00000000 03:41 34625
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.gef_3.0.0/gef.jar
4f46f000-4f480000 r--s 00000000 03:41 35002
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.ve.propertysheet_ 1.0.0/propertysheet.jar
4f480000-4f52a000 r--s 00000000 03:41 34315
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.ecore_2.0.0/r untime/ecore.jar
4f52a000-4f60c000 r--s 00000000 03:41 250
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.debug.ui_3.0. 0/jdiui.jar
4f60c000-4f618000 r--s 00000000 03:41 18496
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/j di.jar
4f618000-4f6c3000 r--s 00000000 03:41 18495
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/j dimodel.jar
4f6c3000-4f72f000 r--s 00000000 03:41 34639
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.draw2d_3.0.0/draw 2d.jar
4f72f000-4f74a000 r--s 00000000 03:41 35358
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem_1.0.0/javains t.jar
4f74a000-4f76c000 r--s 00000000 03:41 35357
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem_1.0.0/mofjava .jar
4f76c000-4f798000 r--s 00000000 03:41 35332
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.beaninfo_1.0. 0/beaninfo.jar
4f798000-4f7a5000 r--s 00000000 03:41 34653
/mnt/Babe/Apps/eclipse/plugins/com.ibm.wtp.emf.workbench_1.0 .0/emfworkbench.jar
4f7a5000-4f7b4000 r--s 00000000 03:41 34837
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.jem.workbench_1.0 .0/workbench.jar
4f7c4000-4f7c7000 r-xp 00000000 03:02 1916692
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so
4f7c7000-4f7c8000 rw-p 00002000 03:02 1916692
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so
4f7c8000-4f7ca000 r-xp 00000000 03:02 1916693
/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
4f7ca000-4f7cb000 rw-p 00002000 03:02 1916693
/usr/lib/pango/1.4.0/modules/pango-hangul-fc.so
4f7cb000-4f7e7000 r--s 00000000 03:41 34252
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.0 .0/runtime/ecore.xmi.jar
4f7e7000-4f7f4000 r--p 00000000 03:41 6017847
/usr/share/fonts/TTF/VeraMono.ttf
4f80f000-4f832000 r--p 00000000 03:41 6034146
/usr/share/fonts/corefonts/verdana.ttf
4f87c000-4f896000 r--p 00000000 03:41 6029465
/usr/share/fonts/corefonts/andalemo.ttf
4f97b000-4f9e3000 r--s 00000000 03:41 16397
/mnt/Babe/Apps/eclipse/plugins/org.eclipse.pde.core_3.0.0/pd ecore.jar
4f9f1000-4f9ff000 r--p 00000000 03:41 6017844
/usr/share/fonts/TTF/VeraMoBI.ttf
4f9ff000-4facb000 r--p 00000000 03:41 6048814
/usr/share/fonts/unifont/unifont-f.pcf.gz
Heap at VM Abort:
Heap
def new generation total 1984K, used 717K [0x44740000, 0x44960000,
0x44c20000)
eden space 1792K, 32% used [0x44740000, 0x447d3418, 0x44900000)
from space 192K, 67% used [0x44900000, 0x44920380, 0x44930000)
to space 192K, 0% used [0x44930000, 0x44930000, 0x44960000)
tenured generation total 25276K, used 20674K [0x44c20000, 0x464cf000,
0x48740000)
the space 25276K, 81% used [0x44c20000, 0x46050ba8, 0x46050c00,
0x464cf000)
compacting perm gen total 28672K, used 28482K [0x48740000, 0x4a340000,
0x4c740000)
the space 28672K, 99% used [0x48740000, 0x4a3108a8, 0x4a310a00,
0x4a340000)
Local Time = Sun Jun 27 19:59:36 2004
Elapsed Time = 85
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
# An error report file has been saved as hs_err_pid28706.log.
# Please refer to the file for further information.
#
Rich Kulp wrote:
> Thanks for verifying this. :-)
> Francesc Rosés wrote:
> > Hi!
> >
> > Eclipse 3.0 final release is out! I installed it with VE S20040624
> > and It seems to work!
> >
> > Francesc
> >
|
|
| | | | |
Re: VE S20040624 and Eclipse 3.0: OK [message #593002 is a reply to message #44599] |
Mon, 28 June 2004 13:41 |
MF Messages: 4 Registered: July 2009 |
Junior Member |
|
|
Jeff Myers wrote:
> Look in the .log file in the .metadata directory in your workspace to
> see if there's any relevant errors. You can also try deleting the
> configuration directory in the eclipse directory (or in your home
> directory if you don't have priviledges to write to eclipse directory)
> and restarting Eclipse.
After yor answer, I reinstalled eclipse 3.0 (with SDK release 3.0,
EMF I200406241017, GEF I20040624, VE S20040624), deleting .metadata
in ~/workspace and ~/.eclipse).
The first time I ran it, VE did not appear, the 2nd time it appeared,
but gave an error trying to open a visual class (see the .log below),
the 3rd time it seems to work without errors.
Here's the .log of the 2nd trial:
----------------------------------------------------
!SESSION giu 28, 2004 15:26:17.248
---------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=it_IT
!ENTRY org.eclipse.core.runtime 4 2 giu 28, 2004 15:26:17.248
!MESSAGE An internal error occurred during: "Create Remote VM for Visual
Editor for Java".
!STACK 0
java.lang.NullPointerException
at
org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.sourceContainersChanged(JavaSourceLookupPa rticipant.java:146)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.addParticipants(AbstractSourceLookupDirector.java:642)
at
org.eclipse.jdt.internal.launching.JavaSourceLookupDirector. initializeParticipants(JavaSourceLookupDirector.java:43)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.initializeDefaults(AbstractSourceLookupDirector.java:51 8)
at
org.eclipse.debug.internal.core.LaunchConfiguration.initiali zeSourceLocator(LaunchConfiguration.java:169)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:568)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
!ENTRY org.eclipse.ve.java.core 4 0 giu 28, 2004 15:26:31.973
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at
org.eclipse.jdt.launching.sourcelookup.containers.JavaSource LookupParticipant.sourceContainersChanged(JavaSourceLookupPa rticipant.java:146)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.addParticipants(AbstractSourceLookupDirector.java:642)
at
org.eclipse.jdt.internal.launching.JavaSourceLookupDirector. initializeParticipants(JavaSourceLookupDirector.java:43)
at
org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDire ctor.initializeDefaults(AbstractSourceLookupDirector.java:51 8)
at
org.eclipse.debug.internal.core.LaunchConfiguration.initiali zeSourceLocator(LaunchConfiguration.java:169)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:568)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
at
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
----------------------------------------------------
I hope this will be useful for the debugging by the developers.
Anyway, thanks for your help.
|
|
| |
Goto Forum:
Current Time: Sat Nov 09 01:07:22 GMT 2024
Powered by FUDForum. Page generated in 0.03837 seconds
|