Re: Bug #714: pg_dump segfaults when given an invalid command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: menno(at)oxcoda(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #714: pg_dump segfaults when given an invalid command
Date: 2002-07-19 03:00:58
Message-ID: 9443.1027047658@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I just tried with current CVS and got:
> $ aspg pg_dump --someoptionthatdoesntexist somedb
> pg_dump: unrecognized option `--someoptionthatdoesntexist'
> Try 'pg_dump --help' for more information.
> My guess is that there is something buggy with your libc getopt. Can
> someone else reproduce this error?

This is fixed since 7.2.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-07-19 03:04:18 Re: Bug #714: pg_dump segfaults when given an invalid command
Previous Message Bruce Momjian 2002-07-19 00:33:51 Re: Bug #714: pg_dump segfaults when given an invalid command