Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3984BD6B7 for ; Sun, 16 Sep 2012 14:34:36 +0000 (UTC) Received: (qmail 87852 invoked by uid 500); 16 Sep 2012 14:34:35 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 87756 invoked by uid 500); 16 Sep 2012 14:34:35 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 87744 invoked by uid 99); 16 Sep 2012 14:34:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2012 14:34:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mamfelt@gmail.com designates 209.85.214.178 as permitted sender) Received: from [209.85.214.178] (HELO mail-ob0-f178.google.com) (209.85.214.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2012 14:34:27 +0000 Received: by obbwd20 with SMTP id wd20so9643398obb.37 for ; Sun, 16 Sep 2012 07:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wZwBlCD00teFmmkWr1BQQHPYCQNTVpc62LaBR8SpKFk=; b=0rQYmUMv33Svdea7tzSYKssugIQZxm16TFBfZdTEW9yYXBjakRvYa8aJFMolJLTeQw D3W+SdnnypWppVQOo5L1LMO2hNVW6JmPGB+wtvaOD82+gSy+Iq/zpmOA+GEexUY71Te3 0zKN+IEAG3HXDBEtPrxKxEChmQiwPAnnmc6hmNeAuh+22wjU1/DBSpr8ftKUPJIQwmT4 drfxHFd/PGrmQIzG1MwE+JKb7a6Sz9Y1fu3ZXL3Qr/mtokP0t8y9tz7oRUEyTFdKw0ay 1y0qoStsj7B7Ejhnv+ZekAi4BILfPN3JTkcuHODuTOcfFFFBz8kwJ2LhXEB09MRHbqUp JFyw== MIME-Version: 1.0 Received: by 10.60.22.33 with SMTP id a1mr9309919oef.57.1347806046345; Sun, 16 Sep 2012 07:34:06 -0700 (PDT) Received: by 10.76.87.3 with HTTP; Sun, 16 Sep 2012 07:34:06 -0700 (PDT) Date: Sun, 16 Sep 2012 16:34:06 +0200 Message-ID: Subject: make check issues with AIX - willing to help but will need assistance to be efficient From: Michael Felt To: APR Development List Content-Type: multipart/alternative; boundary=e89a8fb1f8ac9e5af904c9d28cb9 --e89a8fb1f8ac9e5af904c9d28cb9 Content-Type: text/plain; charset=ISO-8859-1 Not wanting to clutter the vote thread, nor knowing what to report as a bug I am hoping to get some hints on what to look at first, AND also requesting a command-line example to test iconv - as there seems to be an issue around this when using the default iconv programs on AIX. make check of apr-util-1.5.1 returns: ... testdate : SUCCESS testmemcache : SUCCESS testxml : SUCCESS testxlate : |/bin/sh[17]: 10879096 Segmentation fault(coredump) Programs failed: testall make[1]: *** [check] Error 139 make[1]: Leaving directory `/data/prj/apr/apr-util-1.5.1/test' make: *** [check] Error 2 root@x104:[/data/prj/apr/apr-util-1.5.1] root@x104:[/data/prj/apr/apr-util-1.5.1/test]dbx testall core Type 'help' for help. [using memory image in core] reading symbolic information ... Segmentation fault in . at 0xd21c1110 ($t1) 0xd21c1110 (???) 901e0000 stw r0,0x0(r30) (dbx) where _iconv_from_utf8(??, ??, ??, ??, ??) at 0xd21c1110 iconv(??, ??, ??, ??, ??) at 0xd054aff8 apr_xlate_conv_buffer() at 0xd18f6084 test_conversion() at 0x10008d7c one_test() at 0x10008c8c test_transformation() at 0x100089dc abts_run_test() at 0x10001484 testxlate() at 0x10008e28 main() at 0x100004f8 (dbx) Not knowing if it has anything to do with the apr it is running with (using 1.4.6 as that is latest release, rather than against core). apr-1.4.6 make check returns: testrand : SUCCESS testsleep : SUCCESS testshm : SUCCESS testsock : FAILED 1 of 9 testsockets : SUCCESS testsockopt : SUCCESS teststr : SUCCESS teststrnatcmp : SUCCESS testtable : SUCCESS testtemp : SUCCESS testthread : SUCCESS testtime : FAILED 1 of 13 testud : SUCCESS testuser : SUCCESS testvsn : SUCCESS Failed Tests Total Fail Failed % =================================================== testsock 9 1 11.11% testtime 13 1 7.69% Programs failed: testall make[1]: *** [check] Error 1 make[1]: Leaving directory `/data/prj/apr/apr-1.4.6/test' Also not perfect and will investigate, with assistance, time permitting. Note: no rush for me - willing to spend time to get it right. Michael --e89a8fb1f8ac9e5af904c9d28cb9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Not wanting to clutter the vote thread, nor knowing what to report as a bug= I am hoping to get some hints on what to look at first,
AND also reques= ting a command-line example to test iconv - as there seems to be an issue a= round this when using the default
iconv programs on AIX.

make check of apr-util-1.5.1 returns:
...
testdate=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testmemcache=A0=A0=A0=A0=A0=A0=A0 : SUCC= ESS
testxml=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testxlate=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : |/bin/sh[17]: 10879096 Segmentati= on fault(coredump)
Programs failed: testall
make[1]: *** [check] Erro= r 139
make[1]: Leaving directory `/data/prj/apr/apr-util-1.5.1/test'=
make: *** [check] Error 2
root@x104:[/data/prj/apr/apr-util-1.5.1]

root@x104:[/data/prj/apr/ap= r-util-1.5.1/test]dbx testall core
Type 'help' for help.
[usi= ng memory image in core]
reading symbolic information ...

Segment= ation fault in . at 0xd21c1110 ($t1)
0xd21c1110 (???) 901e0000=A0=A0=A0=A0=A0=A0=A0=A0 stw=A0=A0 r0,0x0(r30)
= (dbx) where
_iconv_from_utf8(??, ??, ??, ??, ??) at 0xd21c1110
iconv(= ??, ??, ??, ??, ??) at 0xd054aff8
apr_xlate_conv_buffer() at 0xd18f6084<= br>test_conversion() at 0x10008d7c
one_test() at 0x10008c8c
test_transformation() at 0x100089dc
abts_run= _test() at 0x10001484
testxlate() at 0x10008e28
main() at 0x100004f8<= br>(dbx)

Not knowing if it has anything to do with the apr i= t is running with (using 1.4.6 as that is latest release, rather than again= st core).

apr-1.4.6 make check = returns:
testrand=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testslee= p=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testshm=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 : SUCCESS
testsock=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : FA= ILED 1 of 9
testsockets=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testsockopt=A0=A0=A0=A0=A0= =A0=A0=A0 : SUCCESS
teststr=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCES= S
teststrnatcmp=A0=A0=A0=A0=A0=A0 : SUCCESS
testtable=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 : SUCCESS
testtemp=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SU= CCESS
testthread=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testtime=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : FAILED 1 of 13
testud=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : SUCCESS
testuser=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0 : SUCCESS
testvsn=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 : = SUCCESS
Failed Tests=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Total=A0=A0 Fail= =A0=A0=A0 Failed %
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D
testsock=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 9=A0=A0= =A0=A0=A0 1=A0=A0=A0=A0 11.11%
testtime=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 13=A0=A0=A0=A0=A0 1=A0=A0=A0=A0=A0 7.69%
Programs = failed: testall
make[1]: *** [check] Error 1
make[1]: Leaving directo= ry `/data/prj/apr/apr-1.4.6/test'


Also not perfect and will investigate, with assistance, time permitting= .
Note: no rush for me - willing to spend time to get it right.

M= ichael
--e89a8fb1f8ac9e5af904c9d28cb9--