Advertisement
Guest User

Untitled

a guest
Sep 11th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --- a/js/src/vm/Runtime.cpp Fri May 23 14:08:43 2014 +0300
  2. +++ b/js/src/vm/Runtime.cpp Fri May 23 14:20:25 2014 +0300
  3. @@ -649,7 +649,8 @@
  4. {
  5. // Don't bother trying to cache the getenv lookup; this should be called
  6. // infrequently.
  7. - return !!getenv("JS_DISABLE_SLOW_SCRIPT_SIGNALS");
  8. + // return !!getenv("JS_DISABLE_SLOW_SCRIPT_SIGNALS");
  9. + return true; /* disable slow scrit signals to fix segfaults */
  10. }
  11.  
  12. void
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement