From owner-freebsd-hackers Thu Feb 12 20:38:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17482 for freebsd-hackers-outgoing; Thu, 12 Feb 1998 20:38:48 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from netscape.com (h-205-217-237-47.netscape.com [205.217.237.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA17408 for ; Thu, 12 Feb 1998 20:38:22 -0800 (PST) (envelope-from toshok@netscape.com) Received: from dredd.mcom.com (dredd.mcom.com [205.217.237.54]) by netscape.com (8.8.5/8.8.5) with ESMTP id UAA10090 for ; Thu, 12 Feb 1998 20:37:51 -0800 (PST) Received: from netscape.com ([205.217.243.66]) by dredd.mcom.com (Netscape Messaging Server 3.5) with ESMTP id AAA6D44; Thu, 12 Feb 1998 20:37:50 -0800 Message-ID: <34E3CE26.880FC190@netscape.com> Date: Thu, 12 Feb 1998 20:37:58 -0800 From: Chris Toshok X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.ORG Subject: Another problem with debugging the navigator on FreeBSD2.2-STABLE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So, I've gotten around my complete inability to even *run* gdb on the navigator, but now I've got another problem: When I hit a breakpoint and try to either step or continue, I see: (gdb) c Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. foo_nsFunction (foo=0x0) at foofile.c:192 (gdb) The problem is, the breakpoint is at the same place at which the program just stopped. The only way to get past this breakpoint is to disable the breakpoint and continue. Disabling the breakpoing and stepping doesn't work. It's getting pretty frustrating, trying to debug a large amount of code by setting breakpoints at just about every line of a function and disabling one and then enabling another. Anyone got an idea what could be causing this? Debugging other programs works fine. I would imagine that the size of the program and it's shared libraries is part of the problem, but what can I do to fix it? Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message