Re: Weird failures on lorikeet

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Weird failures on lorikeet
Date: 2020-06-25 18:42:34
Message-ID: 7135b098-8ea8-9b6b-d741-4b06f511124c@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 6/25/20 12:52 PM, Alvaro Herrera wrote:
> Is there something going on with lorikeet again? I see this:
>
> 2020-06-25 01:55:13.380 EDT [5ef43c40.21e0:85] pg_regress/typed_table LOG: statement: SELECT c.oid::pg_catalog.regclass
> FROM pg_catalog.pg_class c, pg_catalog.pg_inherits i
> WHERE c.oid = i.inhparent AND i.inhrelid = '21420'
> AND c.relkind != 'p' AND c.relkind != 'I'
> ORDER BY inhseqno;
> *** starting debugger for pid 4456, tid 2644
> 2020-06-25 01:55:13.393 EDT [5ef43c40.21e0:86] pg_regress/typed_table LOG: statement: SELECT c.oid::pg_catalog.regclass, c.relkind, pg_catalog.pg_get_expr(c.relpartbound, c.oid)
> FROM pg_catalog.pg_class c, pg_catalog.pg_inherits i
> WHERE c.oid = i.inhrelid AND i.inhparent = '21420'
> ORDER BY pg_catalog.pg_get_expr(c.relpartbound, c.oid) = 'DEFAULT', c.oid::pg_catalog.regclass::pg_catalog.text;
> 1 [main] postgres 4456 try_to_debug: Failed to start debugger, Win32 error 2
> 2020-06-25 01:55:13.455 EDT [5ef43c40.21e0:87] pg_regress/typed_table LOG: statement: CREATE TABLE persons3 OF person_type (
> PRIMARY KEY (id),
> name NOT NULL DEFAULT ''
> );
> *** continuing pid 4456 from debugger call (0)
> *** starting debugger for pid 4456, tid 2644
> 48849 [main] postgres 4456 try_to_debug: Failed to start debugger, Win32 error 2
> *** continuing pid 4456 from debugger call (0)
> 2020-06-25 01:55:18.181 EDT [5ef43bd6.2824:4] LOG: server process (PID 4456) was terminated by signal 11: Segmentation fault
> 2020-06-25 01:55:18.181 EDT [5ef43bd6.2824:5] DETAIL: Failed process was running: drop table some_tab cascade;
>

I don't know what that's about. I'll reboot the machine presently and
see if it persists.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2020-06-25 19:06:22 Re: Why forbid "INSERT INTO t () VALUES ();"
Previous Message Bruce Momjian 2020-06-25 18:25:12 Re: Default setting for enable_hashagg_disk