Quantcast
Channel: R.NET
Viewing all articles
Browse latest Browse all 1634

Commented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]

$
0
0
Hi,

Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.html

Error messages we had in production:

Version 1.5.5:
Error: C stack usage is too close to the limit
In addition: Warning messages:
1: package 'xts' was built under R version 3.0.3
2: package 'rugarch' was built under R version 3.0.3
A first chance exception of type 'RDotNet.ParseException' occurred in RDotNet.dll

Version 1.5.11
at RDotNet.REngine.Parse(String statement, StringBuilder incompleteStatement)
at RDotNet.REngine.<Defer>c__Iterator4.MoveNext()
at System.Linq.Enumerable.LastOrDefault[TSource](IEnumerable`1 source)
at RDotNet.REngine.Evaluate(String statement)

In attached project reproduced only second.
Run method ParallelRFromRNetTest

Hope will help resolve problem.
Comments: Hi, Sorry for late response. Our project is WPF. We do many calulations and R.Net is just one of them thats why we have both parallel and lock. As I see you have found better test to reproduce it. I agree my test case was not good one, in production code it ws failing more often. I will leave not to myself to check next release. Thanks for your time.

Viewing all articles
Browse latest Browse all 1634

Trending Articles