From owner-freebsd-questions Wed Jun 26 17:42:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dynamic.hydro.washington.edu (dynamic.hydro.washington.edu [128.95.246.166]) by hub.freebsd.org (Postfix) with ESMTP id D86A537BE9D for ; Wed, 26 Jun 2002 16:22:45 -0700 (PDT) Received: from dynamic.hydro.washington.edu (localhost [127.0.0.1]) by dynamic.hydro.washington.edu (8.12.2/8.12.2) with ESMTP id g5QNMjNh081308 for ; Wed, 26 Jun 2002 16:22:45 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) Received: from localhost (penglish@localhost) by dynamic.hydro.washington.edu (8.12.2/8.12.2/Submit) with ESMTP id g5QNMjfE081305 for ; Wed, 26 Jun 2002 16:22:45 -0700 (PDT) (envelope-from penglish@hydro.washington.edu) X-Authentication-Warning: dynamic.hydro.washington.edu: penglish owned process doing -bs Date: Wed, 26 Jun 2002 16:22:45 -0700 (PDT) From: Paul English To: freebsd-questions@freebsd.org Subject: Mozilla (1.0) crashing problem Message-ID: <20020626161929.U71915-100000@dynamic.hydro.washington.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a problem with Mozilla 1.0 crashing. It seems like something avoidable. The error is: open dsp: No such file or directory Gdk-ERROR **: BadAccess (attempt to access private resource denied) serial 24 error_code 10 request_code 129 minor_code 1 This occurs whenever I go to certain sites (quite a few actually). My assumption is that mozilla is trying to access the nonexistant sound device on my machine. I tried to fool it by just creating an empty file there, or a link to /dev/null for /dev/dsp, but then I get: ioctl SNDCTL_DSP_RESET: Inappropriate ioctl for device ioctl SNDCTL_DSP_SETFMT: Inappropriate ioctl for device ioctl SNDCTL_DSP_SETFMT: Inappropriate ioctl for device ioctl SNDCTL_DSP_SPEED: Inappropriate ioctl for device ioctl SNDCTL_DSP_GETBLKSIZE: Inappropriate ioctl for device Gdk-ERROR **: BadAccess (attempt to access private resource denied) serial 24 error_code 10 request_code 129 minor_code 1 So it seems that it can't be fooled. What can I do? It seems that there is now way in userland to tell mozilla not to use sound, and there isn't at the level of ports options either. Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message