On Thursday, August 4, 2016 at 12:28:20 AM UTC+3, Mike Hommey wrote:
> > Name            : gcc-multilib
> > Version         : 6.1.1-3
> 
> Since you're building with GCC 6, build with the following flags:
> -fno-schedule-insns2 -fno-delete-null-pointer-checks

Thank you, I've added those system-wise in /etc/makepkg.conf and noticed 
firefox compilation picked them up too which is great! :)

I've used a different mozconfig this time and firefox starts up this time with 
the caveat that it starts up with an immediate tab crash:

Bad news first: This tab has crashed

Now for the good news: You can just close this tab, restore it or restore all 
your crashed tabs.


I click Restore This Tab and I see a blank white page which is ok I guess. 
Ctrl+t shows me the newtab page with Search and a few blank rectangles where 
sites previously visited would show up as thumbnails.

Anyway, this is the current about:buildconfig

about:buildconfig
Build platform
target
x86_64-pc-linux-gnu
Build tools
Compiler        Version         Compiler flags
/usr/bin/ccache /usr/lib/ccache/bin/gcc -std=gnu99      6.1.1   -Wall 
-Wempty-body -Wignored-qualifiers -Wpointer-arith -Wsign-compare -Wtype-limits 
-Wunreachable-code -Wno-error=maybe-uninitialized 
-Wno-error=deprecated-declarations -Wno-error=array-bounds -O2 -pipe 
-march=native --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wno-trigraphs 
-fstack-protector-strong -fno-omit-frame-pointer -ftrack-macro-expansion=2 
-ggdb -fvar-tracking-assignments -fPIC -fno-schedule-insns2 
-fno-delete-null-pointer-checks -fno-strict-aliasing -fno-math-errno -pthread 
-pipe
/usr/bin/ccache /usr/lib/ccache/bin/g++ -std=gnu++11    6.1.1   -Wall 
-Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual 
-Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings 
-Wc++14-compat -Wno-invalid-offsetof -Wno-error=maybe-uninitialized 
-Wno-error=deprecated-declarations -Wno-error=array-bounds -O2 -pipe 
-march=native --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wno-trigraphs 
-fstack-protector-strong -fno-omit-frame-pointer -ftrack-macro-expansion=2 
-ggdb -fvar-tracking-assignments -fPIC -fno-schedule-insns2 
-fno-delete-null-pointer-checks -fno-exceptions -fno-strict-aliasing -fno-rtti 
-fno-exceptions -fno-math-errno -pthread -pipe -g -freorder-blocks -Os 
-fno-omit-frame-pointer
Configure options

--enable-application=browser --enable-debug --with-ccache=/usr/bin/ccache 
--enable-system-hunspell --enable-content-sandbox --disable-crashreporter 
--enable-gold --disable-maintenance-service --disable-necko-wifi 
--enable-optimize --enable-safe-browsing --enable-sandbox 
--disable-startupcache --disable-strip --enable-system-ffi 
--enable-system-pixman --enable-system-sqlite --disable-updater --prefix=/usr 
--with-system-bz2 --with-system-icu --with-system-jpeg --with-system-libevent 
--with-system-libvpx --with-system-nspr --without-system-nss --with-system-png 
--with-system-zlib


And this is the first ./mach run:

firefox-hg $ ./mach run
 0:00.88 /tmp/obj-x86_64-pc-linux-gnu/dist/bin/firefox -no-remote -profile 
/tmp/obj-x86_64-pc-linux-gnu/tmp/scratch_user
[25875] WARNING: Unable to read system value: 'aValue > 0', file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/xpcom/base/nsSystemInfo.cpp,
 line 908
[25875] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80520012: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2665
++DOCSHELL 0x7f08383e0800 == 1 [pid = 25875] [id = 1]
++DOMWINDOW == 1 (0x7f08383e2000) [pid = 25875] [serial = 1] [outer = (nil)]
++DOMWINDOW == 2 (0x7f083bd3b800) [pid = 25875] [serial = 2] [outer = 
0x7f08383e2000]
[25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 0x80004002: 
file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOCSHELL 0x7f083d971800 == 2 [pid = 25875] [id = 2]
++DOMWINDOW == 3 (0x7f0834929800) [pid = 25875] [serial = 3] [outer = (nil)]
++DOMWINDOW == 4 (0x7f083492a800) [pid = 25875] [serial = 4] [outer = 
0x7f0834929800]
[25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 0x80004002: 
file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOMWINDOW == 5 (0x7f083da60000) [pid = 25875] [serial = 5] [outer = 
0x7f08383e2000]
[25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 0x80004002: 
file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
LoadPlugin() /usr/lib/mozilla/plugins/libevbrowserplugin.so returned 
7f082e3c5fd0
[25875] WARNING: Failed to retarget HTML data delivery to the parser thread.: 
file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/parser/html/nsHtml5StreamParser.cpp,
 line 967
++DOCSHELL 0x7f082b51a000 == 3 [pid = 25875] [id = 3]
++DOMWINDOW == 6 (0x7f082b51a800) [pid = 25875] [serial = 6] [outer = (nil)]
++DOCSHELL 0x7f082b51b000 == 4 [pid = 25875] [id = 4]
++DOMWINDOW == 7 (0x7f082b2a2000) [pid = 25875] [serial = 7] [outer = (nil)]
++DOCSHELL 0x7f082a333800 == 5 [pid = 25875] [id = 5]
++DOMWINDOW == 8 (0x7f082a348400) [pid = 25875] [serial = 8] [outer = (nil)]
++DOMWINDOW == 9 (0x7f082a2b2c00) [pid = 25875] [serial = 9] [outer = 
0x7f082a348400]
[25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 0x80004002: 
file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
/tmp/obj-x86_64-pc-linux-gnu/dist/bin/plugin-container: 
/usr/lib/firefox/libxul.so: version `xul51a1' not found (required by 
/tmp/obj-x86_64-pc-linux-gnu/dist/bin/plugin-container)
[Parent 25875] WARNING: pipe error (42): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320
[Parent 25875] WARNING: pipe error (47): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320
[Parent 25875] WARNING: pipe error (46): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320
[Parent 25875] WARNING: pipe error (45): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320

###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E0063,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot 
send/recv

++DOMWINDOW == 10 (0x7f0829030000) [pid = 25875] [serial = 10] [outer = 
0x7f082b51a800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOMWINDOW == 11 (0x7f0829048c00) [pid = 25875] [serial = 11] [outer = 
0x7f082b2a2000]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947

###!!! [Parent][OnMaybeDequeueOne] Error: Channel error: cannot send/recv

[Parent 25875] WARNING: FileDescriptorSet destroyed with unconsumed 
descriptors: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc,
 line 22

###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E007D,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

++DOCSHELL 0x7f08290db800 == 6 [pid = 25875] [id = 6]
++DOMWINDOW == 12 (0x7f08290b6000) [pid = 25875] [serial = 12] [outer = (nil)]
++DOMWINDOW == 13 (0x7f08290b8400) [pid = 25875] [serial = 13] [outer = 
0x7f08290b6000]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOMWINDOW == 14 (0x7f0829df6c00) [pid = 25875] [serial = 14] [outer = 
0x7f08290b6000]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
/tmp/obj-x86_64-pc-linux-gnu/dist/bin/plugin-container: 
/usr/lib/firefox/libxul.so: version `xul51a1' not found (required by 
/tmp/obj-x86_64-pc-linux-gnu/dist/bin/plugin-container)
[Parent 25875] WARNING: pipe error (51): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320
[Parent 25875] WARNING: pipe error (56): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320
[Parent 25875] WARNING: pipe error (55): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320
[Parent 25875] WARNING: pipe error (54): Connection reset by peer: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
 line 320

###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E0063,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot 
send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E0001,name=PBrowser::Msg_AsyncMessage) Channel error: cannot 
send/recv

JavaScript error: chrome://global/content/bindings/remote-browser.xml, line 44: 
NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff 
(NS_ERROR_UNEXPECTED) [nsIMessageSender.sendAsyncMessage]

###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E0067,name=PBrowser::Msg_ParentActivated) Channel error: cannot 
send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E0065,name=PBrowser::Msg_Activate) Channel error: cannot send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E0063,name=PBrowser::Msg_UpdateDimensions) Channel error: cannot 
send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E006E,name=PBrowser::Msg_RealMouseButtonEvent) Channel error: 
cannot send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E006D,name=PBrowser::Msg_SynthMouseMoveEvent) Channel error: cannot 
send/recv


###!!! [Parent][OnMaybeDequeueOne] Error: Channel error: cannot send/recv

[Parent 25875] WARNING: FileDescriptorSet destroyed with unconsumed 
descriptors: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc,
 line 22

###!!! [Parent][MessageChannel] Error: 
(msgtype=0x2E007D,name=PBrowser::Msg_Destroy) Channel error: cannot send/recv

++DOCSHELL 0x7f082571f000 == 7 [pid = 25875] [id = 7]
++DOMWINDOW == 15 (0x7f0826b28800) [pid = 25875] [serial = 15] [outer = (nil)]
++DOMWINDOW == 16 (0x7f0826b2c000) [pid = 25875] [serial = 16] [outer = 
0x7f0826b28800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOMWINDOW == 17 (0x7f08290be800) [pid = 25875] [serial = 17] [outer = 
0x7f0826b28800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOCSHELL 0x7f0826f46000 == 8 [pid = 25875] [id = 8]
++DOMWINDOW == 18 (0x7f0826f47000) [pid = 25875] [serial = 18] [outer = (nil)]
++DOMWINDOW == 19 (0x7f0826f4a000) [pid = 25875] [serial = 19] [outer = 
0x7f0826f47000]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOMWINDOW == 20 (0x7f08270d6000) [pid = 25875] [serial = 20] [outer = 
0x7f0826f47000]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOCSHELL 0x7f0826c32800 == 9 [pid = 25875] [id = 9]
++DOMWINDOW == 21 (0x7f08275f9800) [pid = 25875] [serial = 21] [outer = (nil)]
++DOMWINDOW == 22 (0x7f0827c29400) [pid = 25875] [serial = 22] [outer = 
0x7f08275f9800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
[Parent 25875] WARNING: Could not get disk status from nsIDiskSpaceWatcher: 
file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/uriloader/prefetch/nsOfflineCacheUpdateService.cpp,
 line 283
++DOMWINDOW == 23 (0x7f0827c27000) [pid = 25875] [serial = 23] [outer = 
0x7f08275f9800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
--DOCSHELL 0x7f082a333800 == 8 [pid = 25875] [id = 5]
--DOCSHELL 0x7f08290db800 == 7 [pid = 25875] [id = 6]
--DOMWINDOW == 22 (0x7f08290b6000) [pid = 25875] [serial = 12] [outer = (nil)] 
[url = about:tabcrashed?e=tabcrashed&u=about%3Ablank&c=&f=regular&d=%20]
--DOMWINDOW == 21 (0x7f082a348400) [pid = 25875] [serial = 8] [outer = (nil)] 
[url = about:blank]
++DOMWINDOW == 22 (0x7f08270c0c00) [pid = 25875] [serial = 24] [outer = 
0x7f0826b28800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
++DOMWINDOW == 23 (0x7f0827fc2400) [pid = 25875] [serial = 25] [outer = 
0x7f0826b28800]
[Parent 25875] WARNING: NS_ENSURE_TRUE(document) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/extensions/cookie/nsPermissionManager.cpp,
 line 2004
[Parent 25875] WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 
0x80004002: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/base/nsDocument.cpp,
 line 5947
--DOMWINDOW == 22 (0x7f0826b2c000) [pid = 25875] [serial = 16] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 21 (0x7f0829df6c00) [pid = 25875] [serial = 14] [outer = (nil)] 
[url = about:tabcrashed?e=tabcrashed&u=about%3Ablank&c=&f=regular&d=%20]
--DOMWINDOW == 20 (0x7f08290b8400) [pid = 25875] [serial = 13] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 19 (0x7f082a2b2c00) [pid = 25875] [serial = 9] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 18 (0x7f083bd3b800) [pid = 25875] [serial = 2] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 17 (0x7f0826f4a000) [pid = 25875] [serial = 19] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 16 (0x7f0827c29400) [pid = 25875] [serial = 22] [outer = (nil)] 
[url = about:blank]
--DOCSHELL 0x7f0826f46000 == 6 [pid = 25875] [id = 8]
--DOCSHELL 0x7f08383e0800 == 5 [pid = 25875] [id = 1]
--DOCSHELL 0x7f0826c32800 == 4 [pid = 25875] [id = 9]
--DOCSHELL 0x7f082b51a000 == 3 [pid = 25875] [id = 3]
--DOCSHELL 0x7f082571f000 == 2 [pid = 25875] [id = 6]
--DOCSHELL 0x7f083d971800 == 1 [pid = 25875] [id = 2]
--DOCSHELL 0x7f082b51b000 == 0 [pid = 25875] [id = 4]
[Parent 25875] WARNING: NS_ENSURE_TRUE(maybeContext) failed: file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/xpcom/threads/nsThread.cpp,
 line 921
[Parent 25875] WARNING: 'NS_FAILED(RemovePermissionChangeObserver())', file 
/home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/notification/Notification.cpp,
 line 677
]: --DOMWINDOW == 15 (0x7f083492a800) [pid = 25875] [serial = 4] [outer = 
(nil)] [url = about:blank]
--DOMWINDOW == 14 (0x7f0834929800) [pid = 25875] [serial = 3] [outer = (nil)] 
[url = chrome://browser/content/browser.xul]
--DOMWINDOW == 13 (0x7f0827fc2400) [pid = 25875] [serial = 25] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 12 (0x7f0826b28800) [pid = 25875] [serial = 15] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 11 (0x7f082b2a2000) [pid = 25875] [serial = 7] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 10 (0x7f0829048c00) [pid = 25875] [serial = 11] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 9 (0x7f082b51a800) [pid = 25875] [serial = 6] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 8 (0x7f0829030000) [pid = 25875] [serial = 10] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 7 (0x7f08270c0c00) [pid = 25875] [serial = 24] [outer = (nil)] 
[url = about:blank]
--DOMWINDOW == 6 (0x7f08290be800) [pid = 25875] [serial = 17] [outer = (nil)] 
[url = about:tabcrashed?e=tabcrashed&u=about%3Ablank&c=&f=regular&d=%20]
--DOMWINDOW == 5 (0x7f0827c27000) [pid = 25875] [serial = 23] [outer = (nil)] 
[url = 
about:neterror?e=connectionFailure&u=https%3A//self-repair.mozilla.org/en-US/repair&c=UTF-8&f=regular&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20self-repair.mozilla.org.]
--DOMWINDOW == 4 (0x7f08270d6000) [pid = 25875] [serial = 20] [outer = (nil)] 
[url = data:application/vnd.mozilla.xul+xml;charset=utf-8,<window%20id='win'/>]
--DOMWINDOW == 3 (0x7f08275f9800) [pid = 25875] [serial = 21] [outer = (nil)] 
[url = 
about:neterror?e=connectionFailure&u=https%3A//self-repair.mozilla.org/en-US/repair&c=UTF-8&f=regular&d=Firefox%20can%E2%80%99t%20establish%20a%20connection%20to%20the%20server%20at%20self-repair.mozilla.org.]
--DOMWINDOW == 2 (0x7f0826f47000) [pid = 25875] [serial = 18] [outer = (nil)] 
[url = data:application/vnd.mozilla.xul+xml;charset=utf-8,<window%20id='win'/>]
--DOMWINDOW == 1 (0x7f08383e2000) [pid = 25875] [serial = 1] [outer = (nil)] 
[url = resource://gre-resources/hiddenWindow.html]
--DOMWINDOW == 0 (0x7f083da60000) [pid = 25875] [serial = 5] [outer = (nil)] 
[url = resource://gre-resources/hiddenWindow.html]
nsStringStats
 => mAllocCount:          77697
 => mReallocCount:         7760
 => mFreeCount:           77697
 => mShareCount:          78792
 => mAdoptCount:           4425
 => mAdoptFreeCount:       4425
 => Process ID: 25875, Thread ID: 139673939302208
Press any key to continue...


And this is the currently used mozconfig(I've stripped the comments):

. $topsrcdir/browser/config/mozconfig


ac_add_options --enable-application=browser

ac_add_options --enable-optimize

ac_add_options --disable-strip
ac_add_options --enable-debug
ac_add_options --enable-debug-symbols


ac_add_options --enable-tests


ac_add_options --prefix=/usr
ac_add_options --with-system-nspr

ac_add_options --without-system-nss

ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
ac_add_options --with-system-png
ac_add_options --with-system-libevent

ac_add_options --with-system-libvpx

ac_add_options --enable-system-hunspell
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-ffi


ac_add_options --disable-crashreporter
ac_add_options --disable-updater
ac_add_options --enable-gold
ac_add_options --with-x
ac_add_options --disable-maintenance-service
ac_add_options --enable-sandbox
ac_add_options --enable-content-sandbox

ac_add_options --enable-safe-browsing

ac_add_options --disable-startupcache
ac_add_options --enable-system-pixman

ac_add_options --disable-necko-wifi
ac_add_options --with-system-icu

mk_add_options AUTOCONF=autoconf-2.13

mk_add_options PYTHON=/usr/bin/python2

mk_add_options MOZ_MAKE_FLAGS="-j4"

ac_add_options --with-ccache=/usr/bin/ccache
mk_add_options MOZ_OBJDIR=/tmp/obj-@CONFIG_GUESS@


This build took 99minutes btw, so even though I want my original mozconfig, it 
might take too much time to figure out which setting was the main culprit that 
caused all those bad errors before. But I'll let y'all know what I find, if 
anything.
All the stuff I used to compile is here: 
https://github.com/icanrealizeum/manjarred/tree/cc7cbc126dd65f6dc3731db7a579acc591429db0/system/Z575/OSes/manjaro2/on_baremetal/filesystem_now/manjaro/home/z/build/1packages/firefox-hg

with the note that makepkg.conf and pacman.conf are having some serious effect, 
and located here: 
https://github.com/icanrealizeum/manjarred/tree/cc7cbc126dd65f6dc3731db7a579acc591429db0/system/Z575/OSes/manjaro2/on_baremetal/filesystem_now/manjaro/etc

Anyway, cheers! :)
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to