From owner-freebsd-java@FreeBSD.ORG Sun May 18 04:13:57 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 F10BB106566B for ; Sun, 18 May 2008 04:13:57 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id B486D8FC12 for ; Sun, 18 May 2008 04:13:57 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.13.1/8.13.3) with ESMTP id m4I4Du26023187 for ; Sat, 17 May 2008 21:13:56 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.13.1/8.13.3/Submit) id m4I4DtRE023186 for freebsd-java@freebsd.org; Sat, 17 May 2008 21:13:55 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 17 May 2008 21:13:55 -0700 From: Greg Lewis To: freebsd-java@freebsd.org Message-ID: <20080518041355.GA23168@misty.eyesbeyond.com> References: <20080516121927.GA13485@office.redwerk.com> <20080516234056.GB43930@misty.eyesbeyond.com> <20080517115309.GA1495@jdevelop.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080517115309.GA1495@jdevelop.priv> User-Agent: Mutt/1.4.2.2i Subject: Re: NetBeans 6.1 Profiler, Sun JDK 1.5/1.6 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: Sun, 18 May 2008 04:13:58 -0000 On Sat, May 17, 2008 at 02:53:09PM +0300, Eugeny N Dzhurinsky wrote: > On Fri, May 16, 2008 at 04:40:56PM -0700, Greg Lewis wrote: > > On Fri, May 16, 2008 at 03:19:27PM +0300, Eugeny N Dzhurinsky wrote: > > > #1 0x280a3236 in raise () from /lib/libpthread.so.2 > > > #2 0x2817e6a8 in abort () from /lib/libc.so.6 > > > #3 0x2815a898 in __assert () from /lib/libc.so.6 > > > #4 0x28808fda in initializeJVMTI (jvm=0x287b6ae0) at > > > ../src-jdk15/common_functions.c:122 > > > > So, in the code you included below, which is line 122? > > Please see below (actually it was included in the original e-mail, however > probably I highlighted it badly). Thanks. > > > res = (*_jvmti)->SetEventNotificationMode(_jvmti, JVMTI_ENABLE, JVMTI_EVENT_NATIVE_METHOD_BIND, NULL); > > > > > > /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! line 122 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ > > > assert(res == JVMTI_ERROR_NONE); If you've got this core in gdb you should be able to figure out what res actually is and what error that indicates. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org