dbTalk Databases Forums  

[BUGS] BUG #1087: psql dumps core on CTRL+ALT+\

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1087: psql dumps core on CTRL+ALT+\ in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1087: psql dumps core on CTRL+ALT+\ - 02-27-2004 , 04:10 PM







The following bug has been logged online:

Bug reference: 1087
Logged by: Roderick van Domburg

Email address: r.s.a.vandomburg (AT) student (DOT) utwente.nl

PostgreSQL version: 7.4

Operating system: FreeBSD/sparc64 5.2-CURRENT (2004-02-20)

Description: psql dumps core on CTRL+ALT+\

Details:

Entering CTRL+ALT+\ (backslash) causes psql to dump core:

magog# psql -U pgsql template1
Password:
Welcome to psql 7.4.1, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

template1=# Quit (core dumped)

Compiled with gcc version 3.3.3 [FreeBSD] 20031106 using "-O -ftracer
-fprefetch-loop-arrays -fomit-frame-pointer -pipe".


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Reply With Quote
  #2  
Old   
Peter Eisentraut
 
Posts: n/a

Default Re: [BUGS] BUG #1087: psql dumps core on CTRL+ALT+\ - 02-27-2004 , 04:14 PM






PostgreSQL Bugs List wrote:
Quote:
Entering CTRL+ALT+\ (backslash) causes psql to dump core:
That is the very purpose of that key combination. The shell sends a
SIGQUIT signal to the program, causing it to quit and dump core. You
may find that quite a lot of programs dump core that way. If you don't
like that behavior, reconfigure your shell.


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.