Activity log for bug #1335389

Date Who What changed Old value New value Message
2014-06-28 07:48:19 RaiMan bug added bug
2014-06-28 07:49:41 RaiMan bug added subscriber Bill Seddon
2014-06-28 07:50:11 RaiMan bug added subscriber Shengyuan Gu
2014-06-28 07:52:42 RaiMan description I met the same issue on 1.1.0 beta1. When I try to save the content in SikuliX IDE, I get the "doSave Error" message on the Message Window, then I try to close the IDE forcibly and open the IDE again, I find that the content is saved actually. My environment: Windows7 32bits java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) Client VM (build 24.60-b09, mixed mode, sharing) Error Message: [error] IDE: Problem when trying to invoke menu action doSave Error: null [error] IDE: Problem when trying to invoke menu action doSave Error: null Exception in thread "MainThread" java.lang.StackOverflowError at java.util.regex.Pattern$Slice.match(Unknown Source) at java.util.regex.Pattern$LazyLoop.match(Unknown Source) at java.util.regex.Pattern$GroupTail.match(Unknown Source) at java.util.regex.Pattern$BranchConn.match(Unknown Source) at java.util.regex.Pattern$CharProperty.match(Unknown Source) **** problem looks like some recursive call in the Lexer, that is used to analyse the script content about used images after having saved the content content correctly If it happens, just force the IDE to close and reopen. ------------------------------------------------------------------------ I met the same issue on 1.1.0 beta1. When I try to save the content in SikuliX IDE, I get the "doSave Error" message on the Message Window, then I try to close the IDE forcibly and open the IDE again, I find that the content is saved actually. My environment: Windows7 32bits java version "1.7.0_60" Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) Client VM (build 24.60-b09, mixed mode, sharing) Error Message: [error] IDE: Problem when trying to invoke menu action doSave Error: null [error] IDE: Problem when trying to invoke menu action doSave Error: null Exception in thread "MainThread" java.lang.StackOverflowError at java.util.regex.Pattern$Slice.match(Unknown Source) at java.util.regex.Pattern$LazyLoop.match(Unknown Source) at java.util.regex.Pattern$GroupTail.match(Unknown Source) at java.util.regex.Pattern$BranchConn.match(Unknown Source) at java.util.regex.Pattern$CharProperty.match(Unknown Source)
2021-02-09 14:42:29 RaiMan sikuli: status New Confirmed