Re: Mac OS X Catalina issues?
Dominique Bernardi <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes, with -fno-stack-check in CFLAGS, make test-all succeeds. > Le 14 oct. 2019 à 04:23, Watson Ladd <[email protected]> a écrit : > > > > On Sun, Oct 13, 2019, 12:47 PM Eric Driver <[email protected] <mailto:[email protected]>> wrote: > Could this be related to the fact that Catalina only supports 64bit applications? > > https://www.cnet.com/how-to/macos-catalina-is-killing-off-32-bit-apps-heres-what-that-means-for-you/ <https://www.cnet.com/how-to/macos-catalina-is-killing-off-32-bit-apps-heres-what-that-means-for-you/> > > Unlikely. Someone has suggested -f-no-stack-check https://trac.macports.org/ticket/59295 <https://trac.macports.org/ticket/59295> as a fix > > > > > On 2019-10-13 11:29 AM, Dominique Bernardi wrote: >> >> >>> Le 13 oct. 2019 à 20:12, Bill Allombert <[email protected] <mailto:[email protected]>> a écrit : >>> >>> >>> 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. >> >> I do, and I have the same problem, even when configuring with —without-readline >> and —without-gmp >> >> The only input which doesn’t crash is an empty input. >> >>> What could be tried is to disable readline by doing >>> >>> gp --default readline=0 >>> >>> This fix a SIGILL at startup. >>> >>> Cheers, >> Bill.