Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id PAA10644; Mon, 31 Jan 2005 15:52:17 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j0VKqFx5016640; Mon, 31 Jan 2005 15:52:15 -0500 (EST) Received: from [18.18.1.76] (KEN-WIRELESS.MIT.EDU [18.18.1.76]) (authenticated bits=0) (User authenticated as raeburn@ATHENA.MIT.EDU) by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j0VKqD0a021430 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 31 Jan 2005 15:52:13 -0500 (EST) In-Reply-To: References: MIME-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1c4a568c135430b3dce0786507c68d81@mit.edu> Content-Transfer-Encoding: 7bit From: Ken Raeburn Subject: Re: [krbdev.mit.edu #2902] KBR5 1.4 kinit build on AIX 5.1 coredumps Date: Mon, 31 Jan 2005 15:52:13 -0500 To: rt-comment@krbdev.mit.edu, lio@ornl.gov X-Mailer: Apple Mail (2.619.2) X-Spam-Score: -4.9 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 589 >> 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. We don't have an AIX 5.1 system to test on. Can you get any idea of where it's making this call from? A stack trace with line numbers would probably be helpful. Ken