Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Exception with Performance Patch

After applying the performance
"http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/org.eclipse.jdt.core239c.zip";,
 the following exception is logged:





An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x404a2265
Function name=malloc
Library=/lib/libc.so.6

Current Java thread:
    at 
org.eclipse.core.internal.plugins.PluginRegistry$1.visit(PluginRegistry.java:257)
    at 
org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java:45)
    at 
org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegistry.java:284)
    at 
org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.java:250)
    at 
org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalPlatform.java:531)
    at java.lang.reflect.Method.invoke(Native Method)
    at 
org.eclipse.core.internal.boot.InternalBootLoader.shutdown(InternalBootLoader.java:859)
    at 
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:782)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:190)
    at org.eclipse.core.launcher.Main.run(Main.java:549)
    at org.eclipse.core.launcher.Main.main(Main.java:390)



Thank You,
Anthony


Back to the top