rinruby icon indicating copy to clipboard operation
rinruby copied to clipboard

null terminator not found

Open lengshuiyulangcn opened this issue 11 years ago • 3 comments

I'm not very familiar with R and once I want to put a 600*600 Ruby matrix( each element is a float number)into R, like R.weight_matrix, I got the following error

In readBin(.RINRUBY.PULL.SOCKET, character(), 1, endian = "big") : null terminator not found: breaking string at 10000 bytes

Any idea to solve the problem?

lengshuiyulangcn avatar May 16 '14 07:05 lengshuiyulangcn

There is a problem with large objects on rinruby. Fow now, try to divide the object and send on two batches.

clbustos avatar May 16 '14 07:05 clbustos

@clbustos are you working at a fix for this? :-S

butnaruandrei avatar Oct 23 '14 10:10 butnaruandrei

This issue is related to #2 , and I think #30 may be helpful.

fenrir-naru avatar Aug 19 '18 14:08 fenrir-naru