dd1d2c
diff -up firefox-68.1.0/xpcom/threads/nsThread.cpp.old firefox-68.1.0/xpcom/threads/nsThread.cpp
dd1d2c
--- firefox-68.1.0/xpcom/threads/nsThread.cpp.old	2019-09-20 12:17:35.481661390 +0200
dd1d2c
+++ firefox-68.1.0/xpcom/threads/nsThread.cpp	2019-09-20 12:19:14.269180516 +0200
dd1d2c
@@ -556,7 +556,8 @@ void nsThread::InitCommon() {
dd1d2c
     // kernel report them as separate regions, even when they are adjacent to
dd1d2c
     // heap memory. This allows us to accurately track the actual memory
dd1d2c
     // consumption of our allocated stacks.
dd1d2c
-    madvise(mStackBase, stackSize, MADV_NOHUGEPAGE);
dd1d2c
+    // not supported on RHEL6
dd1d2c
+    // madvise(mStackBase, stackSize, MADV_NOHUGEPAGE);
dd1d2c
 
dd1d2c
     pthread_attr_destroy(&attr);
dd1d2c
 #elif defined(XP_WIN)