Skip to main content

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

This is an outstanding bug that predates this patch (by months): 
http://bugs.eclipse.org/bugs/show_bug.cgi?id=8917.

- Jared

On Tuesday 16 April 2002 06:54 am, you wrote:
> 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.jav
>a:257) at
> org.eclipse.core.internal.plugins.PluginRegistry.accept(PluginRegistry.java
>:45) at
> org.eclipse.core.internal.plugins.PluginRegistry.shutdownPlugins(PluginRegi
>stry.java:284) at
> org.eclipse.core.internal.plugins.PluginRegistry.shutdown(PluginRegistry.ja
>va:250) at
> org.eclipse.core.internal.runtime.InternalPlatform.loaderShutdown(InternalP
>latform.java:531) at java.lang.reflect.Method.invoke(Native Method)
>     at
> org.eclipse.core.internal.boot.InternalBootLoader.shutdown(InternalBootLoad
>er.java:859) at
> org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.ja
>va: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
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top