Re: Segfault Exiting psql - Mailing list pgsql-hackers

From David Wheeler
Subject Re: Segfault Exiting psql
Date
Msg-id 5148828E-586A-4355-A66F-9946AD9E8668@justatheory.com
Whole thread Raw
In response to Re: Segfault Exiting psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Segfault Exiting psql
List pgsql-hackers
On Jul 15, 2005, at 4:55 PM, Tom Lane wrote:

> This noise wasn't there ever before; I do not know if it's just that
> Apple's tools got pickier recently, or if we've broken something.

I think they're new to Tiger, because I saw some warnings I ignored  
when I built Pg.

> Second, at exit from an interactive psql session,
>
> regression=# \q
> could not save history to file "/Users/tgl/.psql_history": Invalid  
> argument
> $
>
> The file is written, but it seems not to contain the expected  
> contents.
> This might be the fault of my not-so-up-to-date readline library.
> Not sure if your symptom could also be blamed on readline --- have you
> tried getting a stack trace from the crash?

No. I'm using the readline that comes with Tiger, FWIW. If you tell  
me how to create a stack trace, I'll post it somewhere for you to  
see. I don't know C, myself.

Thanks!

David


pgsql-hackers by date:

Previous
From: Hiroki Kataoka
Date:
Subject: Re: Changes improve the performance of INSERT and UPDATE
Next
From: Hiroki Kataoka
Date:
Subject: Changes improve the performance of INSERT and UPDATE