[Rd] malloc error in tab-completion: OS X

2012-10-07 Thread R. Michael Weylandt
I've just built R-devel (r60889) from source on my Mac OS X 10.6.8 using gcc from Xcode and gfortran from Simon. I didn't use all the recommended configuration flags only ./configure && make Still, I seem to pass "make check" and "make test-Segfault" in the tests directory with no problem, but th

Re: [Rd] malloc error in tab-completion: OS X

2012-10-07 Thread Berend Hasselman
On 07-10-2012, at 17:34, R. Michael Weylandt wrote: > I've just built R-devel (r60889) from source on my Mac OS X 10.6.8 > using gcc from Xcode and gfortran from Simon. I didn't use all the > recommended configuration flags only > > . > My compiler info follows > > mweylandt-laptop:~ michae

Re: [Rd] malloc error in tab-completion: OS X

2012-10-07 Thread Prof Brian Ripley
On 07/10/2012 18:11, Berend Hasselman wrote: On 07-10-2012, at 17:34, R. Michael Weylandt wrote: I've just built R-devel (r60889) from source on my Mac OS X 10.6.8 using gcc from Xcode and gfortran from Simon. I didn't use all the recommended configuration flags only . My compiler info fo

Re: [Rd] malloc error in tab-completion: OS X

2012-10-07 Thread Prof Brian Ripley
I would check the version of libreadline you compiled against. Tab completion involves that library. It works correctly for all my local builds, and nothing in that area in the R sources has changed for a long time. I believe I am using http://r.research.att.com/libs/readline-5.2-12-darwin8-

Re: [Rd] How to build a list with missing values? What is missing, anyway?

2012-10-07 Thread Thomas Lumley
On Fri, Oct 5, 2012 at 4:07 PM, Bert Gunter wrote: > On Thu, Oct 4, 2012 at 6:31 PM, Peter Meilstrup >> explain some things, such as under what circumstances one would get a >> "`...` used in incorrect context" error. > > How could it possibly know that? > > -- Bert By looking at the code that t

Re: [Rd] malloc error in tab-completion: OS X

2012-10-07 Thread peter dalgaard
On Oct 7, 2012, at 21:00 , Prof Brian Ripley wrote: > I would check the version of libreadline you compiled against. Tab > completion involves that library. > > It works correctly for all my local builds, and nothing in that area in the R > sources has changed for a long time. I believe I am