Commented Unassigned: [BUG] [VBScriptEngine] Process memory leak when...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleCommented Unassigned: [BUG] [VBScriptEngine] Process memory leak when...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleClosed Unassigned: [BUG] [VBScriptEngine] Process memory leak when...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleEdited Issue: [BUG] [VBScriptEngine] Process memory leak when re-evaluating...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleReopened Issue: [BUG] [VBScriptEngine] Process memory leak when re-evaluating...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleEdited Issue: [BUG] [VBScriptEngine] Process memory leak when re-evaluating...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleClosed Issue: [BUG] [VBScriptEngine] Process memory leak when re-evaluating...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleCommented Issue: [BUG] [VBScriptEngine] Process memory leak when...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleEdited Issue: [VBScriptEngine] Process memory leak when re-evaluating scripts...
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleEdited Issue: Memory leak when re-evaluating scripts with VBScriptEngine [117]
In version 5.4.7 and 5.4.8 there's still a memory leak related to script evaluations with the VBScriptEngine. I've attached a test project, where 1000 predefined equations can be evaluated with...
View ArticleCreated Unassigned: V8 crashes with an AccessViolationException when using...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations.for (var i = 0; i < 3 /*2 is fine*/; ++i){ for (var test of list) {...
View ArticleEdited Unassigned: [BUG] V8 crashes with an AccessViolationException when...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations.for (var i = 0; i < 3 /*2 is fine*/; ++i){ for (var test of list) {...
View ArticleEdited Unassigned: [BUG] V8 crashes with an AccessViolationException when...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations. for (var i = 0; i < 3 /*2 is fine*/; ++i) { for (var test of list) { }...
View ArticleCommented Unassigned: [BUG] V8 crashes with an AccessViolationException when...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations. for (var i = 0; i < 3 /*2 is fine*/; ++i) { for (var test of list) { }...
View ArticleCommented Unassigned: [BUG] V8 crashes with an AccessViolationException when...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations. for (var i = 0; i < 3 /*2 is fine*/; ++i) { for (var test of list) { }...
View ArticleClosed Unassigned: [BUG] V8 crashes with an AccessViolationException when...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations. for (var i = 0; i < 3 /*2 is fine*/; ++i) { for (var test of list) { }...
View ArticleEdited Issue: [BUG] V8 crashes with an AccessViolationException when using...
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations. for (var i = 0; i < 3 /*2 is fine*/; ++i) { for (var test of list) { }...
View ArticleEdited Issue: [BUG] [V8] Crash during IEnumerable iteration [118]
The following script crashes consistently when using 3 iterations in the outer for loop, but runs fine when using 2 iterations. for (var i = 0; i < 3 /*2 is fine*/; ++i) { for (var test of list) { }...
View ArticleNew Post: Script Security
Hello, I would like implement some security feature to prevent user from executing malicious script. like scripts contains some script to delete file.Is any code access security is option available in...
View ArticleNew Post: Script Security
Hello Praveen, Initially a ClearScript JavaScript engine provides no access to the file system. It exposes no APIs except JavaScript intrinsics such as Object, Function, and Math. For script code to...
View Article