signal 11 on AIX: 7.4.2

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема signal 11 on AIX: 7.4.2
Дата
Msg-id 20040415170733.GA22388@phlogiston.dyndns.org
обсуждение исходный текст
Ответы Re: signal 11 on AIX: 7.4.2  (Andrew Sullivan <ajs@crankycanuck.ca>)
Re: signal 11 on AIX: 7.4.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
We've had a backend crash with sig 11 during connection.  My guess is
there's something up with (maybe) the IPv6 support on AIX.  I seem to
recall something similar recently, but I can't find the post in the
archives.  Suggestions?


oxrslive=# SELECT version();                                  version                                    
------------------------------------------------------------------------------PostgreSQL 7.4.2 on
powerpc-ibm-aix5.1.0.0,compiled by GCC
 
2.9-aix51-020209
(1 row)

GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-ibm-aix5.1.0.0"...
Core was generated by `postgres'.
Program terminated with signal 11, Segmentation fault.
#0  0xd01d7778 in memmove () from /usr/lib/libc.a(shr.o)
(gdb) bt
#0  0xd01d7778 in memmove () from /usr/lib/libc.a(shr.o)
#1  0xd0326e1c in getaddrinfo2 () from /usr/lib/libc.a(shr.o)
#2  0xd0327b6c in getaddrinfo () from /usr/lib/libc.a(shr.o)
#3  0x1005860c in getaddrinfo_all (hostname=0x34e0 "",    servname=0x74696f <Address 0x74696f out of bounds>,
hintp=0xf03a2e80,   result=0x74696f) at ip.c:78
 
#4  0x101f9330 in parse_hba (line=0x202ae198, port=0x202a6988,    found_p=0x2ff1f810 "", error_p=0x2ff1f811 "") at
hba.c:669
#5  0x101f96bc in check_hba (port=0x202a6988) at hba.c:793
#6  0x101fa934 in hba_getauthmethod (port=0x202b6f3c) at hba.c:1574
#7  0x101fad5c in ClientAuthentication (port=0x202a6988) at auth.c:415
#8  0x10004674 in BackendFork (port=0x202a6988) at postmaster.c:2444
#9  0x100040b8 in BackendStartup (port=0x202a6988) at postmaster.c:2207
#10 0x10002538 in ServerLoop () at postmaster.c:1119
#11 0x10001f8c in PostmasterMain (argc=1, argv=0x20270698) at postmaster.c:897
#12 0x100005f0 in main (argc=1, argv=0x2ff22b8c) at main.c:214
(gdb) 

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: PostgreSQL 7.4.2 and Cygwin a no go?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PostgreSQL 7.4.2 and Cygwin a no go?