Re: Fwd: Mac OS X Catalina issues?
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <20191013181230.mnjf6h35oycxcgnv@yellowpig> |
On Sun, Oct 13, 2019 at 08:03:58AM -0700, Watson Ladd wrote: > Hello, > > I'm getting reports that Pari is crashing on Mac OS X Catalina with > calculations. I'm wondering if people have experienced this with > builds from source or binaries, or if it's a "feature" of the way I'm > building it in macports. I do not have access to such system yet. What could be tried is to disable readline by doing gp --default readline=0 This fix a SIGILL at startup. Cheers, Bill.