2008/5/10 Laurent Gautier <[EMAIL PROTECTED]>: > 2008/5/10 Andrew Dalke <[EMAIL PROTECTED]>: >> On May 7, 2008, at 1:02 AM, Andrew Dalke wrote: (...) > >> What I would like to know is, is there a way to disable R's >> insistence on overriding the signal table? If there's a segfault >> then I would like to get an automatic core dump, and not some sort of >> interactive prompt. And how does it work if I've started the job on >> some cluster machine without any terminal hooked up to it? >> >
More on that last point: Rf_initEmbeddedR forces the R session to be initialized as "interactive". Adding R_Interactive = FALSE; right after the call to Rf_initEmbeddedR in rpymodule.c should cancel R's hijacking of the signal table (among other effects). ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list