search for: nsinks

Displaying 3 results from an estimated 3 matches for "nsinks".

Did you mean: sinks
2012 Feb 01
3
Crash in R using embedded.
Hi, I'm new to R, and am trying to embed R into another application. I'm calling gev.fit() from the ismev package, and it is crashing somewhere inside it. gdb is not catching it, and valgrind is not showing any memory corruption issues. I suspect it's memory corruption, because it doesn't crash in exactly the same spot each time. I'm running R 2.12.2 on a 64 bit linux (Ubuntu
2005 Sep 18
0
Updated rawConnection() patch
...env)) + makeActiveBinding(object, function(v) .Internal(grabOutput(con)), env) + } + con } seek <- function(con, ...) --- ./src/main/connections.c.orig 2005-08-29 17:47:35.000000000 -0700 +++ ./src/main/connections.c 2005-09-18 11:54:49.752647400 -0700 @@ -59,7 +59,6 @@ #define NSINKS 21 static Rconnection Connections[NCONNECTIONS]; -static SEXP OutTextData; static int R_SinkNumber; static int SinkCons[NSINKS], SinkConsClose[NSINKS], R_SinkSplit[NSINKS]; @@ -76,16 +75,6 @@ return i; } -static int ConnIndex(Rconnection con) -{ - int i; - for(i = 0; i < NCO...
2004 Mar 25
1
Error : sink stack is full
Hello, I have implemented a method which uses sink to follow the progression status of an iterative process (Below is part of the code) I have already used such kind of code with no problem. Today, I get a "sink stack is full" error. I wonder if it could be linked with the fact that my .RData has a large size (around 7 Mo) ??? I hope that someone can help me ... Thanks in advance