From owner-freebsd-java@FreeBSD.ORG Fri Aug 15 15:22:21 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7950106566B for ; Fri, 15 Aug 2008 15:22:21 +0000 (UTC) (envelope-from spatula@spatula.net) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 787F78FC26 for ; Fri, 15 Aug 2008 15:22:21 +0000 (UTC) (envelope-from spatula@spatula.net) Received: by yx-out-2324.google.com with SMTP id 8so652997yxb.13 for ; Fri, 15 Aug 2008 08:22:21 -0700 (PDT) Received: by 10.103.247.14 with SMTP id z14mr1997499mur.39.1218812209434; Fri, 15 Aug 2008 07:56:49 -0700 (PDT) Received: by 10.102.253.7 with HTTP; Fri, 15 Aug 2008 07:56:49 -0700 (PDT) Message-ID: Date: Fri, 15 Aug 2008 07:56:49 -0700 From: "Nicklas Johnson" Sender: spatula@spatula.net To: "Matthias Karlsson" , freebsd-java@freebsd.org In-Reply-To: <83eb635f0808150545id908826r81346d5b62989570@mail.gmail.com> MIME-Version: 1.0 References: <83eb635f0808150545id908826r81346d5b62989570@mail.gmail.com> X-Google-Sender-Auth: 21b688133ccd2956 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Crash when running 1.6.0_03 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 15:22:21 -0000 Did you get a core dump? It'd be interesting to see a stack trace from it to see exactly what was going on. If you built with the port, you should have a java_g and can do something like "gdb /full/path/to/java_g java.core", and then "thread apply all bt" once gdb starts. As an aside, it's a really, really bad idea to ever call System.gc() directly in a modern JVM. It's much better to leave it to the JVM to decide when to do garbage collection. 2008/8/15 Matthias Karlsson > Hi, > > this morning, we experienced a crash running 1.6.0_03, which is the > first one we have ever gotten. I'm attachning the generated log. > Looking at our logs, it is very likely that the JVM was executing > System.gc() at the time. > > Thanks, > Matthias > > _______________________________________________ > 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" > -- "Courage isn't just a matter of not being frightened, you know. It's being afraid and doing what you have to do anyway." -- Doctor Who - Planet of the Daleks This message has been brought to you by Nick Johnson 2.3b1 and the number 6. http://healerNick.com/ http://morons.org/ http://spatula.net/