From krb5-bugs-incoming-bounces@PCH.mit.edu Mon Jan 31 15:12:16 2005
Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90]) by krbdev.mit.edu (8.9.3p2) with ESMTP
id PAA10601; Mon, 31 Jan 2005 15:12:16 -0500 (EST)
Received: from pch.mit.edu (pch.mit.edu [127.0.0.1])
by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id j0VKBkh7030419
for <krb5-send-pr@krbdev.mit.edu>; Mon, 31 Jan 2005 15:11:46 -0500
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU
[18.7.7.76])
by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id j0VEvuh7006541
for <krb5-bugs-incoming@PCH.mit.edu>; Mon, 31 Jan 2005 09:57:56 -0500
Received: from hpss1.ccs.ornl.gov (hpss1.ccs.ornl.gov [160.91.206.125])
j0VEvqG7014014
for <krb5-bugs@mit.edu>; Mon, 31 Jan 2005 09:57:52 -0500 (EST)
Received: by hpss1.ccs.ornl.gov (Postfix, from userid 0)
id 150CA3025; Mon, 31 Jan 2005 09:57:52 -0500 (EST)
To: krb5-bugs@mit.edu
From: lio@ornl.gov
X-send-pr-version: 3.99
Message-Id: <20050131145752.150CA3025@hpss1.ccs.ornl.gov>
Date: Mon, 31 Jan 2005 09:57:52 -0500 (EST)
X-Spam-Score: -4.74
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42
X-Mailman-Approved-At: Mon, 31 Jan 2005 15:11:43 -0500
cc: lio@ornl.gov
Subject: KRB5 1.4 kinit crashes on AIX
X-BeenThere: krb5-bugs-incoming@mailman.mit.edu
X-Mailman-Version: 2.1
Precedence: list
Reply-To: lio@ornl.gov
Sender: krb5-bugs-incoming-bounces@PCH.mit.edu
Errors-To: krb5-bugs-incoming-bounces@PCH.mit.edu
System: AIX hpss1 1 5 000BF74D4C00
./configure --prefix=/krb5 --localstatedir=/var/krb5 \
--without-krb4 --without-tcl \
CFLAGS="-g -qmaxmem=-1"
kadmind and krb5kdc start fine. When I try to do a kinit,
the program dies with "Illegal instruction". A dbx of the
core file shows that apparently kinit is trying to execute
code at address 0x0.
Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90]) by krbdev.mit.edu (8.9.3p2) with ESMTP
id PAA10601; Mon, 31 Jan 2005 15:12:16 -0500 (EST)
Received: from pch.mit.edu (pch.mit.edu [127.0.0.1])
by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id j0VKBkh7030419
for <krb5-send-pr@krbdev.mit.edu>; Mon, 31 Jan 2005 15:11:46 -0500
Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU
[18.7.7.76])
by pch.mit.edu (8.12.8p2/8.12.8) with ESMTP id j0VEvuh7006541
for <krb5-bugs-incoming@PCH.mit.edu>; Mon, 31 Jan 2005 09:57:56 -0500
Received: from hpss1.ccs.ornl.gov (hpss1.ccs.ornl.gov [160.91.206.125])
j0VEvqG7014014
for <krb5-bugs@mit.edu>; Mon, 31 Jan 2005 09:57:52 -0500 (EST)
Received: by hpss1.ccs.ornl.gov (Postfix, from userid 0)
id 150CA3025; Mon, 31 Jan 2005 09:57:52 -0500 (EST)
To: krb5-bugs@mit.edu
From: lio@ornl.gov
X-send-pr-version: 3.99
Message-Id: <20050131145752.150CA3025@hpss1.ccs.ornl.gov>
Date: Mon, 31 Jan 2005 09:57:52 -0500 (EST)
X-Spam-Score: -4.74
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42
X-Mailman-Approved-At: Mon, 31 Jan 2005 15:11:43 -0500
cc: lio@ornl.gov
Subject: KRB5 1.4 kinit crashes on AIX
X-BeenThere: krb5-bugs-incoming@mailman.mit.edu
X-Mailman-Version: 2.1
Precedence: list
Reply-To: lio@ornl.gov
Sender: krb5-bugs-incoming-bounces@PCH.mit.edu
Errors-To: krb5-bugs-incoming-bounces@PCH.mit.edu
Show quoted text
>Submitter-Id: net
>Originator: Dan Million
>Organization:
Oak Ridge National Laboratory>Originator: Dan Million
>Organization:
Show quoted text
>Confidential: no
>Synopsis: KBR5 1.4 kinit build on AIX 5.1 coredumps
>Severity: critical
>Priority: low
>Category: krb5-clients
>Class: sw-bug
>Release: 1.4
>Environment:
IBM RS/6000 44P-170, AIX 5.1 ML07>Synopsis: KBR5 1.4 kinit build on AIX 5.1 coredumps
>Severity: critical
>Priority: low
>Category: krb5-clients
>Class: sw-bug
>Release: 1.4
>Environment:
System: AIX hpss1 1 5 000BF74D4C00
Show quoted text
>Description:
I built the new 1.4 release on AIX 5.1 with the configuration:./configure --prefix=/krb5 --localstatedir=/var/krb5 \
--without-krb4 --without-tcl \
CFLAGS="-g -qmaxmem=-1"
kadmind and krb5kdc start fine. When I try to do a kinit,
the program dies with "Illegal instruction". A dbx of the
core file shows that apparently kinit is trying to execute
code at address 0x0.
Show quoted text
>How-To-Repeat:
See Description.Show quoted text
>Fix:
Not known yet.