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

[Rd] Segmentation fault early in compilation of revision 85514

2023-11-12 Thread Avraham Adler
When trying to compile R on Windows 10 64-bit using LTO as I always do, I encountered a segmentation fault early in the compilation. I am uncertain as to what it means (please see below for error extract). I am using the most recent version of Rtools43 (5863) and updated its libraries prior to star

[Rd] Segmentation fault on Python+Rpy2+R

2013-05-14 Thread cuiyan
Hi, everyone I met a trouble, not only about R, but Python+RPy2+R When I run "from rpy2 import robjects" or other packages/codes, I receive "Segmentation Fault" inevitably like this: linux-yhwx:/ # python Python 2.7.2 (default, Aug 19 2011, 20:41:43) [GCC] on linux2 Type "help", "copyright", "cred

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

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

2012-09-24 Thread Martin Morgan
Seemed like a good idea at the time, but > options(max.print = .Machine$integer.max) > 1:10 [1] Program received signal SIGSEGV, Segmentation fault. because of an integer overflow at src/main/printvector.c:176 > sessionInfo() R Under development (unstable) (2012-09-24 r60800) Platf

[Rd] Segmentation Fault when using CUDA

2010-11-08 Thread Andrew Redd
I'm developing packages with CUDA, and I'm running into a problem with memory allocation. Since CUDA involves memory on the GPU device it requires that the program handle memory allocation and deallocation separately from R. The simplest case of allocating a char and then deallocating causes a se

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

[Rd] segmentation fault

2007-04-07 Thread Simon de Bernard
Dear list, I am having a segfault while working with large lists in R 2.4.1 patched (64-bit compilation) on an apple xserve xeon with 16GB RAM (I don't know if this is reproducible on other configs since this is the only computer with enough memory I have access to...) You will find below a

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

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

2007-03-03 Thread Gregor Gorjanc
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 checkout and wget for recommendeds: ./configure --prefix=/usr/local/R-devel make make install ... ... tcut text

[Rd] segmentation fault in R-patched-2005-08-21 (PR#8081)

2005-08-21 Thread savicky
This report describes two similar, but different scripts causing segmentation fault in R-2.1.1 and R-patched_2005-08-21. The first is a script that causes segmentation fault in R-2.1.1. Although the script runs correctly under R-patched_2005-08-12 and R-patched_2005-08-21, there is still a reason

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

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

2005-07-04 Thread matthias . laabs
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 parenthesis (it actually happened by accidently hitting a wrong shortcut in emacs ... ) code: sum(