|
From: Harpreet S. <har...@fa...> - 2003-08-04 15:52:59
|
Slava Pestov wrote: > Did you ever find a file where you can reproduce it regularly? > > On Wed, Jul 23, 2003 at 12:51:22PM -0400, Harpreet Singh wrote: > >>I don't if this has been filed before, if it has please ignore. >> >>I run in to this problem when doing a incremental search in some files. >>When it reaches the last instance it throws a null pointer exception. I'm >>using win2k and jedit4.2pre3. i'll try to find a file where i can reproduce >>it regularly. >>... >> >>-- >>Harpreet Singh >>har...@fa... >> >> >> >>------------------------------------------------------- >>This SF.Net email sponsored by: Free pre-built ASP.NET sites including >>Data Reports, E-commerce, Portals, and Forums are available now. >>Download today and enter to win an XBOX or Visual Studio .NET. >>http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 >>-- >>----------------------------------------------- >>jEdit Users' List >>jEd...@li... >>https://lists.sourceforge.net/lists/listinfo/jedit-users > > ok i found a file in which i can reproduce both the bugs i'm having problems with. BUG 1 : First stack trace This happens when i use next paragraph to scroll through the file. BUG 2 : Second stack trace This happens when i use incremental search. To reproduce C+COMMA to bring up search bar Search for "file" in the attached example Keep trying to find the next place where file occurs using C+G I'm using jedit4.2pre4 with jdk1.4.2 on win2k ------------------------------------------------------------------------------ BUG 1 : [error] JEditTextArea: BUG: screenLine=-1,visibleLines=43,physicalLine=183,firstPhysicalLine=116,lastPhysicalLine=181 [error] BeanShellAction: java.lang.NullPointerException [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.scrollTo(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.scrollToCaret(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea$1.run(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.finishCaretUpdate(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.moveCaretPosition(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.moveCaretPosition(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.moveCaretPosition(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.goToNextParagraph(Unknown Source) [error] BeanShellAction: at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) [error] BeanShellAction: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [error] BeanShellAction: at java.lang.reflect.Method.invoke(Method.java:324) [error] BeanShellAction: at bsh.Reflect.invokeOnMethod(Unknown Source) [error] BeanShellAction: at bsh.Reflect.invokeObjectMethod(Unknown Source) [error] BeanShellAction: at bsh.Name.invokeMethod(Unknown Source) [error] BeanShellAction: at bsh.BSHMethodInvocation.eval(Unknown Source) [error] BeanShellAction: at bsh.BSHPrimaryExpression.eval(Unknown Source) [error] BeanShellAction: at bsh.BSHPrimaryExpression.eval(Unknown Source) [error] BeanShellAction: at bsh.BSHBlock.evalBlock(Unknown Source) [error] BeanShellAction: at bsh.BSHBlock.eval(Unknown Source) [error] BeanShellAction: at bsh.BshMethod.invokeImpl(Unknown Source) [error] BeanShellAction: at bsh.BshMethod.invoke(Unknown Source) [error] BeanShellAction: at bsh.BshMethod.invoke(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.BeanShell.runCachedBlock(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.BeanShellAction.invoke(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.gui.DefaultInputHandler.keyPressed(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.View.processKeyEvent(Unknown Source) [error] BeanShellAction: at org.gjt.sp.jedit.textarea.JEditTextArea.processKeyEvent(Unknown Source) [error] BeanShellAction: at java.awt.Component.processEvent(Component.java:4909) [error] BeanShellAction: at java.awt.Container.processEvent(Container.java:1569) [error] BeanShellAction: at java.awt.Component.dispatchEventImpl(Component.java:3615) [error] BeanShellAction: at java.awt.Container.dispatchEventImpl(Container.java:1627) [error] BeanShellAction: at java.awt.Component.dispatchEvent(Component.java:3477) [error] BeanShellAction: at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:8 31) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:7 41) [error] BeanShellAction: at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592) [error] BeanShellAction: at java.awt.Component.dispatchEventImpl(Component.java:3506) [error] BeanShellAction: at java.awt.Container.dispatchEventImpl(Container.java:1627) [error] BeanShellAction: at java.awt.Window.dispatchEventImpl(Window.java:1606) [error] BeanShellAction: at java.awt.Component.dispatchEvent(Component.java:3477) [error] BeanShellAction: at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) [error] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) [error] BeanShellAction: at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) [error] JEditTextArea: BUG: screenLine=-1,visibleLines=42,physicalLine=236,firstPhysicalLine=193,lastPhysicalLine=234 -------------------------------------------------------------------------- BUG 2: [error] SearchAndReplace: java.lang.NullPointerException [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea.scrollTo(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea.scrollToCaret(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea$1.run(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea.finishCaretUpdate(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea.moveCaretPosition(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea.moveCaretPosition(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.textarea.JEditTextArea.moveCaretPosition(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.search.SearchAndReplace.find(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.search.SearchAndReplace.find(Unknown Source) [error] SearchAndReplace: at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) [error] SearchAndReplace: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [error] SearchAndReplace: at java.lang.reflect.Method.invoke(Method.java:324) [error] SearchAndReplace: at bsh.Reflect.invokeOnMethod(Unknown Source) [error] SearchAndReplace: at bsh.Reflect.invokeStaticMethod(Unknown Source) [error] SearchAndReplace: at bsh.Name.invokeMethod(Unknown Source) [error] SearchAndReplace: at bsh.BSHMethodInvocation.eval(Unknown Source) [error] SearchAndReplace: at bsh.BSHPrimaryExpression.eval(Unknown Source) [error] SearchAndReplace: at bsh.BSHPrimaryExpression.eval(Unknown Source) [error] SearchAndReplace: at bsh.BSHBlock.evalBlock(Unknown Source) [error] SearchAndReplace: at bsh.BSHBlock.eval(Unknown Source) [error] SearchAndReplace: at bsh.BshMethod.invokeImpl(Unknown Source) [error] SearchAndReplace: at bsh.BshMethod.invoke(Unknown Source) [error] SearchAndReplace: at bsh.BshMethod.invoke(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.BeanShell.runCachedBlock(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.BeanShellAction.invoke(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.gui.DefaultInputHandler.keyPressed(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.View.processKeyEvent(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.View.processKeyEvent(Unknown Source) [error] SearchAndReplace: at org.gjt.sp.jedit.Java14$MyFocusManager.postProcessKeyEvent(Unknown Source) [error] SearchAndReplace: at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:642 ) [error] SearchAndReplace: at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java: 831) [error] SearchAndReplace: at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java: 741) [error] SearchAndReplace: at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592) [error] SearchAndReplace: at java.awt.Component.dispatchEventImpl(Component.java:3506) [error] SearchAndReplace: at java.awt.Container.dispatchEventImpl(Container.java:1627) [error] SearchAndReplace: at java.awt.Window.dispatchEventImpl(Window.java:1606) [error] SearchAndReplace: at java.awt.Component.dispatchEvent(Component.java:3477) [error] SearchAndReplace: at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) [error] SearchAndReplace: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) [error] SearchAndReplace: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) [error] SearchAndReplace: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) [error] SearchAndReplace: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) [error] SearchAndReplace: at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) -- Harpreet Singh har...@fa... |