BUG #9085: Server segfault from psql

From: hardy(dot)falk(at)blue-cable(dot)de
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9085: Server segfault from psql
Date: 2014-02-03 15:43:57
Message-ID: 20140203154357.13610.83899@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9085
Logged by: Hardy Falk
Email address: hardy(dot)falk(at)blue-cable(dot)de
PostgreSQL version: 9.3.2
Operating system: Linux ubuntu 2.6.32-55-generic #117-Ubuntu SMP Tue
Description:

create table foo ( x int ) ;
CREATE TABLE
alasys=> create function zzz( v foo ) returns void as
alasys-> $$
alasys$> insert into foo(x) values (v.*)
alasys$> $$ language SQL ;
The connection to the server was lost. Attempting reset: Failed.

Server log:
LOG: server process (PID 4995) was terminated by signal 11: Segmentation
fault
DETAIL: Failed process was running: create function zzz( v foo ) returns
void as
$$
insert into foo(x) values (v.*)
$$ language SQL ;
LOG: terminating any other active server processes
WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back the
current transaction and exit, because another server process exited
abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and
repeat your command. ( true :-) )

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message admin 2014-02-03 17:24:50 WTF
Previous Message Marco Atzeri 2014-02-03 06:50:32 Re: BUG #9074: prepared_xacts test freezes