|
From: SourceForge.net <no...@so...> - 2005-08-29 21:24:02
|
Bugs item #1200672, was opened at 2005-05-12 15:56 Message generated for change (Comment added) made by kpouer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1200672&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: editor core Group: severe bug >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: A BeanShell Error Ocurred ---Upon trying to open new window Initial Comment: ------------------------- java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: *** -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)) at apple.awt.CGraphicsConfig.getBoundsForDisplay(Native Method) at apple.awt.CGraphicsConfig.getBounds(CGraphicsConfig.java:85) at org.gjt.sp.jedit.OperatingSystem.getScreenBounds(OperatingSystem.java:100) at org.gjt.sp.jedit.GUIUtilities.adjustForScreenBounds(GUIUtilities.java:969) at org.gjt.sp.jedit.GUIUtilities.loadGeometry(GUIUtilities.java:948) at org.gjt.sp.jedit.search.SearchDialog.<init>(SearchDialog.java:302) at org.gjt.sp.jedit.search.SearchDialog.preloadSearchDialog(SearchDialog.java:77) at org.gjt.sp.jedit.View.<init>(View.java:1219) at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2141) at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2117) at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2086) 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 bsh.Reflect.invokeOnMethod(Reflect.java:149) at bsh.Reflect.invokeStaticMethod(Reflect.java:100) at bsh.Name.invokeMethod(Name.java:872) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:72) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.BSHBlock.evalBlock(BSHBlock.java:130) at bsh.BSHBlock.eval(BSHBlock.java:80) at bsh.BshMethod.invokeImpl(BshMethod.java:349) at bsh.BshMethod.invoke(BshMethod.java:246) at bsh.BshMethod.invoke(BshMethod.java:171) at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:523) at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:229) at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2910) at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:216) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1819) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1872) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:247) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5166) at java.awt.Component.processEvent(Component.java:4963) at java.awt.Container.processEvent(Container.java:1613) at java.awt.Component.dispatchEventImpl(Component.java:3681) at java.awt.Container.dispatchEventImpl(Container.java:1671) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3527) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3242) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3172) at java.awt.Container.dispatchEventImpl(Container.java:1657) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) ---------------------------------------------------------------------- >Comment By: Matthieu Casanova (kpouer) Date: 2005-08-29 23:22 Message: Logged In: YES user_id=285591 seems to be apple bug ---------------------------------------------------------------------- Comment By: Paul Libbrecht (polx) Date: 2005-05-13 09:09 Message: Logged In: YES user_id=647450 I also encountered this... it happens when trying to open pop-ups after a change of IP address and is certainly a bug of the JVM. Have you tried filing a bug at http://developer.apple.com/bugreporter/ ? My only solution for now is to restart jEdit which is ok since changing IP address is not that often... paul ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100588&aid=1200672&group_id=588 |