Re: [R-SIG-Mac] another R crash issue

2022-12-04 Thread riccardo zincarelli
I am receiving email that I am involve in it , please stop Il giorno dom 4 dic 2022 alle 11:25 Prof Brian Ripley ha scritto: > On 01/12/2022 21:00, Simon Urbanek wrote: > > This is a clear bug in gmp (the R package) - simply division by zero in > > > > templateMatrix.h:126:return

Re: [R-SIG-Mac] another R crash issue

2022-12-04 Thread Prof Brian Ripley
On 01/12/2022 21:00, Simon Urbanek wrote: This is a clear bug in gmp (the R package) - simply division by zero in templateMatrix.h:126:return this->size() / nRows(); * frame #0: 0x0001076e1b12 gmp.so`math::Matrix::nCols(this=0x7ffeefbfc5d8) const at templateMatrix.h:126:25

Re: [R-SIG-Mac] another R crash issue

2022-12-01 Thread Simon Urbanek
This is a clear bug in gmp (the R package) - simply division by zero in templateMatrix.h:126:return this->size() / nRows(); * frame #0: 0x0001076e1b12 gmp.so`math::Matrix::nCols(this=0x7ffeefbfc5d8) const at templateMatrix.h:126:25 [opt] frame #1: 0x0001076ea253

Re: [R-SIG-Mac] another R crash issue

2022-11-17 Thread Martin Maechler
> Carl Witthoft > on Wed, 16 Nov 2022 19:58:31 -0500 writes: > This may be the fault of the `gmp` library, but posting to r-sig as well > just in case. > Mac OS 11.6.8 , R 4.2.2 Yes, the gmp package Mac version gives immediate seg faults. Prof Brian Ripley has