psql dumps core when entering invalid backslash command

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: psql dumps core when entering invalid backslash command
Date: 2001-05-21 17:41:07
Message-ID: 200105211741.f4LHf7f58853@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Lukas Ertl (l(dot)ertl(at)univie(dot)ac(dot)at) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
psql dumps core when entering invalid backslash command

Long Description
PostgreSQL v. 7.1.1., running on FreeBSD 4.3, standard installation via the ports collection.

When entering an invalid backslash command in psql (like "\m"), psql dumps core, psql gives error "Invalid command", but then dumps core.

Sample Code
httplog=# \m
Invalid command \m. Try \? for help.
Segmentation fault (core dumped)

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-05-21 18:23:30 Comments on Database Broken
Previous Message Peter Eisentraut 2001-05-21 16:45:03 Re: error in expr. with array or wrong in documentation ?