Обсуждение: Error on insert xml

Поиск
Список
Период
Сортировка

Error on insert xml

От
Михаил Яремчук
Дата:
When I insert this data in the column with type xml, I get an error "SSL SYSCALL error: EOF detected" and the gap of all current connections. When I insert a simpler xml, but larger everything is ok.
version: PostgreSQL 9.6.11 on x86_64-pc-linux-gnu (Ubuntu 9.6.11-1.pgdg16.04+1), compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609, 64-bit
Вложения

Re: Error on insert xml

От
Tom Lane
Дата:
=?UTF-8?B?0JzQuNGF0LDQuNC7INCv0YDQtdC80YfRg9C6?= <mihail.yaremchuk@gmail.com> writes:
> When I insert this data in the column with type xml, I get an error "SSL
> SYSCALL error: EOF detected" and the gap of all current connections. When I
> insert a simpler xml, but larger everything is ok.

What I see is a segfault down inside libxml2.  I suggest reporting this
problem to them.

http://xmlsoft.org/bugs.html

Also, possibly try a newer version of libxml2 ...

            regards, tom lane