Re: [Rd] Segmentation fault early in compilation of revision 85514

2023-11-14 Thread Tomas Kalibera
On 11/14/23 19:19, Joshua Ulrich wrote: On Mon, Nov 13, 2023 at 12:45 PM Avraham Adler wrote: On Mon, Nov 13, 2023 at 1:13 AM Dirk Eddelbuettel wrote: Avi, Might be toolchain-dependent, might be options-dependent--it built fine here. Easier for you to vary option two so maybe try that? D

Re: [Rd] Segmentation fault early in compilation of revision 85514

2023-11-14 Thread Joshua Ulrich
On Mon, Nov 13, 2023 at 12:45 PM Avraham Adler wrote: > > On Mon, Nov 13, 2023 at 1:13 AM Dirk Eddelbuettel wrote: > > > > > > Avi, > > > > Might be toolchain-dependent, might be options-dependent--it built fine > > here. > > Easier for you to vary option two so maybe try that? > > > > Dirk > >

Re: [Rd] Segmentation fault early in compilation of revision 85514

2023-11-13 Thread Avraham Adler
On Mon, Nov 13, 2023 at 1:13 AM Dirk Eddelbuettel wrote: > > > Avi, > > Might be toolchain-dependent, might be options-dependent--it built fine here. > Easier for you to vary option two so maybe try that? > > Dirk Thank you, Dirk. I think it was more a PEBCAK issue. When I deleted the entire tru

Re: [Rd] Segmentation fault early in compilation of revision 85514

2023-11-12 Thread Dirk Eddelbuettel
Avi, Might be toolchain-dependent, might be options-dependent--it built fine here. Easier for you to vary option two so maybe try that? Dirk -- dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org __ R-devel@r-project.org mailing list https://st

Re: [Rd] Segmentation fault when options(max.print = .Machine$integer.max)

2012-09-25 Thread Martin Maechler
> Martin Morgan > on Tue, 25 Sep 2012 05:34:12 -0700 writes: > On 09/25/2012 05:26 AM, Martin Maechler wrote: >> >>> Seemed like a good idea at the time, >> >> I'm curious. Why is it (setting max.print much too >> large) a good idea? > I usually set it

Re: [Rd] Segmentation fault when options(max.print = .Machine$integer.max)

2012-09-25 Thread Martin Morgan
On 09/25/2012 05:26 AM, Martin Maechler wrote: Seemed like a good idea at the time, I'm curious. Why is it (setting max.print much too large) a good idea? I usually set it considerably smaller (50) than default to conserve screen real estate, but then occasionally need to see more than my

Re: [Rd] Segmentation fault when options(max.print = .Machine$integer.max)

2012-09-25 Thread Martin Maechler
> Seemed like a good idea at the time, I'm curious. Why is it (setting max.print much too large) a good idea? > but > > options(max.print = .Machine$integer.max) > > 1:10 > [1] > Program received signal SIGSEGV, Segmentation fault. > because of an integer overflow at src/main/p

Re: [Rd] segmentation fault

2007-04-07 Thread Simon de Bernard
Hi Luke, thanks for your answer. > I can't reproduce the crash on a 16Gb x86_64 linux machine. It gets > over 16G of use and so into paging and seems to be making slow > progress but I killed it at that point to avoid hogging the machine. well if it's platform/compiler specific, I guess I'll se

Re: [Rd] segmentation fault

2007-04-07 Thread Luke Tierney
I can't reproduce the crash on a 16Gb x86_64 linux machine. It gets over 16G of use and so into paging and seems to be making slow progress but I killed it at that point to avoid hogging the machine. This example will allocate large generic vectors and then allocate lots of copies of 1 to fill it

Re: [Rd] Segmentation fault on bin/R --version in R-devel

2007-03-04 Thread Gregor Gorjanc
Simon Urbanek wrote: > Thanks, Gregor, it should be now fixed in the current R-devel. > > Cheers, > Simon Which I gladly confirm. Gregor __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Segmentation fault on bin/R --version in R-devel

2007-03-03 Thread Simon Urbanek
Thanks, Gregor, it should be now fixed in the current R-devel. Cheers, Simon On Mar 3, 2007, at 3:42 PM, Gregor Gorjanc wrote: > Hello! > > I have tried to build and install latest version of R, but I am not > able > to perform the install, due to seg. fault. I did the following > after SVN

Re: [Rd] segmentation fault after max level of parenthesis (PR#7990)

2005-07-04 Thread Thomas Lumley
Already fixed, I believe. -thomas On Mon, 4 Jul 2005 [EMAIL PROTECTED] wrote: > Full_Name: Matthias Laabs > Version: 2.1.0 (source compiled) > OS: debian linux (sarge) > Submission from: (NULL) (195.143.236.2) > > > Hi! > R crashes with a segmentation fault when I use more than 85 paren