Re: Psql crashes with Segmentation fault on copy from

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Re: Psql crashes with Segmentation fault on copy from
Дата
Msg-id 2500e22c5095ffa9cc623963b577e458@stringsutils.com
обсуждение исходный текст
Ответ на Re: Psql crashes with Segmentation fault on copy from  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Psql crashes with Segmentation fault on copy from
Список pgsql-general
On 6:28 pm 05/27/08 Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Can you get us a stack trace from the crash?

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 182894175648 (LWP 4487)]
0x0000003cc31723e6 in memcpy () from /lib64/tls/libc.so.6
(gdb) bt
#0  0x0000003cc31723e6 in memcpy () from /lib64/tls/libc.so.6
#1  0x000000364bf0e0ae in PQunescapeBytea () from /usr/lib64/libpq.so.5
#2  0x000000364bf0e230 in PQunescapeBytea () from /usr/lib64/libpq.so.5
#3  0x000000364bf0c09e in PQsendQuery () from /usr/lib64/libpq.so.5
#4  0x000000364bf0c788 in PQexec () from /usr/lib64/libpq.so.5
#5  0x0000000000406e95 in ?? ()
#6  0x0000000000409dfa in ?? ()
#7  0x000000000040408d in ?? ()
#8  0x00000000004057cd in ?? ()
#9  0x0000000000406286 in ?? ()
#10 0x0000000000409f66 in ?? ()
#11 0x000000000040408d in ?? ()
#12 0x00000000004057cd in ?? ()
#13 0x0000000000406286 in ?? ()
#14 0x0000000000409f66 in ?? ()
#15 0x000000000040c687 in ?? ()
#16 0x0000003cc311c3fb in __libc_start_main () from /lib64/tls/libc.so.6
#17 0x0000000000403d2a in ?? ()
#18 0x0000007fbffff558 in ?? ()
#19 0x000000000000001c in ?? ()
#20 0x0000000000000001 in ?? ()
#21 0x0000007fbffff795 in ?? ()
#22 0x0000000000000000 in ?? ()

Is that what you need?
I installed
compat-postgresql-libs-debuginfo-3-2PGDG.rhel4.x86_64.rpm
postgresql-debuginfo-8.2.7-1PGDG.rhel4.x86_64.rpm

What is compat-postgresql-libs-debuginfo?
Neither of those two RPMs are described in the RPM install PDF by Devrim
and Lamar.


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: is it a bug in rule system?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Psql crashes with Segmentation fault on copy from