Re: [Rd] Rgui never processes ~/.Renviron

2020-09-09 Thread Henrik Bengtsson
I've "moved" this to https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17919 to make sure it's tracked. /Henrik On Thu, Sep 3, 2020 at 7:25 AM Dirk Eddelbuettel wrote: > > > On 2 September 2020 at 23:38, Henrik Bengtsson wrote: > | WORKAROUND: > | Setting R_USER or HOME prior to calling Rgui w

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Hugh Parsonage
I can confirm the segmentation fault does not occur as of r79170. On Wed, 9 Sep 2020 at 19:06, Tomas Kalibera wrote: > > On 9/8/20 11:47 PM, Jeroen Ooms wrote: > > On Tue, Sep 8, 2020 at 11:44 PM Jeroen Ooms wrote: > >> On Tue, Sep 8, 2020 at 5:20 PM Tomas Kalibera > >> wrote: > >>> On 9/8/20

Re: [Rd] more Matrix weirdness

2020-09-09 Thread Georgi Boshnakov
when optimizations are disabled. You can build R >>>> from source (and there may be debug builds provided by someone else >>>> (Jeroen?)). >>> Debug builds for each revision are available from >>> https://r-devel.github.io . To download the installer you need

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Tomas Kalibera
On 9/8/20 11:47 PM, Jeroen Ooms wrote: On Tue, Sep 8, 2020 at 11:44 PM Jeroen Ooms wrote: On Tue, Sep 8, 2020 at 5:20 PM Tomas Kalibera wrote: On 9/8/20 4:48 PM, Hugh Parsonage wrote: Unfortunately I only get [Thread 21752.0x4aa8 exited with code 3221225477] [Thread 21752.0x4514 exited with

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Tomas Kalibera
Thanks. Should be now fixed in 79169. Tomas On 9/9/20 10:32 AM, Hugh Parsonage wrote: R Under development (unstable) (2020-09-08 r79165) On Wed, 9 Sep 2020 at 18:00, Tomas Kalibera wrote: On 9/9/20 9:30 AM, Hugh Parsonage wrote: Thank you! I get Starting program: C:\R\R-devel-20200909\bin

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Hugh Parsonage
R Under development (unstable) (2020-09-08 r79165) On Wed, 9 Sep 2020 at 18:00, Tomas Kalibera wrote: > > On 9/9/20 9:30 AM, Hugh Parsonage wrote: > > Thank you! > > > > I get > > > > Starting program: C:\R\R-devel-20200909\bin\x64\Rgui.exe > >

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Tomas Kalibera
On 9/9/20 9:30 AM, Hugh Parsonage wrote: Thank you! I get Starting program: C:\R\R-devel-20200909\bin\x64\Rgui.exe [New Thread 19940.0x638c] [New Thread 19940.0x102c] [New Thread 19940.0x329c] [New Thread 19940.0x37dc] warning: Invalid parameter passed to C runtime function. Program received

[Rd] Environmental Messaging

2020-09-09 Thread Koenker, Roger W
What sort of message is this to send to the younger generation? > plastic = 1:5 > card = 1:4 > board = 1:4 > plastic/crossprod(card,board) [1] 0.0333 0.0667 0.1000 0.1333 0.1667 Warning message: In plastic/crossprod(card, board) : Recycling array of length 1 in vector-array a

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Hugh Parsonage
Thank you! I get Starting program: C:\R\R-devel-20200909\bin\x64\Rgui.exe [New Thread 19940.0x638c] [New Thread 19940.0x102c] [New Thread 19940.0x329c] [New Thread 19940.0x37dc] warning: Invalid parameter passed to C runtime function. Program received signal SIGSEGV, Segmentation fault

Re: [Rd] [External] Re: Operations with long altrep vectors cause segfaults on Windows

2020-09-09 Thread Tomas Kalibera
On 9/9/20 8:48 AM, Hugh Parsonage wrote: I am unable to set break or use gdb with any success when I use that version. On linux I would do R -d gdb but this gives "unknown option '-d' " while gdb R.exe (in the same directory as the debug version) gives the same output as before. I'm happy to he