Displaying 3 results from an estimated 3 matches for "ts_thread".
Did you mean:
ss_thread
2009 May 19
2
About " Error: C stack usage is too close to the limit"
...e.
***********************
Bin Dong
BUAA, Beijing PR China
goon83@126.com
***********************
ps: my code, system info and error information list behand
-----------------------------
1, my example code lists here:
-----------------------------
#include ....
void *ts_thread(){
SEXP e, tmp;
int hadError;
int argc = 0;
char *argv[1];
ParseStatus status;
init_R(argc, argv);
PROTECT(tmp = mkString("{print(lh)}"));
PROTECT(e = R_ParseVector(tmp, 1, &status, R_NilValue));
PrintVal...
2009 May 18
0
About " Error: C stack usage is too close to the limit"
...e.
***********************
Bin Dong
BUAA, Beijing PR China
goon83@126.com
***********************
ps: my code, system info and error information list behand
-----------------------------
1, my example code lists here:
-----------------------------
#include ....
void *ts_thread(){
SEXP e, tmp;
int hadError;
int argc = 0;
char *argv[1];
ParseStatus status;
init_R(argc, argv);
PROTECT(tmp = mkString("{print(lh)}"));
PROTECT(e = R_ParseVector(tmp, 1, &status, R_NilValue));
PrintVal...
2009 May 19
0
About " Error: C stack usage is too close to the limit"--resend
...e.
***********************
Bin Dong
BUAA, Beijing PR China
goon83@126.com
***********************
ps: my code, system info and error information list behand
-----------------------------
1, my example code lists here:
-----------------------------
#include ....
void *ts_thread(){
SEXP e, tmp;
int hadError;
int argc = 0;
char *argv[1];
ParseStatus status;
init_R(argc, argv);
PROTECT(tmp = mkString("{print(lh)}"));
PROTECT(e = R_ParseVector(tmp, 1, &status, R_NilValue));
PrintVal...