Re: Bug in backend/lib/stringinfo.c:enlargeStringInfo()

Поиск
Список
Период
Сортировка
От Nick Wellnhofer
Тема Re: Bug in backend/lib/stringinfo.c:enlargeStringInfo()
Дата
Msg-id 40A13902.3080406@aevum.de
обсуждение исходный текст
Ответ на Re: Bug in backend/lib/stringinfo.c:enlargeStringInfo()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> Nick Wellnhofer <wellnhofer@aevum.de> writes:
>>The real cause of the problem seems to be a frontend/backend
>>communication problem. The "needed" argument 0x5454502b comes from a
>>4-byte length field which string content is 'TTP/'. Looks like a part of
>>a HTTP request to me.
>
>
> Yeah, it kinda sounds like someone is trying to send an HTTP request to
> the Postgres port :-(

I thought about that, but I have TCP disabled. And it's definitely
triggered by my own Perl code serving dynamic web pages. But it happens
at completely random places. Maybe it's a bug in DBD::Pg. Is there an
easy way to log the whole frontend/backend communication?

Nick


--
aevum gmbh
leopoldstr. 87
80802 münchen
germany

fon: +4989 38380653
fax: +4989 38799384
wellnhofer@aevum.de
http://aevum.de/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: BUG #1150: grant options not properly checked
Следующее
От: Rachel Willmer
Дата:
Сообщение: Re: V7.4.2: drop database does not drop schemas/table/data