Mario wrote: > On 20/12/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: >> Mario wrote: >> > When psql is running and CRTL + \ is pressed, a core dumped show up. >> > In first place I ran psql into gdb, saw the backtrace and I believed >> > it was a libc6 bug and I reported to my distro security team >> > https://launchpad.net/distros/ubuntu/+source/glibc/+bug/76437 >> >> This isn't a bug. It's working as designed. >> > > Even if you get a core dumped every time you press CTRL+\ ? why? >
This normally a SIGQUIT, and on my machine at least the default action for that is a core dump. Perhaps you need to say what you are trying to do and why. cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match