From: | M Tarkeshwar Rao <m(dot)tarkeshwar(dot)rao(at)ericsson(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org> |
Subject: | issue in postgresql 9.1.3 in using arrow key in Solaris platform |
Date: | 2014-11-26 10:16:57 |
Message-ID: | 1C16813DAFF3E44B939586605D40E9F01172038D@ESESSMB107.ericsson.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers pgsql-performance |
Hi all,
We are facing following issue in postgresql 9.1.3 in using arrow key in Solaris platform.
Can you please help us to resolve it or any new release has fix for this or any workaround for this?
issue: psql client generates a core when up arrow is used twice.
============
Platfrom: Solaris X86
Steps to reproduce:
=====================
1. Login to any postgres database
2. execute any quer say "\list"
3. press up arrow twice.
4. segmentation fault occurs and core is generated. Also session is terminated.
PLease find example below
# ./psql -U super -d mgrdb
Password for user super:
psql (9.1.3)
Type "help" for help.
mgrdb=# \l
List of databases
Name | Owner | Encoding | Collate | Ctype | Access privileg
es
-----------+----------+----------+-------------+-------------+------------------
-----
mgrdb | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
+
| | | | | postgres=CTc/post
gres
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
+
| | | | | postgres=CTc/post
gres
(4 rows)
mgrdb=#
mgrdb=# select count(1) from operator_msm;Segmentation Fault (core dumped)
Regards
Tarkeshwar
From | Date | Subject | |
---|---|---|---|
Next Message | Postgres India | 2014-11-26 10:36:12 | Active/Active clustering in postgres |
Previous Message | Maila Fatticcioni | 2014-11-26 10:16:51 | Re: Best filesystem for a high load db |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2014-11-26 10:20:23 | Re: [pgsql-packagers] Palle Girgensohn's ICU patch |
Previous Message | Jakob Egger | 2014-11-26 10:13:43 | Re: [pgsql-packagers] Palle Girgensohn's ICU patch |
From | Date | Subject | |
---|---|---|---|
Next Message | Johann Spies | 2014-11-26 13:34:05 | Re: pgtune + configurations with 9.3 |
Previous Message | Tom Lane | 2014-11-26 03:59:30 | Re: Small performance regression in 9.2 has a big impact |