From: | Sean Kelly <S(dot)Kelly(at)ncl(dot)ac(dot)uk> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgreSQL(dot)org |
Subject: | Re: Updating multiple bool values crashes backend |
Date: | 2000-10-25 18:44:30 |
Message-ID: | 20001025174433.9C619556F@random.ncl.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, 25 Oct 2000 12:52:44 -0400, Tom Lane said:
> pgsql-bugs(at)postgreSQL(dot)org writes:
> > users=> update users_tbl set added=TRUE where username like 'neta%';
> > pqReadData() -- backend closed the channel unexpectedly.
>
> > bash$ tail ~postgres/server.log
> > Server process (pid 23747) exited with status 11 at Tue Oct 24 13:52:29 2000
>
> This backend crash should have left a core file in your database
> directory (PGDATA/base/users/core). Can you provide a backtrace
> from that corefile using gdb?
No core there ... any other suggestions? With respect to GCC
errors, '11' normally indicates a hardware problem - could this be
the case? One of the machines I tested it on was brand new
hardware...
Thanks,
--
Sean Kelly <S(dot)Kelly(at)ncl(dot)ac(dot)uk>
"If 99% is good enough, then gravity will not work for 14 minutes
every day."
From | Date | Subject | |
---|---|---|---|
Next Message | Lennert Buytenhek | 2000-10-25 20:19:08 | Re: eeeh... buffer leak? |
Previous Message | Tom Lane | 2000-10-25 18:14:22 | Re: Updating multiple bool values crashes backend |