Re: [IBM z Systems] Getting server crash when jit_above_cost =0

From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [IBM z Systems] Getting server crash when jit_above_cost =0
Date: 2020-04-22 06:45:31
Message-ID: 7ae5cbe7-d6c4-bb08-70fa-7b806f6047b0@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/22/20 2:40 AM, Thomas Munro wrote:
> I'm not sure if you're seeing the same problem or another similar one,
> but I know that Andres got a patch along those lines into llvm. Maybe
> you could try on a more recent llvm release?
Thanks a lot Thomas. it is working fine with llvm-toolset-7.0. look
like  issue is with llvm-toolset-6.0 .
Yesterday when we installed llvm-toolset-7  (yum install
llvm-toolset-7.0), there was no llvm-config available under
/opt/rh/llvm-toolset-7.0/root/usr/bin/
so we ,chosen  llvm-toolset-6 with PG v12.
today , we again fired this same yum command using asterisk , now all
the required file have been placed under llvm-toolset-7 directory and
things look fine.

--
regards,tushar
EnterpriseDB https://www.enterprisedb.com/
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Eugen Konkov 2020-04-22 07:05:19 Re: [PATCH] distinct aggregates within a window function WIP
Previous Message tushar 2020-04-22 06:33:01 [IBM z Systems] Rpm package issues.