| Summary: | eclipse-sdk-2.1.x crashes with blackdown-jdk | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Philipp Kern <phil> |
| Component: | New packages | Assignee: | Karl Trygve Kalleberg (RETIRED) <karltk> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | major | CC: | gentoo, java, poobar |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Crash later in eclipse
Crash on splashscreen Crash on splashscreen with eclipse-sdk-2.1.3-r1 .metadata/.log .metadata/.log |
||
|
Description
Philipp Kern
2004-02-15 10:48:20 UTC
Created attachment 25674 [details]
Crash later in eclipse
Created attachment 25675 [details]
Crash on splashscreen
Zlib related, there was an older bug tagged WONTFIX as binary package.
same here While I secure a faster workstation, can any of you see if you can reproduce this problem with eclipse-sdk-2.1.3? Created attachment 29476 [details]
Crash on splashscreen with eclipse-sdk-2.1.3-r1
Same problems with eclipse-sdk-2.1.3-r1 I have to report ):
Still crashing when blackdown is in use. Any alternatives?
a. Do you absolutely have to use blackdown jdk for it?? Can you use the sun-jdk till we resolve this. b. Can you submit your .eclipse/.metadata/.log file so that we can take a look? Thanx Created attachment 29503 [details]
.metadata/.log
Attached. Would a transition to sun-jdk for eclipse enforce a global change to sun-jdk instead of blackdown through java-config or could this be local to eclipse? Looks like the .metadata/.log is not useful in this case. Can you run the command $ /usr/lib/eclipse/eclipse-gtk -os linux -ws gtk -arch x86 -install file:/usr/lib/eclipse/ -debug and send that .metadata/.log? Installing the sun-jdk still allows you to specify which vm to use for running your applications. You may do so via java-config which allows you to specify which vm you wish to use. Run java-config --help for more details on how java-config can help you. Created attachment 29622 [details]
.metadata/.log
This time the crash occured in the GUI.
Verified... This should be 2 bugs, not one. a. First one appears here: http://lists.debian.org/debian-java/2004/debian-java-200401/msg00102.html For this error, can you try recompiling your blackdown jdk and see if it works?? A suggested workaround is found here: http://lists.debian.org/debian-java/2004/debian-java-200401/msg00108.html b. Nothing found for the second bug with findBootstrapClass. But can you try this and see if it works?? Hm I tried the workaround. I didn't encounter (but not even the time before) the splashscreen crash, but it still crashes when I create a new project. "free(): invalid pointer 0x4d0a6968!" still gets displayed when eclipse starts up. |: Thanks for your efforts anyway. I _was_ able to use Eclipse perfectly fine with Blackdown, now I can't get it to work at all and I've tried many versions of Blackdown, from source, gtk and otherwise.
They all crash now when I request that the file being edited is saved. The file is on an NFS drive. I can use other editors to change the files without any problems.
This is driving me nuts! :-( I'm not sure if this should have been opened as a separate bug log or not.
----8<----
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x400FB397
Function=__libc_free+0x47
Library=/lib/libc.so.6
Current Java thread:
at java.lang.ClassLoader.findBootstrapClass(Native Method)
at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:723)
at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
- locked <0x446994d8> (a sun.misc.Launcher$ExtClassLoader)
at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
- locked <0x44694880> (a sun.misc.Launcher$AppClassLoader)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
- locked <0x44694880> (a sun.misc.Launcher$AppClassLoader)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.security.Provider.loadProvider(Provider.java:149)
at java.security.Security$2.run(Security.java:278)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.Security.reloadProviders(Security.java:274)
- locked <0x48f80a80> (a java.lang.Class)
- locked <0x48f80a80> (a java.lang.Class)
at java.security.Security.getProviders(Security.java:813)
- locked <0x48f80a80> (a java.lang.Class)
at java.security.SecureRandom.getPrngAlgorithm(SecureRandom.java:468)
at java.security.SecureRandom.<init>(SecureRandom.java:163)
at org.eclipse.core.internal.utils.UniversalUniqueIdentifier.computeNodeAddress(UniversalUniqueIdentifier.java:184)
at org.eclipse.core.internal.utils.UniversalUniqueIdentifier.<clinit>(UniversalUniqueIdentifier.java:35)
at org.eclipse.core.internal.localstore.BlobStore.addBlob(BlobStore.java:46)
at org.eclipse.core.internal.localstore.HistoryStore.addState(HistoryStore.java:147)
at org.eclipse.core.internal.localstore.HistoryStore.addState(HistoryStore.java:165)
at org.eclipse.core.internal.localstore.FileSystemResourceManager.write(FileSystemResourceManager.java:689)
at org.eclipse.core.internal.resources.File.internalSetContents(File.java:251)
at org.eclipse.core.internal.resources.File.setContents(File.java:293)
at org.eclipse.core.internal.resources.File.setContents(File.java:338)
at org.eclipse.ui.editors.text.FileDocumentProvider.doSaveDocument(FileDocumentProvider.java:472)
at org.eclipse.ui.texteditor.AbstractDocumentProvider$2.execute(AbstractDocumentProvider.java:541)
at org.eclipse.ui.texteditor.AbstractDocumentProvider$DocumentProviderOperation.run(AbstractDocumentProvider.java:71)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:67)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1567)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
- locked <0x441f5b00> (a org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation)
at org.eclipse.ui.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:72)
at org.eclipse.ui.editors.text.WorkspaceOperationRunner.run(WorkspaceOperationRunner.java:64)
at org.eclipse.ui.texteditor.AbstractDocumentProvider.executeOperation(AbstractDocumentProvider.java:492)
at org.eclipse.ui.texteditor.AbstractDocumentProvider.saveDocument(AbstractDocumentProvider.java:552)
at org.eclipse.ui.texteditor.AbstractTextEditor.performSave(AbstractTextEditor.java:3056)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSave(AbstractTextEditor.java:2851)
at net.sourceforge.phpeclipse.phpeditor.PHPEditor.doSave(PHPEditor.java:1258)
at net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor.doSave(PHPUnitEditor.java:1630)
at org.eclipse.ui.internal.EditorManager$10.run(EditorManager.java:1015)
at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:870)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:550)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:547)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1644)
at org.eclipse.ui.internal.EditorManager.runProgressMonitorOperation(EditorManager.java:876)
at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1020)
at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:2420)
at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:2432)
at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:72)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:536)
at org.eclipse.jface.action.ActionContributionItem.access$300(ActionContributionItem.java:45)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:956)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1871)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1649)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1550)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1526)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104)
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:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Dynamic libraries:
08048000-0804e000 r-xp 00000000 03:03 7815988 /opt/blackdown-jdk-1.4.1/bin/java
0804e000-0804f000 rw-p 00005000 03:03 7815988 /opt/blackdown-jdk-1.4.1/bin/java
40000000-40014000 r-xp 00000000 03:03 4961850 /lib/ld-2.3.2.so
40014000-40015000 rw-p 00013000 03:03 4961850 /lib/ld-2.3.2.so
40036000-40044000 r-xp 00000000 03:03 4961686 /lib/libpthread-0.10.so
40044000-40047000 rw-p 0000d000 03:03 4961686 /lib/libpthread-0.10.so
40087000-40089000 r-xp 00000000 03:03 4961851 /lib/libdl-2.3.2.so
40089000-4008a000 rw-p 00001000 03:03 4961851 /lib/libdl-2.3.2.so
4008a000-401b2000 r-xp 00000000 03:03 4961707 /lib/libc-2.3.2.so
401b2000-401b6000 rw-p 00127000 03:03 4961707 /lib/libc-2.3.2.so
401b9000-40515000 r-xp 00000000 03:03 7816473 /opt/blackdown-jdk-1.4.1/jre/lib/i386/client/libjvm.so
40515000-40530000 rw-p 0035b000 03:03 7816473 /opt/blackdown-jdk-1.4.1/jre/lib/i386/client/libjvm.so
40541000-4054b000 r-xp 00000000 03:03 7816469 /opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/libhpi.so
4054b000-4054c000 rw-p 00009000 03:03 7816469 /opt/blackdown-jdk-1.4.1/jre/lib/i386/native_threads/libhpi.so
4054c000-4055d000 r-xp 00000000 03:03 7816463 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libverify.so
4055d000-4055e000 rw-p 00011000 03:03 7816463 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libverify.so
40561000-40572000 r-xp 00000000 03:03 4961706 /lib/libnsl-2.3.2.so
40572000-40573000 rw-p 00011000 03:03 4961706 /lib/libnsl-2.3.2.so
40575000-40624000 r-xp 00000000 03:03 5578533 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5.0.5
40624000-40629000 rw-p 000ae000 03:03 5578533 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5.0.5
4062e000-4064e000 r-xp 00000000 03:03 4961849 /lib/libm-2.3.2.so
4064e000-4064f000 rw-p 0001f000 03:03 4961849 /lib/libm-2.3.2.so
4064f000-40657000 r-xp 00000000 03:03 5578217 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libgcc_s.so.1
40657000-40658000 rw-p 00007000 03:03 5578217 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libgcc_s.so.1
40658000-40678000 r-xp 00000000 03:03 7813827 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libjava.so
40678000-4067a000 rw-p 0001f000 03:03 7813827 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libjava.so
4067a000-4068c000 r-xp 00000000 03:03 7816468 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libzip.so
4068c000-4068e000 rw-p 00011000 03:03 7816468 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libzip.so
4068e000-41d5c000 r--s 00000000 03:03 7816578 /opt/blackdown-jdk-1.4.1/jre/lib/rt.jar
41d9f000-41db6000 r--s 00000000 03:03 7816536 /opt/blackdown-jdk-1.4.1/jre/lib/sunrsasign.jar
41db6000-41e27000 r--s 00000000 03:03 7816516 /opt/blackdown-jdk-1.4.1/jre/lib/jsse.jar
41e27000-41e3a000 r--s 00000000 03:03 7816582 /opt/blackdown-jdk-1.4.1/jre/lib/jce.jar
41e3a000-420f6000 r--s 00000000 03:03 7816575 /opt/blackdown-jdk-1.4.1/jre/lib/charsets.jar
4419e000-4419f000 r--s 00000000 03:03 7919091 /opt/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar
4419f000-441a0000 r--s 00000000 03:03 7917516 /opt/eclipse/plugins/org.eclipse.ui_3.0.0/ui.jar
4c3a3000-4c3a6000 r--s 00000000 03:03 7816456 /opt/blackdown-jdk-1.4.1/jre/lib/ext/dnsns.jar
4c3a6000-4c3c3000 r--s 00000000 03:03 7816457 /opt/blackdown-jdk-1.4.1/jre/lib/ext/sunjce_provider.jar
4c3c3000-4c3ca000 r-xp 00000000 03:03 4959050 /lib/libnss_compat-2.3.2.so
4c3ca000-4c3cb000 rw-p 00006000 03:03 4959050 /lib/libnss_compat-2.3.2.so
4c3cb000-4c3d3000 r-xp 00000000 03:03 4961725 /lib/libnss_nis-2.3.2.so
4c3d3000-4c3d4000 rw-p 00007000 03:03 4961725 /lib/libnss_nis-2.3.2.so
4c3d4000-4c3dd000 r-xp 00000000 03:03 4961548 /lib/libnss_files-2.3.2.so
4c3dd000-4c3de000 rw-p 00008000 03:03 4961548 /lib/libnss_files-2.3.2.so
4c5e2000-4c5f0000 r--s 00000000 03:03 7816458 /opt/blackdown-jdk-1.4.1/jre/lib/ext/ldapsec.jar
4c5f0000-4c68f000 r--s 00000000 03:03 7816459 /opt/blackdown-jdk-1.4.1/jre/lib/ext/localedata.jar
4c68f000-4c694000 r--s 00000000 03:03 7919132 /opt/eclipse/startup.jar
4c694000-4c6a3000 r-xp 00000000 03:03 7816027 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libnet.so
4c6a3000-4c6a4000 rw-p 0000e000 03:03 7816027 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libnet.so
4c6a4000-4c6aa000 r-xp 00000000 03:03 7816461 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libnio.so
4c6aa000-4c6ab000 rw-p 00005000 03:03 7816461 /opt/blackdown-jdk-1.4.1/jre/lib/i386/libnio.so
4c72c000-4c766000 r--s 00000000 03:03 7917938 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/core.jar
4c766000-4c76e000 r--s 00000000 03:03 7917933 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/console.jar
4c76e000-4c779000 r--s 00000000 03:03 7917929 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.jar
4c779000-4c78e000 r--s 00000000 03:03 7917931 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/resolver.jar
4c78e000-4c7a0000 r--s 00000000 03:03 7917934 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar
4c7a0000-4c7b3000 r--s 00000000 03:03 7917939 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar
4c834000-4c872000 r--s 00000000 03:03 7918109 /opt/eclipse/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar
4c872000-4c876000 r--s 00000000 03:03 7918983 /opt/eclipse/plugins/org.eclipse.osgi.util_3.0.0/util.jar
4c876000-4c88f000 r--s 00000000 03:03 7918849 /opt/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar
4c88f000-4c89e000 r--s 00000000 03:03 7915514 /opt/eclipse/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar
4c89e000-4c89f000 r-xp 00000000 03:03 7919039 /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
4c89f000-4c8a0000 rw-p 00001000 03:03 7919039 /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
4c8a0000-4c8ae000 r--s 00000000 03:03 7918890 /opt/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar
4c8ae000-4c8b3000 r--s 00000000 03:03 7918895 /opt/eclipse/plugins/org.eclipse.update.scheduler_3.0.0/scheduler.jar
4c936000-4ca88000 r--s 00000000 03:03 7918452 /opt/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ide.jar
4ca88000-4cc6e000 r--s 00000000 03:03 7918990 /opt/eclipse/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar
4cc6e000-4cce9000 r--s 00000000 03:03 7918866 /opt/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar
4cce9000-4cdc9000 r--s 00000000 03:03 7919077 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt.jar
4cdc9000-4cddc000 r--s 00000000 03:03 7919079 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-mozilla.jar
4cddc000-4cde6000 r--s 00000000 03:03 7919078 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-pi.jar
4cde6000-4ce0f000 r-xp 00000000 03:03 7919072 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-pi-gtk-3038.so
4ce0f000-4ce10000 rw-p 00029000 03:03 7919072 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-pi-gtk-3038.so
4ce10000-4ce12000 r-xp 00000000 03:03 6153432 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
4ce12000-4ce13000 rw-p 00001000 03:03 6153432 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
4ce13000-4ce22000 r--s 00000000 03:03 7916680 /opt/eclipse/plugins/org.eclipse.help_3.0.0/help.jar
4ce22000-4ce2f000 r--p 00000000 03:03 931260 /usr/share/fonts/ttf-bitstream-vera/VeraMono.ttf
4ce30000-4d061000 r-xp 00000000 03:03 7440613 /usr/lib/libgtk-x11-2.0.so.0.400.0
4d061000-4d06b000 rw-p 00230000 03:03 7440613 /usr/lib/libgtk-x11-2.0.so.0.400.0
4d06e000-4d0c8000 r-xp 00000000 03:03 7440635 /usr/lib/libgdk-x11-2.0.so.0.400.0
4d0c8000-4d0cd000 rw-p 00059000 03:03 7440635 /usr/lib/libgdk-x11-2.0.so.0.400.0
4d0cd000-4d0e1000 r-xp 00000000 03:03 4814006 /usr/lib/libatk-1.0.so.0.400.1
4d0e1000-4d0e3000 rw-p 00013000 03:03 4814006 /usr/lib/libatk-1.0.so.0.400.1
4d0e3000-4d0f4000 r-xp 00000000 03:03 7440670 /usr/lib/libgdk_pixbuf-2.0.so.0.400.0
4d0f4000-4d0f5000 rw-p 00011000 03:03 7440670 /usr/lib/libgdk_pixbuf-2.0.so.0.400.0
4d0f5000-4d0f9000 r-xp 00000000 03:03 7432191 /usr/lib/libpangoxft-1.0.so.0.399.1
4d0f9000-4d0fa000 rw-p 00003000 03:03 7432191 /usr/lib/libpangoxft-1.0.so.0.399.1
4d0fa000-4d103000 r-xp 00000000 03:03 7432162 /usr/lib/libpangox-1.0.so.0.399.1
4d103000-4d104000 rw-p 00008000 03:03 7432162 /usr/lib/libpangox-1.0.so.0.399.1
4d104000-4d12d000 r-xp 00000000 03:03 7432181 /usr/lib/libpango-1.0.so.0.399.1
4d12d000-4d132000 rw-p 00028000 03:03 7432181 /usr/lib/libpango-1.0.so.0.399.1
4d132000-4d15e000 r-xp 00000000 03:03 7435970 /usr/lib/libgobject-2.0.so.0.400.0
4d15e000-4d15f000 rw-p 0002b000 03:03 7435970 /usr/lib/libgobject-2.0.so.0.400.0
4d160000-4d162000 r-xp 00000000 03:03 7435938 /usr/lib/libgmodule-2.0.so.0.400.0
4d162000-4d163000 rw-p 00002000 03:03 7435938 /usr/lib/libgmodule-2.0.so.0.400.0
4d163000-4d166000 r-xp 00000000 03:03 7435882 /usr/lib/libgthread-2.0.so.0.400.0
4d166000-4d167000 rw-p 00002000 03:03 7435882 /usr/lib/libgthread-2.0.so.0.400.0
4d167000-4d1d2000 r-xp 00000000 03:03 7435943 /usr/lib/libglib-2.0.so.0.400.0
4d1d2000-4d1d3000 rw-p 0006b000 03:03 7435943 /usr/lib/libglib-2.0.so.0.400.0
4d1d3000-4d2ad000 r-xp 00000000 03:03 6153447 /usr/X11R6/lib/libX11.so.6.2
4d2ad000-4d2b0000 rw-p 000d9000 03:03 6153447 /usr/X11R6/lib/libX11.so.6.2
4d2b0000-4d2b3000 r-xp 00000000 03:03 6153524 /usr/X11R6/lib/libXrandr.so.2.0
4d2b3000-4d2b4000 rw-p 00002000 03:03 6153524 /usr/X11R6/lib/libXrandr.so.2.0
4d2b4000-4d2bb000 r-xp 00000000 03:03 6153693 /usr/X11R6/lib/libXi.so.6.0
4d2bb000-4d2bc000 rw-p 00006000 03:03 6153693 /usr/X11R6/lib/libXi.so.6.0
4d2bc000-4d2c9000 r-xp 00000000 03:03 6153713 /usr/X11R6/lib/libXext.so.6.4
4d2c9000-4d2ca000 rw-p 0000c000 03:03 6153713 /usr/X11R6/lib/libXext.so.6.4
4d2ca000-4d2db000 r-xp 00000000 03:03 6153689 /usr/X11R6/lib/libXft.so.2.1
4d2db000-4d2dc000 rw-p 00010000 03:03 6153689 /usr/X11R6/lib/libXft.so.2.1
4d2dc000-4d332000 r-xp 00000000 03:03 998702 /usr/lib/libfreetype.so.6.3.4
4d332000-4d339000 rw-p 00055000 03:03 998702 /usr/lib/libfreetype.so.6.3.4
4d339000-4d340000 r-xp 00000000 03:03 6153703 /usr/X11R6/lib/libXrender.so.1.2
4d340000-4d341000 rw-p 00006000 03:03 6153703 /usr/X11R6/lib/libXrender.so.1.2
4d341000-4d360000 r-xp 00000000 03:03 5414941 /usr/lib/libfontconfig.so.1.0.4
4d360000-4d363000 rw-p 0001e000 03:03 5414941 /usr/lib/libfontconfig.so.1.0.4
4d364000-4d36c000 r-xp 00000000 03:03 6153532 /usr/X11R6/lib/libXcursor.so.1.0
4d36c000-4d36d000 rw-p 00007000 03:03 6153532 /usr/X11R6/lib/libXcursor.so.1.0
4d36d000-4d38b000 r-xp 00000000 03:03 7432283 /usr/lib/libpangoft2-1.0.so.0.399.1
4d38b000-4d38c000 rw-p 0001e000 03:03 7432283 /usr/lib/libpangoft2-1.0.so.0.399.1
4d38c000-4d3a9000 r-xp 00000000 03:03 4009046 /usr/lib/libexpat.so.0.4.0
4d3a9000-4d3ab000 rw-p 0001c000 03:03 4009046 /usr/lib/libexpat.so.0.4.0
4d3ab000-4d3b9000 r-xp 00000000 03:03 7448404 /lib/libz.so.1.2.1
4d3b9000-4d3ba000 rw-p 0000d000 03:03 7448404 /lib/libz.so.1.2.1
4d3ba000-4d3c0000 r--s 00000000 03:03 4128121 /usr/lib/gconv/gconv-modules.cache
4d3c0000-4d3c2000 r-xp 00000000 03:03 4959416 /usr/lib/gconv/ISO8859-1.so
4d3c2000-4d3c3000 rw-p 00001000 03:03 4959416 /usr/lib/gconv/ISO8859-1.so
4d3c3000-4d3e5000 r-xp 00000000 03:03 7919070 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-gtk-3038.so
4d3e5000-4d3e7000 rw-p 00022000 03:03 7919070 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-gtk-3038.so
4d3e7000-4d3ea000 r--s 00000000 03:03 7919042 /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/resources-linux.jar
4d3ea000-4d47f000 r--s 00000000 03:03 7918881 /opt/eclipse/plugins/org.eclipse.core.resources_3.0.0/resources.jar
4d47f000-4d4df000 rw-s 00000000 00:06 64651270 /SYSV00000000 (deleted)
4d4df000-4d4e1000 r-xp 00000000 03:03 7432266 /usr/lib/pango/1.4.0/modules/pango-basic-fc.so
4d4e1000-4d4e2000 rw-p 00001000 03:03 7432266 /usr/lib/pango/1.4.0/modules/pango-basic-fc.so
4d4e2000-4d4f3000 r--p 00000000 03:03 931253 /usr/share/fonts/ttf-bitstream-vera/Vera.ttf
4d4f3000-4d4fb000 r-xp 00000000 03:03 7919071 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-atk-gtk-3038.so
4d4fb000-4d4fc000 rw-p 00007000 03:03 7919071 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-atk-gtk-3038.so
4d4fc000-4d642000 r--s 00000000 03:03 7919139 /opt/eclipse/plugins/net.sourceforge.phpeclipse_1.0.9/phpeclipse.jar
4d642000-4d660000 r--s 00000000 03:03 7917817 /opt/eclipse/plugins/org.eclipse.text_3.0.0/text.jar
4d660000-4d692000 r--s 00000000 03:03 7916985 /opt/eclipse/plugins/org.eclipse.ui.editors_3.0.0/editors.jar
4d692000-4d709000 r--s 00000000 03:03 7919029 /opt/eclipse/plugins/org.eclipse.jface.text_3.0.0/jfacetext.jar
4d709000-4d757000 r--s 00000000 03:03 7918912 /opt/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.0.0/texteditor.jar
4d757000-4d7b7000 rw-s 00000000 00:06 64684039 /SYSV00000000 (deleted)
4d7b7000-4d7c6000 r--p 00000000 03:03 931255 /usr/share/fonts/ttf-bitstream-vera/VeraBd.ttf
4d7c6000-4d7d2000 r--p 00000000 03:03 931258 /usr/share/fonts/ttf-bitstream-vera/VeraMoBd.ttf
4d8d4000-4d9c4000 r--s 00000000 03:03 7916700 /opt/eclipse/plugins/org.eclipse.team.cvs.ui_3.0.0/teamcvsui.jar
4d9c4000-4da1e000 r--s 00000000 03:03 7916977 /opt/eclipse/plugins/org.eclipse.team.ui_3.0.0/teamui.jar
4da1e000-4da35000 r--s 00000000 03:03 7915501 /opt/eclipse/plugins/org.eclipse.team.core_3.0.0/team.jar
4dbb8000-4dc28000 r--s 00000000 03:03 7916491 /opt/eclipse/plugins/org.eclipse.team.cvs.core_3.0.0/cvs.jar
4dc28000-4dc36000 r--s 00000000 03:03 7916667 /opt/eclipse/plugins/org.eclipse.ui.console_3.0.0/console.jar
4dc36000-4dc4f000 r--s 00000000 03:03 7917026 /opt/eclipse/plugins/org.eclipse.ui.externaltools_3.0.0/externaltools.jar
4dc4f000-4dcff000 r--s 00000000 03:03 7916489 /opt/eclipse/plugins/org.eclipse.debug.ui_3.0.0/dtui.jar
4dcff000-4dd2b000 r--s 00000000 03:03 7915464 /opt/eclipse/plugins/org.eclipse.debug.core_3.0.0/dtcore.jar
4dd2b000-4dda2000 r--s 00000000 03:03 7916682 /opt/eclipse/plugins/org.eclipse.update.core_3.0.0/updatecore.jar
Local Time = Wed Apr 21 08:06:55 2004
Elapsed Time = 28
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.1-01 mixed mode)
#
# An error report file has been saved as hs_err_pid10969.log.
# Please refer to the file for further information.
#
Welp, I installed sun's jdk and the crash is averted... however the following error message appeared on the console when I went to save a file (the file DID save successfully).
Problem
java.io.IOException: java.io.IOException: /apache/php/php: not found
at java.lang.UNIXProcess.<init>(UNIXProcess.java:143)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at java.lang.Runtime.exec(Runtime.java:428)
at java.lang.Runtime.exec(Runtime.java:364)
at java.lang.Runtime.exec(Runtime.java:326)
at net.sourceforge.phpeclipse.actions.PHPStartApacheAction.getParserOutput(PHPStartApacheAction.java:154)
at test.PHPParserSuperclass.phpExternalParse(PHPParserSuperclass.java:47)
at net.sourceforge.phpeclipse.phpeditor.PHPParserAction.parseFile(PHPParserAction.java:104)
at net.sourceforge.phpeclipse.builder.ParserVisitor.visit(ParserVisitor.java:72)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:67)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:76)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49)
at net.sourceforge.phpeclipse.builder.ParserBuilder.build(ParserBuilder.java:52)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:493)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:819)
at org.eclipse.core.runtime.Platform.run(Platform.java:493)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:138)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:209)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:164)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:190)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:819)
at org.eclipse.core.runtime.Platform.run(Platform.java:493)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:193)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:227)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:255)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:90)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:116)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Perhaps it might help, I'm going to stick with the Sun-JDK as I need Eclipse :)
I was getting the same crash as in comment http://bugs.gentoo.org/show_bug.cgi?id=41688#c13, and removing my eclipse profile directory, reinstalling eclipse, and following the directions from the second link in comment http://bugs.gentoo.org/show_bug.cgi?id=41688#c11 seems to do the trick for me and eclipse is running fine. One other thing I forgot to add: This is with eclipse-SDK-3.0M8-linux-gtk.zip downloaded from eclipse.org(not the gentoo ebuild) , and it's *nice* :> The complaint from gentoo@lucidity.ca appears to be a phpclipse specific problem. You might want to download the latest phpclipse from their download site. I cannot reproduce this problem on 3.0.0_pre8, so it must be specific to 2.1.x. Once I nuke #50582, I'll start backporting the changes to the 2.1.x series. I have backported the stuff from 3.0.0_pre8-r1 to 2.1.3-r2. Please test again with eclipse-sdk-2.1.3-r2 and reopen this bug if the problem persists. I have tested with ibm-jdk, blackdown-jdk and sun-jdk. Only ibm-jdk seems to have a problem, which I'll address once I figure out what it does. |