7.2.3 / SuSe Linux / S/390

Started by Mike Blackwellover 23 years ago3 messagesgeneral
Jump to latest
#1Mike Blackwell
mblackwell@wallace.com

Anyone have this combination running?

7.2.3 built and runs fine on my RedHat 7.2 box. Only partially works on
the S/390 Linux, with nearly identical config (no tcl on the 390).
Problem seems to be client processes segfaulting. Some work: PgAccess
from another machine seems fine; pg_dump seems ok. Others die with
segfault: psql, as well as createuser and createdb, which use psql.

Any ideas whats going on?

FWIW, this is an upgrade from 7.1.2.

TiA,

Mike

#2Neil Conway
neilc@samurai.com
In reply to: Mike Blackwell (#1)
Re: 7.2.3 / SuSe Linux / S/390

Mike Blackwell <mblackwell@wallace.com> writes:

Anyone have this combination running?

7.2.3 built and runs fine on my RedHat 7.2 box. Only partially works on
the S/390 Linux, with nearly identical config (no tcl on the 390).
Problem seems to be client processes segfaulting. Some work: PgAccess
from another machine seems fine; pg_dump seems ok. Others die with
segfault: psql, as well as createuser and createdb, which use psql.

Can you get a backtrace from one of the core dumps using gdb? As is,
there's not a whole lot of information to go on...

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mike Blackwell (#1)
Re: 7.2.3 / SuSe Linux / S/390

Mike Blackwell <mblackwell@wallace.com> writes:

7.2.3 built and runs fine on my RedHat 7.2 box. Only partially works on
the S/390 Linux, with nearly identical config (no tcl on the 390).
Problem seems to be client processes segfaulting. Some work: PgAccess
from another machine seems fine; pg_dump seems ok. Others die with
segfault: psql, as well as createuser and createdb, which use psql.

Shared library mismatch perhaps? See if you can get a stack trace from
the psql segfault.

regards, tom lane