Re: Postgresql 7.3.3 crashing on query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql 7.3.3 crashing on query
Дата
Msg-id 9286.1059573620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgresql 7.3.3 crashing on query  (Philipp Reisner <philipp.reisner@linbit.com>)
Ответы Re: Postgresql 7.3.3 crashing on query  (Philipp Reisner <philipp.reisner@linbit.com>)
Список pgsql-bugs
Philipp Reisner <philipp.reisner@linbit.com> writes:
> Program received signal SIGSEGV, Segmentation fault.
> 0x0812f9bc in DecodeDateTime ()
> (gdb) where
> #0  0x0812f9bc in DecodeDateTime ()
> Cannot access memory at address 0xbf003030

That's a fairly large routine :-(.  Could I trouble you to rebuild with
debugging symbols (configure --enable-debug) so we can get a more exact
fix on the problem location?  While you're at it, please add
--enable-cassert too, just in case that produces any useful info.

Alternatively: maybe you can now create a simple test case.  This is
enough information to let us guess that the crash occurs while trying
to read an unusual date or timestamp input value.  Do you know what's
getting fed to the database?  If you can exhibit a crash with a test
case like "SELECT 'something odd'::timestamp", we could take it from
there.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: what about function parameter count limit?
Следующее
От: joacher@gmx.de
Дата:
Сообщение: