Quantcast
Channel: ClearScript
Browsing all 2297 articles
Browse latest View live

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 Article



Edited 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 Article

Commented 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 Article

Edited 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 Article

Commented 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 Article


Edited 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 Article

Commented 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 Article

Edited 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 Article


Commented 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 Article


Edited 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 Article

Commented 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 Article

Edited 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 Article

Commented 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 Article


Edited 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 Article

Commented 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 Article


Created 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 Article

Edited 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 Article


Closed 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 Article

Edited 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

Edited 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
Browsing all 2297 articles
Browse latest View live




Latest Images