From owner-freebsd-java Tue Nov 20 13:32:43 2001 Delivered-To: freebsd-java@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id C859437B419 for ; Tue, 20 Nov 2001 13:32:41 -0800 (PST) Received: (qmail 7614 invoked by uid 1001); 20 Nov 2001 21:33:54 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15354.52288.892293.990664@zircon.zircon.seattle.wa.us> Date: Tue, 20 Nov 2001 13:33:52 -0800 To: freebsd-java@freebsd.org Subject: Plugin fails in sysThreadBootstrap X-Mailer: VM 6.96 under Emacs 21.1.1 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have been debugging the plugin today. I have managed to step through InitializeJavaVM function up to the call to sysThreadBootstrap(), line 666 in javai.c. For some reason, gdb does not want to step into that function call, I suspect because I have somehow loaded a non-debugging version of libhpi. How to I get a version of libhpi with symbols so I can step further into the java_vm startup? /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message