Re: make install-world fails sometimes in Mac M1

From: Gaddam Sai Ram <gaddamsairam(dot)n(at)zohocorp(dot)com>
To: "tgl" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers" <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "Mahendranath Parandhamulu" <mahendranath(at)zohocorp(dot)com>
Subject: Re: make install-world fails sometimes in Mac M1
Date: 2022-07-11 16:11:25
Message-ID: 181ee079fac.eb3dbc8b65010.2195923489348200306@zohocorp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote ---

 > We have developers (including me) and buildfarm machines using M1 Macs ,

 > and nobody else is reporting any big problem with them, so I don't believe

 > that this is specifically due to that.

      Even we don't have any problem when we run commands via terminal. Problem occurs only when we run as a part of script.

      We have tried this script in 5 Mac m1 machines and it is the same issue everywhere.

 > kill -9 is not something that would happen internally to the install

 > process. My guess is that that is interference from some external agent.

 > Perhaps you have some resource-consumption-limiting daemon installed on

 > that machine, and it's deciding that the command ran too long?

      I don't think of any other external agent other than the anti-virus software running at that moment. And I also don't think that it will cause this issue.

      If possible, please do try this script(attached as screenshot as well as pastebin link)

      https://pastebin.com/qwqYHcvA

      

      Steps:

      chmod +x install_pg.sh

      ./install_pg.sh -i <install_dir>

         

Thank you,

G. Sai Ram

Attachment Content-Type Size
Screenshot 2022-07-11 at 6.47.57 PM.png image/png 606.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-07-11 16:14:04 Re: automatically generating node support functions
Previous Message Andres Freund 2022-07-11 16:07:28 Re: [PATCH] Optimize json_lex_string by batching character copying