| From: | "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: could not send data to server: Operation not supported |
| Date: | 2005-09-27 02:10:07 |
| Message-ID: | dh9v4c$vbj$1@news.hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
"ruben" <ruben20(at)superguai(dot)com> wrote
>
> A PHP script that is running every 30 minutes for three years has crashed
> when updating a Postgres database table with this error message:
>
> "pg_exec() query failed: could not send data to server: Operation not
> supported"
>
> I just ran it again and it worked fine. I could not find a single page
> about this error in Google. This is the output of the logfile:
>
> LOG: server process (PID 7069) was terminated by signal 11
>
It is a segment fault in Postgres process. You can compile another PG using
exactly the same envrionment with --enable-debug support (if this version is
not) and trace the core dump (if you got it). Theoretically you can bt the
core dump frames and post here.
Regards,
Qingqing
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Qingqing Zhou | 2005-09-27 02:16:53 | Re: [SQL] add column if doesn't exist (fwd) |
| Previous Message | Tom Lane | 2005-09-27 01:19:50 | Re: Can't change language through LC_MESSAGES |