psql 7.2.1 on S/390

Started by Michal Kalanskiover 23 years ago2 messagesgeneral
Jump to latest
#1Michal Kalanski
kalanskim@zetokatowice.pl

Hello

I try to install Postgresql on TurboLinux S/390.
I have glibc - 2.1.3, kernel version 2.2.19 , gcc version 2.95.2.1
Postmaster working OK.
When I try to run psql it break with segfault.
gdb->bt output:

#0 0x4024036e in strlen () at ../sysdeps/generic/strlen.c:150
#1 0x4024009c in strdup () at strdup.c:49
#2 0x412ec8 in SetVariable ()
#3 0x41116a in main ()
#4 0x401f6d36 in __libc_start_main () at ../sysdeps/generic/libc-start.c:122

PLEASE HELP ME !!!

Michal Kalanski
kalanskim@zetokat.com.pl

#2Bruce Momjian
bruce@momjian.us
In reply to: Michal Kalanski (#1)
Re: psql 7.2.1 on S/390

I recommend compiling with symbols (-g) and getting another backtrace.
That will show the argument and line numbers in SetVariable().

---------------------------------------------------------------------------

Micha��� Kala���ski wrote:

Hello

I try to install Postgresql on TurboLinux S/390.
I have glibc - 2.1.3, kernel version 2.2.19 , gcc version 2.95.2.1
Postmaster working OK.
When I try to run psql it break with segfault.
gdb->bt output:

#0 0x4024036e in strlen () at ../sysdeps/generic/strlen.c:150
#1 0x4024009c in strdup () at strdup.c:49
#2 0x412ec8 in SetVariable ()
#3 0x41116a in main ()
#4 0x401f6d36 in __libc_start_main () at ../sysdeps/generic/libc-start.c:122

PLEASE HELP ME !!!

Michal Kalanski
kalanskim@zetokat.com.pl

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073