From owner-freebsd-java@freebsd.org Thu Mar 16 11:39:10 2017 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 261BCD0D52A for ; Thu, 16 Mar 2017 11:39:10 +0000 (UTC) (envelope-from rb@gid.co.uk) Received: from mx0.gid.co.uk (mx0.gid.co.uk [194.32.164.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C299A1F51 for ; Thu, 16 Mar 2017 11:39:09 +0000 (UTC) (envelope-from rb@gid.co.uk) Received: from [194.32.164.15] ([194.32.164.15]) by mx0.gid.co.uk (8.14.2/8.14.2) with ESMTP id v2GBd7Fu020264; Thu, 16 Mar 2017 11:39:07 GMT (envelope-from rb@gid.co.uk) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Needle in the haystack: same Java code on two identical machines, one passes one fails From: rb@gid.co.uk In-Reply-To: <68644224DA0DE64CA5A49838ED219A0425C0F406@DEFTHW99EJ5MSX.ww902.siemens.net> Date: Thu, 16 Mar 2017 11:39:08 +0000 Cc: "freebsd-java@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <222B5FF3-F901-4D6C-9A67-DC7C72E60FC4@gid.co.uk> References: <68644224DA0DE64CA5A49838ED219A0425C0F0EA@DEFTHW99EJ5MSX.ww902.siemens.net> <68644224DA0DE64CA5A49838ED219A0425C0F406@DEFTHW99EJ5MSX.ww902.siemens.net> To: "Osipov, Michael" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2017 11:39:10 -0000 Hi, > On 16 Mar 2017, at 09:56, Osipov, Michael = wrote: > [=E2=80=A6] >=20 > Updated both machines: > FreeBSD blnn719x.ww004.siemens.net 10.3-STABLE FreeBSD 10.3-STABLE #2 = r315312: Wed Mar 15 19:59:58 CET 2017 = root@blnn719x.ww004.siemens.net:/usr/obj/usr/src/sys/BLNN719X i386 >=20 > FreeBSD blnn714x.ww004.siemens.net 10.3-STABLE FreeBSD 10.3-STABLE #2 = r315312: Wed Mar 15 19:55:39 CET 2017 = root@blnn714x.ww004.siemens.net:/usr/obj/usr/src/sys/BLNN714X i386 >=20 > No avail. It was worth a try, at least. >=20 Indeed. Given the symptoms, next thing I would do would be to check = exactly what versions of shared libraries the java binaries on both = sides are loading and chase down any differences. If that doesn=E2=80=99t help, check that the CLASSPATHs are identical, = check the versions of everything loaded from standard extensions or the = CLASSPATH, and chase down any differences. -- Bob Bishop rb@gid.co.uk