vlsi commented on issue #6262: URL: https://github.com/apache/jmeter/issues/6262#issuecomment-2029448298
"jmeter freeze" is caused by https://github.com/bobbylight/RSyntaxTextArea/issues/41: A workaround is to disable line wrapping (see `jsyntaxtextarea.linewrap` in `jmeter.properties`) ``` "AWT-EventQueue-0" #36 [67591] prio=6 os_prio=31 cpu=155639,07ms elapsed=209,99s tid=0x000000013be47c00 nid=67591 runnable [0x000000016ecdd000] java.lang.Thread.State: RUNNABLE at org.fife.ui.rsyntaxtextarea.TokenImpl.getWidthUpTo(TokenImpl.java:601) at org.fife.ui.rsyntaxtextarea.TokenUtils.getSubTokenList(TokenUtils.java:132) at org.fife.ui.rsyntaxtextarea.WrappedSyntaxView$WrappedLine.calculateLineCount(WrappedSyntaxView.java:1188) at org.fife.ui.rsyntaxtextarea.WrappedSyntaxView$WrappedLine.handleDocumentEvent(WrappedSyntaxView.java:1439) at org.fife.ui.rsyntaxtextarea.WrappedSyntaxView$WrappedLine.insertUpdate(WrappedSyntaxView.java:1463) at org.fife.ui.rsyntaxtextarea.WrappedSyntaxView.insertUpdate(WrappedSyntaxView.java:706) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(java.desktop@21.0.2/BasicTextUI.java:1711) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(java.desktop@21.0.2/BasicTextUI.java:1978) at javax.swing.text.AbstractDocument.fireInsertUpdate(java.desktop@21.0.2/AbstractDocument.java:227) at org.fife.ui.rsyntaxtextarea.RSyntaxDocument.fireInsertUpdate(RSyntaxDocument.java:187) at javax.swing.text.AbstractDocument.handleInsertString(java.desktop@21.0.2/AbstractDocument.java:781) at javax.swing.text.AbstractDocument.insertString(java.desktop@21.0.2/AbstractDocument.java:740) at javax.swing.text.PlainDocument.insertString(java.desktop@21.0.2/PlainDocument.java:131) at javax.swing.text.AbstractDocument.replace(java.desktop@21.0.2/AbstractDocument.java:699) at javax.swing.text.JTextComponent.setText(java.desktop@21.0.2/JTextComponent.java:1725) at org.apache.jmeter.gui.util.JSyntaxTextArea.setInitialText(JSyntaxTextArea.java:305) at org.apache.jmeter.protocol.http.config.gui.UrlConfigGui.configure(UrlConfigGui.java:291) at org.apache.jmeter.protocol.http.control.gui.HttpTestSampleGui.configure(HttpTestSampleGui.java:134) at org.apache.jmeter.gui.tree.JMeterTreeModel.addComponent(JMeterTreeModel.java:162) at org.apache.jmeter.gui.tree.JMeterTreeModel.addSubTree(JMeterTreeModel.java:131) at org.apache.jmeter.gui.tree.JMeterTreeModel.addSubTree(JMeterTreeModel.java:131) at org.apache.jmeter.gui.tree.JMeterTreeModel.addSubTree(JMeterTreeModel.java:123) at org.apache.jmeter.gui.GuiPackage.addSubTree(GuiPackage.java:555) at org.apache.jmeter.gui.action.Load.insertLoadedTree(Load.java:201) at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:132) at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:103) at org.apache.jmeter.gui.action.Load.doActionAfterCheck(Load.java:90) at org.apache.jmeter.gui.action.AbstractActionWithNoRunningTest.doAction(AbstractActionWithNoRunningTest.java:44) at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:83) at org.apache.jmeter.gui.action.ActionRouter.lambda$actionPerformed$0(ActionRouter.java:65) at org.apache.jmeter.gui.action.ActionRouter$$Lambda/0x000000e0015201f8.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(java.desktop@21.0.2/InvocationEvent.java:318) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org