BUG #5846: Segfault Postgresql Built with --lib-libedit-preferred - Mailing list pgsql-bugs

From David E. Wheeler
Subject BUG #5846: Segfault Postgresql Built with --lib-libedit-preferred
Date
Msg-id 201101242341.p0ONf1pC063543@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5846: Segfault Postgresql Built with --lib-libedit-preferred
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5846
Logged by:          David E. Wheeler
Email address:      david@kineticode.com
PostgreSQL version: 9.0.1
Operating system:   Mac OS X 10.6.6
Description:        Segfault Postgresql Built with --lib-libedit-preferred
Details:

Been meaning to report this for a while.

* Build PostgreSQL on Mac OS X using --with-libedit-preferred.
* Connect to the server from psql
* type "\d feat<tab>", where "<tab>" is the tab key, an attempt to
autocomplete
 * Output for me:

try=# \d mls_fepsql(69838) malloc: *** error for object 0x6: pointer being
freed was not allocated
*** set a breakpoint in malloc_error_break to debug
zsh: abort      psql corp_schema

YOW! I *assume* it's something funky with libedit, but in case you can't
reproduce it with just the libedit option, I configure my server with:

    ./configure --with-libedit-preferred --with-bonjour --with-perl
PERL=$PERL \
    --with-openssl --with-pam --with-krb5 --with-libxml --with-ldap \
    --with-ossp-uuid --with-includes=/usr/local/include \
    --enable-integer-datetimes --with-zlib \
    --with-libs=/usr/local/lib

Best,

David

pgsql-bugs by date:

Previous
From: "Kasia Tuszynska"
Date:
Subject: BUG #5845: Postgres does not seem to handle unquoted upper cased object identifiers
Next
From: Tom Lane
Date:
Subject: Re: BUG #5846: Segfault Postgresql Built with --lib-libedit-preferred