From owner-freebsd-questions@FreeBSD.ORG Sun May 16 13:24:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D9416A4CE for ; Sun, 16 May 2004 13:24:52 -0700 (PDT) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9287643D1D for ; Sun, 16 May 2004 13:24:51 -0700 (PDT) (envelope-from dgw@liwest.at) Received: from cm217-96.liwest.at ([81.10.217.96]) by lilzmailso02.liwest.at with esmtp (Exim 4.24) id 1BPSBI-0004wa-Vq for questions@freebsd.org; Sun, 16 May 2004 22:24:21 +0200 From: Daniela To: questions@freebsd.org Date: Sun, 16 May 2004 21:21:35 +0000 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405162121.35657.dgw@liwest.at> Subject: Strange Mozilla crash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 20:24:52 -0000 Hi! My Mozilla hangs very often, and now I attached to the hanged process with gdb to see what's wrong. I have debug symbols in Mozilla, in every other program and in the entire OS. The backtrace is: #0 0x28458d60 in __sys_poll () from /usr/lib/libc_r.so.4 #1 0x284582ac in thread_kern_poll (wait_reqd=1) at /usr/src/lib/libc_r/uthread/uthread_kern.c:817 #2 0x28457c71 in _thread_kern_scheduler () at /usr/src/lib/libc_r/uthread/uthread_kern.c:493 #3 0x0 in ?? () When detaching from the program, I see the following: The program is running. Quit anyway (and detach it)? (y or n) y Detaching from program: /usr/ports/www/mozilla/work/mozilla/dist/bin/ mozilla-bin, process 33788, thread 1 ptrace: No such process But the process is still there, so I don't know why ptrace can't find it. What can I do now? I'm really curious what goes on in a hanging program, and maybe I can even fix a bug. I'm familiar with assembly language and also have basic C knowledge. Regards, Daniela