Re: A script to make some bug report easier

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A script to make some bug report easier
Дата
Msg-id 18317.1130420928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на A script to make some bug report easier  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
Ответы Re: A script to make some bug report easier
Список pgsql-patches
Qingqing Zhou <zhouqq@cs.toronto.edu> writes:
> I wrote a small script to make PostgreSQL bug report easier. It prints the
> uname, pg_config and try to backtrace all core dumps in data directory.

Does that actually work?  On most of the platforms I use, gdb doesn't
get far with only a core file, you have to tell it which executable file
to reference.  Worse, many distros ship executables stripped, which
means gdb'ing is a pretty useless activity anyway.

A bigger problem is that we've largely stopped shipping shell scripts as
part of the distro, because they don't work on Windows.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] expanded \df+ display broken in beta4
Следующее
От: Qingqing Zhou
Дата:
Сообщение: Re: A script to make some bug report easier