[Rd] How to disable R's crash prompt

Barry Rowlingson b.rowlingson at lancaster.ac.uk
Wed Mar 9 11:25:49 CET 2011


On Tue, Mar 8, 2011 at 10:41 PM,  <Wayne.Zhang at barclayscapital.com> wrote:
> That did the trick.  Thank you soooooo much Simon!

 But really you *should* fix the segfault. Either you know why it
happens, in which case you should spot it before it happens and do
something sensible, or you don't know why it happens, in which case it
could be a serious bug in your code.

 Even if you *do* know why it happens, there may be other bugs in your
code that cause segfaults that you *dont* know about, and you'll miss
them because you are stupidly ignoring all segfaults.

 Fix the bugs.

Barry



More information about the R-devel mailing list