Subject: Re: Firefox 1.5 package
To: Geert Hendrickx <ghen@telenet.be>
From: Hubert Feyrer <feyrer@cs.stevens.edu>
List: tech-pkg
Date: 12/01/2005 11:18:05
Martin Husemann came up with data for the patch below, and it makes a 
difference for me. At least when running 
work.i386/mozilla//dist/bin/firefox, i still get fireworks by just running 
"firefox"... weird.

I've placed some evidence at http://www.feyrer.de/Misc/firefox15.gif.

I need some sleep now.


  - Hubert


--- profile/dirserviceprovider/src/nsProfileLock.cpp.orig	2005-12-01 04:48:00.000000000 -0500
+++ profile/dirserviceprovider/src/nsProfileLock.cpp	2005-12-01 04:49:07.000000000 -0500
@@ -384,6 +384,7 @@
                  act.sa_flags = 0;
                  sigfillset(&act.sa_mask);

+#if 0 /*HF*/
  #define CATCH_SIGNAL(signame)                                           \
  PR_BEGIN_MACRO                                                          \
    if (sigaction(signame, NULL, &oldact) == 0 &&                         \
@@ -402,6 +403,7 @@
                  CATCH_SIGNAL(SIGTERM);

  #undef CATCH_SIGNAL
+#endif
              }
          }
      }