Re: [Rd] tryCatch in on.exit()

2017-12-06 Thread luke-tierney
This should now be resolved in R-devel and R_patched. Best, luke On Fri, 1 Dec 2017, luke-tier...@uiowa.edu wrote: Thanks -- will look into it. luke On Fri, 1 Dec 2017, William Dunlap via R-devel wrote: The following example involves a function whose on.exit() expression both generates an

Re: [Rd] FW: R-devel error

2017-12-06 Thread luke-tierney
library() in R-devel checks that packages are built for the current ABI and signals an error if they are not. A segfault is likely a pre-existing bug unmasked by the changed memory layout. Several of these have been resolved by recent package updates. I also cannot reproduce the problem on current

Re: [Rd] FW: R-devel error

2017-12-06 Thread Gabriel Becker
Robert, To expand a bit on Goran's point, is it possible that you have an old library with packages installed that your R-devel is hitting. The R headers changes relatively recently, so any packages with compiled code that were built long enough ago (I don't have the exact date off the top of my h

Re: [Rd] FW: R-devel error

2017-12-06 Thread Göran Broström
Interesting, yesterday I had exactly this problem, but today I solved it (see the R-pkg-devel list) by _installing_ R-devel and > update.packages(checkBuilt = TRUE) I also tried it on Martin's Fedora 26 example below. Worked fine (had to install some packages...) On ubuntu 16.04. Göran Bros

Re: [Rd] FW: R-devel error

2017-12-06 Thread Martin Maechler
> Pearce, Robert > on Tue, 5 Dec 2017 21:31:09 + writes: > I am resubmitting this bug report but with additional information. I am running this with windows 10: w64-mingw32 with R Under development (unstable) (2017-12-04 r73829). There is no such message (as you cite belo