BUG #18364: psql execution error: Segmentation fault

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: gmirocha(at)gmail(dot)com
Subject: BUG #18364: psql execution error: Segmentation fault
Date: 2024-02-26 12:03:11
Message-ID: 18364-d795323ccf002b99@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18364
Logged by: George Gustavo Mirocha
Email address: gmirocha(at)gmail(dot)com
PostgreSQL version: 16.2
Operating system: RHEL 8 &amp; CENTOS 7
Description:

After upgrade Postgresql from 16.1 to 16.2 in both CENTOS 7 and RHEL 8 I'm
getting the segmentation fault error when I try to execute any "\" command
on psql. I have got this error in different hosts, plataforms, etc.

-bash-4.2$ psql
psql (16.2)
Type "help" for help.

postgres=# \l
Segmentation fault

------------- Execution with DEBUG:
postgres=# \l

Program received signal SIGSEGV, Segmentation fault.
slash_yylex (yylval_param=yylval_param(at)entry=0x0, yyscanner=0x6e2300) at
psqlscanslash.c:1312
1312 *yy_cp = yyg->yy_hold_char;
(gdb)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2024-02-26 12:29:12 Re: "type with xxxx does not exist" when doing ExecMemoize()
Previous Message Richard Guo 2024-02-26 11:34:33 Re: "type with xxxx does not exist" when doing ExecMemoize()