[Rd] Segfault on read.socket with long message

2020-05-11 Thread Russell Almond
) I have two questions: 1) Can somebody file a bug report on this? I strongly suspect that there is an uncaught error in read.socket(). I'm happy to help, but I don't have access to bugzilla. 2) Anybody know how to read/write long messages to a socket in R? Thanks in advance. --Russell Almond -- Russell G. Almond https://ralmond.net alm...@acm.org __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Segfault on read.socket with long message

2020-05-12 Thread Russell Almond
even send the bug report to this list, > but the key thing is the reproducible example. > > Thanks > Tomas > > On 5/11/20 9:40 PM, Russell Almond wrote: >> >> I'm trying to implement a connection between two processes using a >> simple socket mechanism.  Th

[Rd] is(x,"ANY") is FALSE

2023-05-02 Thread Russell Almond
ng the slot to type “ANY”, but then I loose the documentation that the intention is that it should a mongo database connection. Did I miss something here? Or is this an unintended consequence of some other change? Thanks, —Russell Almond [[alternative H

[Rd] R CMD check --force-biarch

2012-11-28 Thread Russell Almond
ssing Rd files). If I run R CMD check RNetica --extra-arch, this fails at the same point. What I think I need to do is somehow pass --force-biarch to the installation phase of the check script, but --force-biarch is not a legal argument to R CMD check, and I'm not sure ho