psql dumps core when entering invalid backslash command
PostgreSQL Bugs List <pgsql-bugs@postgresql.org>
From: pgsql-bugs@postgresql.org
To: pgsql-bugs@postgresql.org
Date: 2001-05-21T17:41:07Z
Lists: pgsql-bugs
Lukas Ertl (l.ertl@univie.ac.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