Re: debugger question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: debugger question
Дата
Msg-id 27731.1271142541@sss.pgh.pa.us
обсуждение исходный текст
Ответ на debugger question  ("Murali M. Krishna" <murali1729@yahoo.com>)
Список pgsql-hackers
"Murali M. Krishna" <murali1729@yahoo.com> writes:
> I would like to start using gdb.
> ...
> , but this is what I get.

> gdb) attach 1731
> Attaching to program: /usr/local/pgsql/bin/postgres, process 1731
> ptrace: Operation not permitted.

Try running gdb as the postgres user, ie, su to postgres first.
If that doesn't work, see if it works after disabling selinux
(and if so, file a bug, because selinux shouldn't prevent it).
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Naming of new EXCLUDE constraints
Следующее
От: Koichi Suzuki
Дата:
Сообщение: How to generate specific WAL records?