Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2008 07:56:49 -0700
From:      "Nicklas Johnson" <freebsd@spatula.net>
To:        "Matthias Karlsson" <matthias@yacc.se>, freebsd-java@freebsd.org
Subject:   Re: Crash when running 1.6.0_03
Message-ID:  <be800d230808150756k55fcc019ga1713362db0a2d9a@mail.gmail.com>
In-Reply-To: <83eb635f0808150545id908826r81346d5b62989570@mail.gmail.com>
References:  <83eb635f0808150545id908826r81346d5b62989570@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <matthias@yacc.se>

> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?be800d230808150756k55fcc019ga1713362db0a2d9a>