Re: Sun Solaris 2.5.1 Seg Faults PostgreSQL7.1.3 build com

Поиск
Список
Период
Сортировка
От Riendeau, Mike
Тема Re: Sun Solaris 2.5.1 Seg Faults PostgreSQL7.1.3 build com
Дата
Msg-id D84A32D1A483D211A38F0060B06993D00823DEC6@wilmexm1.analog.com
обсуждение исходный текст
Список pgsql-bugs
Your name        : Mike Riendeau
Your email address    : mike.riendeau@analog.com


System Configuration
---------------------
  Architecture (example: Intel Pentium)      : Sun Sparc 20

  Operating System (example: Linux 2.0.26 ELF)     : Solaris 2.5.1

  PostgreSQL version (example: PostgreSQL-7.1.3): PostgreSQL-7.1.3

  Compiler used (example:  gcc 2.95.2)        : gcc 2.95.2


Please enter a FULL description of your problem:
------------------------------------------------

 I am having a problem with v7.1.3 PostgreSQL commands generating
 Seg. Faults on exit. (Continued)

 Steps taken on this pass:

 1) built readline4.2a successfully.

 2) Ran PGv7.1.3 configure as follows with a clean cache.

   ./configure --prefix=/home/mriendea --with-tcl
--with-tclconfig=/home/mriendea/lib --with-tkconfig=/home/mriendea/lib
--with-includes=/home/mriendea/include --with-pgport=8000 --with-odbc
--enable-debug --with-libs=/home/mriendea/lib --enable-debug

   Without 'gmake install' of the new readline lib, the script sees
   the same readline used to build PGv7.0.2 and completes successfully.
   Of course the Seg Fault behavior is apparent.

 3) 'gmake install' of the new readline lib.

 4) Ran PGv7.1.3 configure with a clean cache again. The script now sees
    the new readline4.2a lib and crashes with the identical
    problem reported by Holger Mittewald bug #490. (test following optreset
    bails the config script for some reason.)

    rpath is the same (at least in all Makes in the source root)
    Both config runs have the same parameters. So, something other
    than the setting of rpath is going on here. Or I do not understand
    how it all works (Definite possibility).


 Synopsys of configure with above switches:

                           PROCESS

 Tested     readline    Config   gmake  installed    run
 version                                 libs
           -----------------------------------------------------
 Pgv7.0.2    system    yes       yes     v7.0.2     yes

 Pgv7.1.3    system    yes       yes     v7.0.2     v7.1.3 pgsql,
                                                    createdb seem to
                                                    work with new db.
                                                    (brief testing)

 Pgv7.1.3    system    yes       yes     v7.1.3     Seg. Faults on exit
                                                     for pgsql, createdb ...

 Pgv7.1.3    v4.2a     bails     n/a     n/a        n/a
                       after
                       optreset


 Giving up soon,

  Mike Riendeau

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sun Solaris 2.5.1 Seg Faults PostgreSQL7.1.3 build com mands
Следующее
От: Tom Lane
Дата:
Сообщение: Re: array_dims function is poorly behaved