[Rcpp-devel] Possible regression in R-3.2.3 or Rcpp 0.12.3

Kevin Ushey kevinushey at gmail.com
Thu Jan 28 20:40:22 CET 2016


A C++ stack trace would be very helpful. Can you try running R with gdb, e.g.

    R -d gdb -f example.R

where 'example.R' is the path to your script that reproduces the
segfault? Hopefully, 'gdb' can provide more context on where the error
is occurring.

For what it's worth, the file did open successfully for me, using R
3.2.3 patched (r69960) + Rcpp 0.12.3, openxlsx_3.0.0, on OS X.

Thanks,
Kevin

On Thu, Jan 28, 2016 at 11:33 AM, Dirk Eddelbuettel <edd at debian.org> wrote:
>
> Paul,
>
> Advice is always the same: fresh compilation of all dependent packages.
>
> Dirk
>
> --
> http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
> _______________________________________________
> Rcpp-devel mailing list
> Rcpp-devel at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel


More information about the Rcpp-devel mailing list