Displaying 3 results from an estimated 3 matches for "iret1".
Did you mean:
iret
2009 May 19
2
About " Error: C stack usage is too close to the limit"
...kString("{print(lh)}"));
PROTECT(e = R_ParseVector(tmp, 1, &status, R_NilValue));
PrintValue(e);
R_tryEval(VECTOR_ELT(e,0), R_GlobalEnv, &hadError);
UNPROTECT(2);
end_R();
}
int main(int argc, char *argv[]){
pthread_t th1;
int iret1;
iret1 = pthread_create(&th1, NULL, ts_thread,NULL);
pthread_join(th1, NULL);
printf("Thread 1 return:%d\n", iret1);
return 0;
}
-----------------------------------
2, My os and compiler is:
-----------------------------------
Linux debian 2.6.26-1-686 #1 SMP...
2009 May 18
0
About " Error: C stack usage is too close to the limit"
...kString("{print(lh)}"));
PROTECT(e = R_ParseVector(tmp, 1, &status, R_NilValue));
PrintValue(e);
R_tryEval(VECTOR_ELT(e,0), R_GlobalEnv, &hadError);
UNPROTECT(2);
end_R();
}
int main(int argc, char *argv[]){
pthread_t th1;
int iret1;
iret1 = pthread_create(&th1, NULL, ts_thread,NULL);
pthread_join(th1, NULL);
printf("Thread 1 return:%d\n", iret1);
return 0;
}
-----------------------------------
2, My os and compiler is:
-----------------------------------
Linux debian 2.6.26-1-686 #1 SMP...
2009 May 19
0
About " Error: C stack usage is too close to the limit"--resend
...kString("{print(lh)}"));
PROTECT(e = R_ParseVector(tmp, 1, &status, R_NilValue));
PrintValue(e);
R_tryEval(VECTOR_ELT(e,0), R_GlobalEnv, &hadError);
UNPROTECT(2);
end_R();
}
int main(int argc, char *argv[]){
pthread_t th1;
int iret1;
iret1 = pthread_create(&th1, NULL, ts_thread,NULL);
pthread_join(th1, NULL);
printf("Thread 1 return:%d\n", iret1);
return 0;
}
-----------------------------------
2, My os and compiler is:
-----------------------------------
Linux debian 2.6.26-1-686 #1 SMP...