Commented Issue: Fatal error in heap setup, Allocation failed - process out...
Hi, While investigating some memory related issues in my application, I managed to reproduce what seems to be a problem. The following minimal application terminates on my PC after ~50 cycles and...
View ArticleEdited Issue: Windows script engines leak host objects exposed via dynamic...
This issue was reported [here](https://clearscript.codeplex.com/discussions/545913). An initial investigation points at a bug in the Windows script runtime. A workaround may be to force the engine to...
View ArticleCommented Issue: Windows script engines leak host objects exposed via dynamic...
This issue was reported [here](https://clearscript.codeplex.com/discussions/545913). An initial investigation points at a bug in the Windows script runtime. A workaround may be to force the engine to...
View ArticleEdited Issue: Memory leak using delegates [48]
Hi,It seems V8 engines are not garbage collected if a script uses a host delegate.``` public class MyClass{} static void DelegateTest(){ List<WeakReference> enginesWithObject = new...
View ArticleCommented Issue: Memory leak using delegates [48]
Hi,It seems V8 engines are not garbage collected if a script uses a host delegate.``` public class MyClass{} static void DelegateTest(){ List<WeakReference> enginesWithObject = new...
View ArticleEdited Issue: Need better error reporting for V8 assembly loading issues [39]
ClearScript's V8 assembly loading procedure can fail for many reasons, especially in server contexts. Currently all failures result in the same less-than-helpful exception.
View ArticleCommented Issue: Need better error reporting for V8 assembly loading issues [39]
ClearScript's V8 assembly loading procedure can fail for many reasons, especially in server contexts. Currently all failures result in the same less-than-helpful exception.Comments: Fixed in...
View ArticleEdited Issue: CHECK(V8::ArrayBufferAllocator() != NULL) failed [46]
By default, v8 doesn't have an array buffer allocator. I was able to fix this with in a pure native console app with by adding one following the example as shown in (look at Shell::Main in d8.cc for an...
View ArticleCommented Issue: CHECK(V8::ArrayBufferAllocator() != NULL) failed [46]
By default, v8 doesn't have an array buffer allocator. I was able to fix this with in a pure native console app with by adding one following the example as shown in (look at Shell::Main in d8.cc for an...
View ArticleEdited Issue: Strings with embedded null characters are not marshaled...
If a .NET or V8 string has an embedded null character, ClearScript truncates it during marshaling.
View ArticleCommented Issue: Strings with embedded null characters are not marshaled...
If a .NET or V8 string has an embedded null character, ClearScript truncates it during marshaling.Comments: Fixed in [ClearScript 5.4](https://clearscript.codeplex.com/releases/view/135637).
View ArticleEdited Issue: AccessViolationException while calling Dispose on...
Hi, I am getting an AccessViolationException while calling V8ScriptEngine from a finalizer.I can reproduce the issue with below...
View ArticleCommented Issue: AccessViolationException while calling Dispose on...
Hi, I am getting an AccessViolationException while calling V8ScriptEngine from a finalizer.I can reproduce the issue with below...
View ArticleEdited Issue: Problems using WindowsScriptEngineFlags.EnableDebugging [36]
I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...
View ArticleCommented Issue: Problems using WindowsScriptEngineFlags.EnableDebugging [36]
I have code that executes fine on my machine with Visual Studio installed but have passed the code (compiled) including ClearScript.DLL to someone else who is getting an error when the script runs. I...
View ArticleCreated Unassigned: Issue concatenating java string and c sharp string [55]
This is in the basic java engine (not v8)I have some basic code here (in javascript):```var accountstr = host.newVar(CLRString);if (!downloadInfo.TryGetValue("Account", accountstr.out)){ accountstr =...
View ArticleEdited Unassigned: Issue concatenating java string and c sharp string [55]
This is in the basic java engine (not v8)I have some basic code here (in javascript):```var accountstr = host.newVar(CLRString);if (!downloadInfo.TryGetValue("Account", accountstr.out)){ accountstr =...
View ArticleClosed Unassigned: Issue concatenating java string and c sharp string [55]
This is in the basic java engine (not v8)I have some basic code here (in javascript):```var accountstr = host.newVar(CLRString);if (!downloadInfo.TryGetValue("Account", accountstr.out)){ accountstr =...
View ArticleEdited Issue: Issue concatenating java string and c sharp string [55]
This is in the basic java engine (not v8)I have some basic code here (in javascript):```var accountstr = host.newVar(CLRString);if (!downloadInfo.TryGetValue("Account", accountstr.out)){ accountstr =...
View ArticleEdited Issue: Issue concatenating java string and c sharp string [55]
This is in the basic java engine (not v8)I have some basic code here (in javascript):```var accountstr = host.newVar(CLRString);if (!downloadInfo.TryGetValue("Account", accountstr.out)){ accountstr =...
View Article