Re: BUG #15420: Server crash. Segmentation fault when parsing xml file

From: Sergey Mirvoda <sergey(at)mirvoda(dot)com>
To:
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15420: Server crash. Segmentation fault when parsing xml file
Date: 2018-10-04 09:30:45
Message-ID: CALkWArj6ZZ8CQWW7kUz=tEFmOQdL74zF7Eh5Ot=-VHXWs9-Xhg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Also this query works just fine against 9.4.1 on Windows

And xml_is_well_formed function returns true

postgres=# select xml_is_well_formed(d) from
convert_from(pg_read_binary_file('EGRUL_FULL_2018-01-01_X.XML'),'windows-1251')
g(d);

xml_is_well_formed
--------------------
t

On Thu, Oct 4, 2018 at 2:11 PM Michael Paquier <michael(at)paquier(dot)xyz> wrote:

> On Thu, Oct 04, 2018 at 08:57:34AM +0000, PG Bug reporting form wrote:
> > Steps to reproduce
> > 1. Place this file into PG_DATA directory
> >
> https://www.dropbox.com/s/upteflaye9r3fz7/EGRUL_FULL_2018-01-01_X.XML?dl=1
>
> If you can, could you please attach this file to this thread? This is
> important for the archives.
> --
> Michael
>

--
--Regards, Sergey Mirvoda

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergey Mirvoda 2018-10-04 09:38:20 Re: BUG #15420: Server crash. Segmentation fault when parsing xml file
Previous Message Michael Paquier 2018-10-04 09:11:03 Re: BUG #15420: Server crash. Segmentation fault when parsing xml file