Re: [HACKERS] Segfault Exiting psql

2006-06-18 Thread Tom Lane
Jason Essington [EMAIL PROTECTED] writes: Has there been any movement on this? as of 8.1.2 psql still whines on OS X tiger when you exit. I realize it is not significant, but I'd still rather not see it. I've committed that fix into CVS HEAD. regards, tom lane

Re: [HACKERS] Segfault Exiting psql

2006-01-27 Thread Jason Essington
Has there been any movement on this? as of 8.1.2 psql still whines on OS X tiger when you exit. I realize it is not significant, but I'd still rather not see it. In the interim, I've done: errno = 0; write_history(fname); /* return value is not standardized */

Re: [HACKERS] Segfault Exiting psql

2006-01-27 Thread Jeff Trout
On Jan 27, 2006, at 10:21 AM, Jason Essington wrote: Has there been any movement on this? as of 8.1.2 psql still whines on OS X tiger when you exit. I realize it is not significant, but I'd still rather not see it. In the interim, I've done: errno = 0;

Re: [HACKERS] Segfault Exiting psql

2005-08-28 Thread Tom Lane
Awhile back I wrote: Hmm, I don't see that symptom, but I do see some strange stuff building PG CVS tip on a fully-up-to-date (10.4.2) OS X machine. ... Second, at exit from an interactive psql session, regression=# \q could not save history to file /Users/tgl/.psql_history: Invalid

Re: [HACKERS] Segfault Exiting psql

2005-07-26 Thread David Wheeler
On Jul 15, 2005, at 5:13 PM, David Wheeler wrote: 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. Didn't see a reply to this, but if it makes a difference, I just learned

Re: [HACKERS] Segfault Exiting psql

2005-07-17 Thread David Wheeler
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

Re: [HACKERS] Segfault Exiting psql

2005-07-15 Thread Tom Lane
David Wheeler [EMAIL PROTECTED] writes: 8.0.3 is working great for me on Mac OS X Tiger, but I do get a segfault every time I exit pssql: psql(7466) malloc: *** error for object 0x1806600: incorrect checksum for freed object - object was probably modified after being freed, break at

[HACKERS] Segfault Exiting psql

2005-07-14 Thread David Wheeler
PostgreSQL hackers: 8.0.3 is working great for me on Mac OS X Tiger, but I do get a segfault every time I exit pssql: psql(7466) malloc: *** error for object 0x1806600: incorrect checksum for freed object - object was probably modified after being freed, break at szone_error to debug