pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42988: firefox-3.6.2 often core dumps on right click



The following reply was made to PR pkg/42988; it has been noted by GNATS.

From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Jens Rehsack <rehsack%googlemail.com@localhost>, Thomas Klausner 
<wiz%NetBSD.org@localhost>
Subject: Re: pkg/42988: firefox-3.6.2 often core dumps on right click
Date: Tue, 23 Mar 2010 12:13:50 +0100

 Here is a patch for you to try.
 
 $NetBSD$
 
 Disable all sound support for now since it causes
 crashes and doesn't work correctly anyway ...
 
 --- ./widget/src/gtk2/nsSound.cpp.orig 2010-03-15
 14:56:04.000000000 +0000 +++ ./widget/src/gtk2/nsSound.cpp
 @@ -149,6 +149,8 @@ nsSound::Init()
  
      mInited = PR_TRUE;
  
 +    return NS_OK;
 +
      if (!elib) {
          elib = PR_LoadLibrary("libesd.so.0");
          if (elib) {
 


Home | Main Index | Thread Index | Old Index