[EMAIL PROTECTED] writes:
> sql-# \a?
> Output format is aligned.
> \a: extra argument '?' ignored
> Segmentation fault
> $ psql
7.1.1? If so, this is a minor bug that slipped into psql for about two
days at just the wrong time :-(. Update to 7.1.2.
regards, tom lane
-
Paul Mamin ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.
Short Description
Segmentation fault in psql
Long Description
$ psql
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help wi
David George <[EMAIL PROTECTED]> writes:
> Thanks. Removing sfio from configure.in and reconfiguring/making did
> the job. I didn't try it before because I figured Postgresql may have
> actually been using sfio for something.
No; I'm not sure why it's in configure's search list at all.
It soun
Tom Lane wrote:
> Uh, what are sfio and stdio anyway, and why would we want them? putc is
> in plain old libc in every system I've dealt with. If you remove both
> sfio and stdio from configure, does it work any better?
Thanks. Removing sfio from configure.in and reconfiguring/making did the
David George <[EMAIL PROTECTED]> writes:
> Here is a backtrace with debug enabled:
> (gdb) bt
> #0 0x446cc in putc ()
> #1 0x26748 in print_aligned_text (title=0x0, headers=0x746d0,
> cells=0x746e0, footers=0x746f0, opt_align=0x74700 "l",
> opt_barebones=0 '\000', opt_border=1, fout=0x68458)
Tom Lane wrote:
> Can't tell a lot from that. Could you rebuild psql with debug symbols
> so we can see a more complete backtrace?
Here is a backtrace with debug enabled:
(gdb) bt
#0 0x446cc in putc ()
#1 0x26748 in print_aligned_text (title=0x0, headers=0x746d0,
cells=0x746e0, footers=0x746f
David George ([EMAIL PROTECTED]) writes:
> (gdb) bt
> #0 0x274a8 in putc ()
> #1 0x21044 in print_aligned_text ()
> #2 0x23360 in printTable ()
> #3 0x23a44 in printQuery ()
> #4 0x18820 in SendQuery ()
> #5 0x1b044 in MainLoop ()
> #6 0x1d5a8 in main ()
> (gdb)
Can't tell a lot from that.
David George ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
segmentation fault in psql
Long Description
System info: Sparc Solaris 2.7 with GCC 2.95.2
I have compiled Postgresql 7.1RC1 without any problems.
initdb, createuser,