From owner-freebsd-java@FreeBSD.ORG Tue Feb 11 03:57:39 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33890F21; Tue, 11 Feb 2014 03:57:39 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 984111026; Tue, 11 Feb 2014 03:57:38 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id z6so6207932yhz.30 for ; Mon, 10 Feb 2014 19:57:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ALJRlJf+E5wXrXmdIGHVt2fsDtTqWarXY7MOxKiSzJg=; b=SIYLLelYORSh2VYvIPhgzPsCEdkoHrn5MRAZ14lQ7nAFuvpQg7mrInaMg76rpZjnL2 s6ThxW/xCX5i5GQ05JA+rdyD7Qvb3bIW4ksIbxbDNAtPRDCr7eDS9w3vQ0aLyAAfZ4HH K/45Q3BY+SgPL1bibyGs08eBLMTHGaHwdP0XqXm/WZxii3qu8bNhlozONVX3Y+065qRQ 8/qole342z12cl/2G8Ek08UPzGtQUmHI9+rJ63EJ1eD7KjxXYfxG38gQ8TzCUoryxYMI hg1U4ySz7w0okgYJMbWq8w1KRjNvhOJxmIR7psBLKTcmHNee0lFcfzi5gALwCsfB/tAK GmMw== MIME-Version: 1.0 X-Received: by 10.236.15.102 with SMTP id e66mr28192yhe.69.1392091057877; Mon, 10 Feb 2014 19:57:37 -0800 (PST) Received: by 10.170.111.88 with HTTP; Mon, 10 Feb 2014 19:57:37 -0800 (PST) In-Reply-To: References: <20140208012716.GA12873@mouf.net> <20140208082903.GA4621@FreeBSD.cs.nctu.edu.tw> <20140208222720.GA50395@mouf.net> <20140209171322.GA80586@FreeBSD.cs.nctu.edu.tw> <20140210053638.GA85573@FreeBSD.cs.nctu.edu.tw> Date: Tue, 11 Feb 2014 11:57:37 +0800 Message-ID: Subject: Re: Java VM crashing when running Jenkins? From: Huang Wen Hui To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Steven Kreuzer , Steve Wills , Li-Wen Hsu , "freebsd-java@freebsd.org" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: huanghwh@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 03:57:39 -0000 Hi, 2014-02-11 11:42 GMT+08:00 Craig Rodrigues : > Hi, > > Can FreeBSD-HEAD build on FreeBSD-9.2R? > Don't known. > > I want to set up a Jenkins build of FreeBSD-HEAD. > > It would be nice if the Java problems could be solved in FreeBSD-10. > Would updating from FreeBSD 10.0R to latest stable/10 branch help, or is > stable/10 completely not good for running Java? > > As jkim said, option "-Xbatch" should be help a lot on STALBE/10, but I still got random crash, although very few. Right now I think STABLE/9 is the best for java app. Cheers, Huang Wenhui > -- > Craig > > > > On Mon, Feb 10, 2014 at 7:30 PM, Huang Wen Hui wrote: > >> Hi, >> I saw this with openjdk6 also, switch back to 9.2R should be fine. >> >> Cheers, >> Huang Wenhui >> >> >> 2014-02-11 11:03 GMT+08:00 Craig Rodrigues : >> >>> Hi, >>> >>> I did the following: >>> >>> (1) Booted my 10.0R VM. >>> >>> (2) Update devel/jenkins port to 1.550 >>> >>> (3) Updated java/openjdk7 port to openjdk-7.51.13,1 >>> >>> When I started Jenkins, I got an exception similar to the one reported >>> here: >>> http://lists.freebsd.org/pipermail/freebsd-java/2014-February/010557.html >>> >>> I killed Jenkins, and then: >>> >>> (4) Took the patch from >>> http://people.freebsd.org/~lwhsu/patch/openjdk7-PortConfig.diff >>> >>> (5) Rebuilt the java/openjdk7 port >>> >>> >>> When I started Jenkins, it came up properly. However, after, I started a >>> job, it seemed to get "stuck". >>> >>> I could not access the web interface. If I ran truss on the java >>> process, >>> I saw: >>> >>> umtx_op(0x80064b0c8,0xf,0x0,0x18,0x7fffff3f5990,0x7fffff3f5990) ERR#60 >>> 'Operation timed out' >>> clock_gettime(4,{20923.561195436 }) = 0 (0x0) >>> gettimeofday({1392087771.531672 },0x0) = 0 (0x0) >>> clock_gettime(4,{20923.562748319 }) = 0 (0x0) >>> gettimeofday({1392087771.532822 },0x0) = 0 (0x0) >>> _umtx_op(0x80064b0c8,0xf,0x0,0x18,0x7fffff3f5990,0x7fffff3f5990) ERR#60 >>> 'Operation timed out' >>> clock_gettime(4,{20923.626755758 }) = 0 (0x0) >>> gettimeofday({1392087771.597078 },0x0) = 0 (0x0) >>> clock_gettime(4,{20923.630092903 }) = 0 (0x0) >>> gettimeofday({1392087771.602494 },0x0) = 0 (0x0) >>> _umtx_op(0x80064b0c8,0xf,0x0,0x18,0x7fffff3f5990,0x7fffff3f5990) ERR#60 >>> 'Operation timed out' >>> clock_gettime(4,{20923.700019930 }) = 0 (0x0) >>> gettimeofday({1392087771.670213 },0x0) = 0 (0x0) >>> clock_gettime(4,{20923.701298257 }) = 0 (0x0) >>> gettimeofday({1392087771.671372 },0x0) = 0 (0x0) >>> _umtx_op(0x80064b0c8,0xf,0x0,0x18,0x7fffff3f5990,0x7fffff3f5990) ERR#60 >>> 'Operation timed out' >>> clock_gettime(4,{20923.769135582 }) = 0 (0x0) >>> gettimeofday({1392087771.740338 },0x0) = 0 (0x0) >>> clock_gettime(4,{20923.771744310 }) = 0 (0x0) >>> gettimeofday({1392087771.741894 },0x0) = 0 (0x0) >>> >>> >>> Any ideas what the problem could be? >>> Should I switch back to openjdk6? >>> >>> -- >>> Craig >>> _______________________________________________ >>> freebsd-java@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-java >>> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" >>> >> >> >