Re: [PATCHES] A script to make some bug report easier

2005-10-27 Thread Qingqing Zhou
On Thu, 27 Oct 2005, Tom Lane wrote: > > 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. Yeah, it works. There is a command in the script like: file ./postgres > Worse, many d

Re: [PATCHES] A script to make some bug report easier

2005-10-27 Thread Tom Lane
Qingqing Zhou <[EMAIL PROTECTED]> 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

[PATCHES] A script to make some bug report easier

2005-10-27 Thread Qingqing Zhou
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. Also, it provides a mode which you can interact with gdb. Put this shell script together in PG bin directory with other executables. It does not cover