Re: [Rd] Creating a long list triggers billions of messages

2025-01-21 Thread Hugh Parsonage
Apologies all. This must have been fixed in a recent version and the cloud error was a resource limit not associated with the issue. On Tue, 21 Jan 2025 at 23:06, Hugh Parsonage wrote: > > I tried doing this on a cloud instance of R 4.4.2 but the terminal > exited and the cloud ejected my session

Re: [Rd] Creating a long list triggers billions of messages

2025-01-21 Thread Hugh Parsonage
I tried doing this on a cloud instance of R 4.4.2 but the terminal exited and the cloud ejected my session shortly after setting the breakpoint and running the program Function "Rf_errorcall" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 2 (Rf_errorcal

Re: [Rd] Creating a long list triggers billions of messages

2025-01-21 Thread Ivan Krylov via R-devel
В Tue, 21 Jan 2025 16:51:34 +1100 Hugh Parsonage пишет: > x <- vector("list", 2^31) > > which triggers (presumably) billions of error messages like > Error: long vectors are not supported yet ../include/Rinlinedfuns.h I couldn't reproduce this with some released versions of R or a recent R-deve

[Rd] Creating a long list triggers billions of messages

2025-01-20 Thread Hugh Parsonage
Reprex (not recommended in an interactive session as it is difficult to kill): x <- vector("list", 2^31) which triggers (presumably) billions of error messages like Error: long vectors are not supported yet ../include/Rinlinedfuns.h I believe the error arises from checking each element of the lis