Re: BUG #17241: llvm::install_bad_alloc_error_handler error

From: arjun shetty <arjunshetty955(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17241: llvm::install_bad_alloc_error_handler error
Date: 2021-11-02 10:23:38
Message-ID: CAMowxTuXZjJaUNKMYEyTD9knW4LoEoaKquMqYY4+TnWSTmyJpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,
Even include lld library path of libjit.so still it shows the Same error
and currently disabled jit for now.

Best Regards
Anil

On Friday, October 29, 2021, Andres Freund <andres(at)anarazel(dot)de> wrote:

> Hi,
>
> On 2021-10-21 13:25:16 +0000, PG Bug reporting form wrote:
> > postgreSQLv13.3 source code compiled(llvmv12.0.1) and configured with
> > options "with-llvm and LLVM_CONFIG".
> > On run SQL query with PostgreSQL bin's with HammerDB(TPC-H) and pgbench
> > environment observed an error "1install_bad_alloc_error_handler"
>
> Where is LLVM installed to? If you do ldd path-to/llvmjit.so, does it show
> the
> .so from your own build of LLVM, or perhaps a different one?
>
>
> > Are you planning to fix this issue in upcoming releases?
>
> I don't think this is likely to be a postgres bug.
>
>
> > Otherwise, please provide us a workaround/patch for this issue.
>
> You could disable jit compilation for now.
>
> Greetings,
>
> Andres Freund
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marcus Gartner 2021-11-02 13:08:08 Re: BUG #17261: FK ON UPDATE CASCADE can break referential integrity with columns of different types
Previous Message Masahiko Sawada 2021-11-02 04:24:23 Re: BUG #17245: Index corruption involving deduplicated entries