Re: Segmentation fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ajay <akmani1987(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Segmentation fault
Date: 2014-03-04 15:17:25
Message-ID: 7121.1393946245@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ajay <akmani1987(at)gmail(dot)com> writes:
> hello team ,
> i am trying to enter this insert command in postgres
> insert into mmsuper.notification
> values('101','12','13','|welcome|','bye','goodbye','low
> balance',5);
> now when i am trying to paste this in postgres in Solaris , it is giving me
> error

> fm_db_Server1-# insert into mmsuper.notification
> values('101','12','13','Segmentation Fault

> and comes out of postgres prompt....
> also when i am trying to press up arrow key , then also it is giving me
> above error.

This suggests you've got a broken readline library. Can you do the
paste successfully when psql is started with the --no-readline switch?
If so, you need to get a more up-to-date copy of libreadline and relink
psql against that.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-03-04 15:18:29 Re: Segmentation fault
Previous Message Albe Laurenz 2014-03-04 15:11:28 Re: Why is varchar_pattern_ops needed?