Closed
Bug 1323699
Opened 9 years ago
Closed 9 years ago
Firefox (UI) hangs with "Not responding" in Linux when visiting this url or this youtube video (only with NoScript extension)
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: u585343, Unassigned)
Details
Attachments
(1 file)
|
23.82 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2952.0 Safari/537.36
Steps to reproduce:
Visiting this url instantly hangs the UI (top reports 'firefox' thread as using 99-100% (1 core) CPU)
http://www.mediamarkt.hu/hu/product/_sennheiser-mx-475-f%C3%BClhallgat%C3%B3-1159758.html?utm_source=Argep.hu&utm_medium=listing&utm_campaign=Arosszehasonlito
It used to hang also when viewing this youtube video, after 10-14 seconds, but it doesn't anymore! https://www.youtube.com/watch?v=LM5XFl4gDO8
It would only hang with youtube classic interface. Oh nevermind, it hung again after firefox restart!
Actual results:
It doesn't hang when visiting this: www.mediamarkt.hu/hu/product/_sennheiser-mx-475-fĂĽlhallgatĂł-1159758.html
but it hangs when I add to that the part from '?', so this hangs:
www.mediamarkt.hu/hu/product/_sennheiser-mx-475-fĂĽlhallgatĂł-1159758.html?utm_source=Argep.hu&utm_medium=listing&utm_campaign=Arosszehasonlito
The youtube video only hangs sometimes, usually always if youtube doesn't change their interface randomly, as they do.
Expected results:
no hangs
What I've tried:
Disabling e10s, but perhaps it was incomplete, as there was still this listed in about:support
Multi-process staged rollout 1.6 true e10srollout@mozilla.org
and I don't know how to make that false!
But I did try to disable e10s according to this: https://wiki.mozilla.org/Electrolysis#Nightly.2FAurora
Also had this set: accessibility.force_disabled=1
The issue remained.
Bugs I've looked at but don't seem to be it:
https://bugzilla.mozilla.org/show_bug.cgi?id=1318938
https://bugzilla.mozilla.org/show_bug.cgi?id=1321960
If you're using latest firefox-hg, and that url doesn't hang yours, then you may close this bug, because it's probably something else I'm doing wrong on my side(or my vendor.js settings?)
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Actual firefox compiled/used above was:
changeset: 325877:18b5a7a5d833
tag: tip
Will try the newest one:
changeset: 325898:7652a58efa46
tag: tip
Issue remains.
Here's my about:buildconfig
Build platform
target
x86_64-pc-linux-gnu
Build tools
Compiler Version Compiler flags
/usr/bin/ccache /usr/bin/gcc -std=gnu99 6.2.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 -pipe -march=native -Wno-trigraphs -fno-schedule-insns2 -fno-delete-null-pointer-checks -mtune=native -fomit-frame-pointer -Ofast -fno-fast-math -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -fno-math-errno -pthread -pipe
/usr/bin/ccache /usr/bin/g++ -std=gnu++11 6.2.1 -Wall -Wc++11-compat -Wempty-body -Wignored-qualifiers -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wtype-limits -Wunreachable-code -Wwrite-strings -Wno-invalid-offsetof -Wc++14-compat -Wno-error=maybe-uninitialized -Wno-error=deprecated-declarations -Wno-error=array-bounds -pipe -march=native -Wno-trigraphs -fno-schedule-insns2 -fno-delete-null-pointer-checks -mtune=native -fomit-frame-pointer -Ofast -fno-fast-math -D_FORTIFY_SOURCE=2 -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -fno-math-errno -pthread -pipe -freorder-blocks -Os -fomit-frame-pointer
Configure options
--enable-application=browser --disable-tests --with-ccache=/usr/bin/ccache --disable-debug-symbols --enable-rust --disable-profiling --enable-more-deterministic --enable-system-ffi --disable-wmf --disable-printing --disable-webspeech --disable-dbm MAKE=/usr/bin/make --enable-system-hunspell --disable-accessibility --disable-alsa --disable-b2g-bt --disable-b2g-camera --disable-b2g-ril --enable-content-sandbox --disable-cpp-rtti --disable-crashreporter --enable-dbus --disable-debug-js-modules --disable-directshow --disable-dtrace --disable-dump-painting --enable-extensions=default,-skipgnomevfs,-skipgio --disable-gio --disable-gnomeui --enable-gold --disable-libproxy --disable-logrefcnt --disable-maintenance-service --disable-necko-wifi --disable-nfc --disable-omx-plugin --enable-optimize --disable-parental-controls --enable-pie --enable-pulseaudio --disable-raw --enable-safe-browsing --enable-sandbox --disable-signmar --disable-startupcache --disable-stdcxx-compat --enable-strip --disable-synth-pico --disable-system-cairo --disable-system-extension-dirs --enable-system-pixman --disable-tasktracer --disable-updater --disable-valgrind --disable-verify-mar --enable-webrtc --enable-xul --prefix=/usr --with-intl-api --with-system-bz2 --with-system-icu --with-system-jpeg --with-system-libevent --with-system-libvpx --without-system-nspr --without-system-nss --with-system-zlib
Issue remains even after recompiling firefox with
ac_add_options --disable-rust
instead of
ac_add_options --enable-rust
Did you test with the official build for Linux?
Flags: needinfo?(Luciani.Mezera+mozillabugzilla)
I've tested only firefox 50.1.0 from Manjaro, which doesn't exhibit the issue.
Looks like that's the same version as the official build, at the moment.
Flags: needinfo?(Luciani.Mezera+mozillabugzilla)
Further testing shows that the extension NoScript (currently version 2.9.5.2) must be present in order for this issue to ocurr!
So, needed: NoScript+firefox trunk in linux x64
No plugins! No flash.
I'm guessing the hang happens because noscript is displaying an XSS tip about googletagmanager.com when loading that site, and that tip is doing the freezing; but I only see this tip when running the official firefox build which doesn't hang.
I'm recompiling with debugging info, but so far the following coredump shows in logs when I click to close then says it's not responding and I choose yes to force close:
Dec 15 20:35:40 systemd-coredump[3413]: Process 3372 (Web Content) of user 1000 dumped core.
Stack trace of thread 3375:
#0 0x00007f8150862d58 n/a (libxul.so)
#1 0x00007f8150862e1c n/a (libxul.so)
#2 0x00007f814c874a12 event_base_loop (libevent-2.0.so.5)
#3 0x00007f815084471b n/a (libxul.so)
#4 0x00007f815084717a n/a (libxul.so)
#5 0x00007f8150851f35 n/a (libxul.so)
#6 0x00007f815084e752 n/a (libxul.so)
#7 0x00007f81540af454 start_thread (libpthread.so.0)
#8 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3378:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3377:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f8150b45942 n/a (libxul.so)
#3 0x00007f815447e5ac n/a (libnspr4.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3380:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3395:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f815063b0b5 n/a (libxul.so)
#3 0x00007f815063cf64 n/a (libxul.so)
#4 0x00007f815063d334 n/a (libxul.so)
#5 0x00007f8150640867 n/a (libxul.so)
#6 0x00007f815065dc6f n/a (libxul.so)
#7 0x00007f815085ceaa n/a (libxul.so)
#8 0x00007f815084717a n/a (libxul.so)
#9 0x00007f815063e863 n/a (libxul.so)
#10 0x00007f815447e5ac n/a (libnspr4.so)
#11 0x00007f81540af454 start_thread (libpthread.so.0)
#12 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3379:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3398:
#0 0x00007f814ef1848d poll (libc.so.6)
#1 0x00007f814b6dd786 n/a (libglib-2.0.so.0)
#2 0x00007f814b6dd89c g_main_context_iteration (libglib-2.0.so.0)
#3 0x00007f814b6dd8e1 n/a (libglib-2.0.so.0)
#4 0x00007f814b7050d5 n/a (libglib-2.0.so.0)
#5 0x00007f81540af454 start_thread (libpthread.so.0)
#6 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3372:
#0 0x00007f814ef1848d poll (libc.so.6)
#1 0x00007f8151949504 n/a (libxul.so)
#2 0x00007f814b6dd786 n/a (libglib-2.0.so.0)
#3 0x00007f814b6dd89c g_main_context_iteration (libglib-2.0.so.0)
#4 0x00007f815194954d n/a (libxul.so)
#5 0x00007f8151934dab n/a (libxul.so)
#6 0x00007f8151934f94 n/a (libxul.so)
#7 0x00007f81506407b1 n/a (libxul.so)
#8 0x00007f815065dc6f n/a (libxul.so)
#9 0x00007f815085cc5f n/a (libxul.so)
#10 0x00007f815084717a n/a (libxul.so)
#11 0x00007f81519330ac n/a (libxul.so)
#12 0x00007f8151f36b70 XRE_RunAppShell (libxul.so)
#13 0x00007f815084717a n/a (libxul.so)
#14 0x00007f8151f37217 XRE_InitChildProcess (libxul.so)
#15 0x000055fad6f598ef n/a (plugin-container)
#16 0x00007f814ee59291 __libc_start_main (libc.so.6)
#17 0x000055fad6f597aa _start (plugin-container)
Stack trace of thread 3381:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3389:
#0 0x00007f81540b54b8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d4f9 n/a (libnspr4.so)
#2 0x00007f815447d841 PR_WaitCondVar (libnspr4.so)
#3 0x00007f815063b0b5 n/a (libxul.so)
#4 0x00007f8150642af7 n/a (libxul.so)
#5 0x00007f81506408ec n/a (libxul.so)
#6 0x00007f815065dc6f n/a (libxul.so)
#7 0x00007f815085ceaa n/a (libxul.so)
#8 0x00007f815084717a n/a (libxul.so)
#9 0x00007f815063e863 n/a (libxul.so)
#10 0x00007f815447e5ac n/a (libnspr4.so)
#11 0x00007f81540af454 start_thread (libpthread.so.0)
#12 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3386:
#0 0x00007f814ef1848d poll (libc.so.6)
#1 0x00007f815447abfe n/a (libnspr4.so)
#2 0x00007f81506bee66 n/a (libxul.so)
#3 0x00007f81506c4ac3 n/a (libxul.so)
#4 0x00007f81506c5f96 n/a (libxul.so)
#5 0x00007f81506408ec n/a (libxul.so)
#6 0x00007f815065dc6f n/a (libxul.so)
#7 0x00007f815085ce60 n/a (libxul.so)
#8 0x00007f815084717a n/a (libxul.so)
#9 0x00007f815063e863 n/a (libxul.so)
#10 0x00007f815447e5ac n/a (libnspr4.so)
#11 0x00007f81540af454 start_thread (libpthread.so.0)
#12 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3382:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3387:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f815063b0b5 n/a (libxul.so)
#3 0x00007f815063bea4 n/a (libxul.so)
#4 0x00007f815447e5ac n/a (libnspr4.so)
#5 0x00007f81540af454 start_thread (libpthread.so.0)
#6 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3383:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3388:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f815063b0b5 n/a (libxul.so)
#3 0x00007f815063fded n/a (libxul.so)
#4 0x00007f815447e5ac n/a (libnspr4.so)
#5 0x00007f81540af454 start_thread (libpthread.so.0)
#6 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3384:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3400:
#0 0x00007f81540b54b8 pthread_cond_timedwait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d4f9 n/a (libnspr4.so)
#2 0x00007f815447d841 PR_WaitCondVar (libnspr4.so)
#3 0x00007f8150648086 n/a (libxul.so)
#4 0x00007f81506408ec n/a (libxul.so)
#5 0x00007f815065dc6f n/a (libxul.so)
#6 0x00007f815085ce60 n/a (libxul.so)
#7 0x00007f815084717a n/a (libxul.so)
#8 0x00007f815063e863 n/a (libxul.so)
#9 0x00007f815447e5ac n/a (libnspr4.so)
#10 0x00007f81540af454 start_thread (libpthread.so.0)
#11 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3385:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8152a54963 n/a (libxul.so)
#2 0x00007f8152739c8d n/a (libxul.so)
#3 0x00007f8152753f2a n/a (libxul.so)
#4 0x00007f81540af454 start_thread (libpthread.so.0)
#5 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3397:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8150854797 n/a (libxul.so)
#2 0x00007f8150854809 n/a (libxul.so)
#3 0x00007f81508472af n/a (libxul.so)
#4 0x00007f815084717a n/a (libxul.so)
#5 0x00007f8150851f35 n/a (libxul.so)
#6 0x00007f815084e752 n/a (libxul.so)
#7 0x00007f81540af454 start_thread (libpthread.so.0)
#8 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3390:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f8150e533b6 n/a (libxul.so)
#3 0x00007f81506408ec n/a (libxul.so)
#4 0x00007f815065dc6f n/a (libxul.so)
#5 0x00007f815085ce60 n/a (libxul.so)
#6 0x00007f815084717a n/a (libxul.so)
#7 0x00007f815063e863 n/a (libxul.so)
#8 0x00007f815447e5ac n/a (libnspr4.so)
#9 0x00007f81540af454 start_thread (libpthread.so.0)
#10 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3391:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f8150e533b6 n/a (libxul.so)
#3 0x00007f81506408ec n/a (libxul.so)
#4 0x00007f815065dc6f n/a (libxul.so)
#5 0x00007f815085ce60 n/a (libxul.so)
#6 0x00007f815084717a n/a (libxul.so)
#7 0x00007f815063e863 n/a (libxul.so)
#8 0x00007f815447e5ac n/a (libnspr4.so)
#9 0x00007f81540af454 start_thread (libpthread.so.0)
#10 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3392:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f8150e533b6 n/a (libxul.so)
#3 0x00007f81506408ec n/a (libxul.so)
#4 0x00007f815065dc6f n/a (libxul.so)
#5 0x00007f815085ce60 n/a (libxul.so)
#6 0x00007f815084717a n/a (libxul.so)
#7 0x00007f815063e863 n/a (libxul.so)
#8 0x00007f815447e5ac n/a (libnspr4.so)
#9 0x00007f81540af454 start_thread (libpthread.so.0)
#10 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3393:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f815447d833 PR_WaitCondVar (libnspr4.so)
#2 0x00007f815063b0b5 n/a (libxul.so)
#3 0x00007f815063cf64 n/a (libxul.so)
#4 0x00007f815063d334 n/a (libxul.so)
#5 0x00007f8150640867 n/a (libxul.so)
#6 0x00007f815065dc6f n/a (libxul.so)
#7 0x00007f815085ceaa n/a (libxul.so)
#8 0x00007f815084717a n/a (libxul.so)
#9 0x00007f815063e863 n/a (libxul.so)
#10 0x00007f815447e5ac n/a (libnspr4.so)
#11 0x00007f81540af454 start_thread (libpthread.so.0)
#12 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3396:
#0 0x00007f814ef1848d poll (libc.so.6)
#1 0x00007f8135ae3121 n/a (libpulse.so.0)
#2 0x00007f8135ad48f1 pa_mainloop_poll (libpulse.so.0)
#3 0x00007f8135ad4f8e pa_mainloop_iterate (libpulse.so.0)
#4 0x00007f8135ad5040 pa_mainloop_run (libpulse.so.0)
#5 0x00007f8135ae3069 n/a (libpulse.so.0)
#6 0x00007f8135881ed8 n/a (libpulsecommon-9.0.so)
#7 0x00007f81540af454 start_thread (libpthread.so.0)
#8 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3399:
#0 0x00007f814ef1848d poll (libc.so.6)
#1 0x00007f814b6dd786 n/a (libglib-2.0.so.0)
#2 0x00007f814b6ddb12 g_main_loop_run (libglib-2.0.so.0)
#3 0x00007f814aa21316 n/a (libgio-2.0.so.0)
#4 0x00007f814b7050d5 n/a (libglib-2.0.so.0)
#5 0x00007f81540af454 start_thread (libpthread.so.0)
#6 0x00007f814ef217df __clone (libc.so.6)
Stack trace of thread 3394:
#0 0x00007f81540b510f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1 0x00007f8150854797 n/a (libxul.so)
#2 0x00007f8150854809 n/a (libxul.so)
#3 0x00007f81508472af n/a (libxul.so)
#4 0x00007f815084717a n/a (libxul.so)
#5 0x00007f8150851f35 n/a (libxul.so)
#6 0x00007f815084e752 n/a (libxul.so)
#7 0x00007f81540af454 start_thread (libpthread.so.0)
#8 0x00007f814ef217df __clone (libc.so.6)
[Child 14523] WARNING: Trying to overwrite value of default pref browser.search.update with the wrong type!: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/prefapi.cpp, line 771
--DOMWINDOW == 73 (0x7f52ecec1000) [pid = 14390] [serial = 70] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 72 (0x7f52e9d13800) [pid = 14390] [serial = 74] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 71 (0x7f52e888cc00) [pid = 14390] [serial = 53] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 70 (0x7f530ba98400) [pid = 14390] [serial = 80] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 69 (0x7f53049e5c00) [pid = 14390] [serial = 76] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 68 (0x7f52f5ecac00) [pid = 14390] [serial = 25] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 67 (0x7f52f61ba800) [pid = 14390] [serial = 27] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 66 (0x7f52f61c2000) [pid = 14390] [serial = 29] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 65 (0x7f52f9044800) [pid = 14390] [serial = 31] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 64 (0x7f52f904c800) [pid = 14390] [serial = 33] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 63 (0x7f52ea6e1000) [pid = 14390] [serial = 35] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 62 (0x7f52ea6e9000) [pid = 14390] [serial = 37] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 61 (0x7f53088e7400) [pid = 14390] [serial = 39] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 60 (0x7f53088efc00) [pid = 14390] [serial = 41] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 59 (0x7f52ea28c000) [pid = 14390] [serial = 43] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 58 (0x7f52ea020800) [pid = 14390] [serial = 45] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 57 (0x7f52ea02ec00) [pid = 14390] [serial = 47] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 56 (0x7f52e8918c00) [pid = 14390] [serial = 49] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 55 (0x7f52e8920000) [pid = 14390] [serial = 51] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 54 (0x7f52e86c4800) [pid = 14390] [serial = 55] [outer = (nil)] [url = about:blank]
[Child 14523] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/toolkit/xre/nsXREDirProvider.cpp, line 1703
[Child 14523] 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
[Child 14523] ###!!! ASSERTION: ENSURE_MAIN_PROCESS failed. Cannot SetBoolPref from content process: expose-all: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/nsPrefBranch.cpp, line 157
[Child 14523] ###!!! ASSERTION: ENSURE_MAIN_PROCESS failed. Cannot SetBoolPref from content process: expose.nntp: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/nsPrefBranch.cpp, line 157
[Child 14523] ###!!! ASSERTION: ENSURE_MAIN_PROCESS failed. Cannot SetBoolPref from content process: expose.mailto: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/nsPrefBranch.cpp, line 157
[Child 14523] ###!!! ASSERTION: ENSURE_MAIN_PROCESS failed. Cannot SetBoolPref from content process: expose.snews: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/nsPrefBranch.cpp, line 157
[Child 14523] ###!!! ASSERTION: ENSURE_MAIN_PROCESS failed. Cannot SetBoolPref from content process: expose.news: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/nsPrefBranch.cpp, line 157
[Child 14523] ###!!! ASSERTION: ENSURE_MAIN_PROCESS failed. Cannot ClearUserPref from content process: default.javascript.enabled: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/nsPrefBranch.cpp, line 506
++DOCSHELL 0x7f9470c67000 == 1 [pid = 14523] [id = {a9498db8-7d16-40c7-b6b4-bd5519cab297}]
++DOMWINDOW == 1 (0x7f9464b99400) [pid = 14523] [serial = 1] [outer = (nil)]
++DOMWINDOW == 2 (0x7f947128ac00) [pid = 14523] [serial = 2] [outer = 0x7f9464b99400]
[Child 14523] WARNING: site security information will not be persisted: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/security/manager/ssl/nsSiteSecurityService.cpp, line 268
-- After a few seconds of waiting:
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 14390] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
-- Then I close it with not responding:
Hit MOZ_CRASH(Aborting on channel error.) at /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/ipc/glue/MessageChannel.cpp:2155
#01: ???[/usr/lib/firefox/libxul.so +0xd951b4]
#02: event_base_loop[/usr/lib/libevent-2.0.so.5 +0x10a12]
#03: ???[/usr/lib/firefox/libxul.so +0xd716c0]
#04: ???[/usr/lib/firefox/libxul.so +0xd73293]
#05: ???[/usr/lib/firefox/libxul.so +0xd732c1]
#06: ???[/usr/lib/firefox/libxul.so +0xd80dbf]
#07: ???[/usr/lib/firefox/libxul.so +0xd7c3c0]
#08: ???[/usr/lib/libpthread.so.0 +0x7454]
#09: clone[/usr/lib/libc.so.6 +0xe87df]
#10: ??? (???:???)
Program /usr/lib/firefox/plugin-container (pid = 14523) received signal 11.
Stack:
#01: ???[/usr/lib/firefox/libxul.so +0x39f1bdd]
#02: ???[/usr/lib/firefox/libxul.so +0x3cc7df9]
#03: ???[/usr/lib/libpthread.so.0 +0x11080]
#04: ???[/usr/lib/firefox/libxul.so +0xd9505b]
#05: ???[/usr/lib/firefox/libxul.so +0xd951b4]
#06: event_base_loop[/usr/lib/libevent-2.0.so.5 +0x10a12]
#07: ???[/usr/lib/firefox/libxul.so +0xd716c0]
#08: ???[/usr/lib/firefox/libxul.so +0xd73293]
#09: ???[/usr/lib/firefox/libxul.so +0xd732c1]
#10: ???[/usr/lib/firefox/libxul.so +0xd80dbf]
#11: ???[/usr/lib/firefox/libxul.so +0xd7c3c0]
#12: ???[/usr/lib/libpthread.so.0 +0x7454]
#13: clone[/usr/lib/libc.so.6 +0xe87df]
#14: ??? (???:???)
Sleeping for 300 seconds.
Type 'gdb /usr/lib/firefox/plugin-container 14523' to attach your debugger to this thread.
Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: Receive IPC close with reason=AbnormalShutdown (t=73.8191)
-- Then I execute that:
$ gdb /usr/lib/firefox/plugin-container 14523
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/firefox/plugin-container...(no debugging symbols found)...done.
Attaching to program: /usr/lib/firefox/plugin-container, process 14523
[New LWP 14526]
[New LWP 14528]
[New LWP 14529]
[New LWP 14530]
[New LWP 14531]
[New LWP 14532]
[New LWP 14533]
[New LWP 14534]
[New LWP 14535]
[New LWP 14536]
[New LWP 14537]
[New LWP 14538]
[New LWP 14539]
[New LWP 14540]
[New LWP 14541]
[New LWP 14542]
[New LWP 14543]
[New LWP 14545]
[New LWP 14546]
[New LWP 14547]
[New LWP 14548]
[New LWP 14549]
[New LWP 14550]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
0x00007f9494b0bf1c in __lll_lock_wait () from /usr/lib/libpthread.so.0
(gdb) bt full
#0 0x00007f9494b0bf1c in __lll_lock_wait () at /usr/lib/libpthread.so.0
#1 0x00007f9494b05c76 in pthread_mutex_lock () at /usr/lib/libpthread.so.0
#2 0x00007f9494ec5f30 in PR_Lock () at /usr/lib/firefox/libnspr4.so
#3 0x00007f948fa3a914 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fd11049 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948ffb68a3 in () at /usr/lib/firefox/libxul.so
#6 0x00007f949044355a in () at /usr/lib/firefox/libxul.so
#7 0x00007f94902ae982 in () at /usr/lib/firefox/libxul.so
#8 0x00007f94902b02e6 in () at /usr/lib/firefox/libxul.so
#9 0x00007f94903f11dc in () at /usr/lib/firefox/libxul.so
#10 0x00007f948ffd3391 in () at /usr/lib/firefox/libxul.so
#11 0x00007f948ffd33ee in () at /usr/lib/firefox/libxul.so
#12 0x00007f948fd12cff in () at /usr/lib/firefox/libxul.so
#13 0x00007f948fd141d2 in () at /usr/lib/firefox/libxul.so
#14 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#15 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#16 0x00007f948fd07702 in () at /usr/lib/firefox/libxul.so
#17 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#18 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#19 0x00007f949163434d in () at /usr/lib/firefox/libxul.so
#20 0x00007f9491e852a0 in XRE_RunAppShell () at /usr/lib/firefox/libxul.so
#21 0x00007f948fd077e4 in () at /usr/lib/firefox/libxul.so
#22 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#23 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#24 0x00007f9491e85935 in XRE_InitChildProcess () at /usr/lib/firefox/libxul.so
#25 0x000055d60074bcf8 in ()
#26 0x00007f948e14e291 in __libc_start_main () at /usr/lib/libc.so.6
#27 0x000055d60074bbaa in _start ()
(gdb) thread apply all backtrace
Thread 24 (Thread 0x7f9465a97700 (LWP 14550)):
#0 0x00007f948e20d48d in poll () at /usr/lib/libc.so.6
#1 0x00007f948a95a786 in () at /usr/lib/libglib-2.0.so.0
#2 0x00007f948a95ab12 in g_main_loop_run () at /usr/lib/libglib-2.0.so.0
#3 0x00007f9489a8f316 in () at /usr/lib/libgio-2.0.so.0
#4 0x00007f948a9820d5 in () at /usr/lib/libglib-2.0.so.0
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 23 (Thread 0x7f9466298700 (LWP 14549)):
#0 0x00007f948e20d48d in poll () at /usr/lib/libc.so.6
#1 0x00007f948a95a786 in () at /usr/lib/libglib-2.0.so.0
#2 0x00007f948a95a89c in g_main_context_iteration ()
at /usr/lib/libglib-2.0.so.0
#3 0x00007f948a95a8e1 in () at /usr/lib/libglib-2.0.so.0
#4 0x00007f948a9820d5 in () at /usr/lib/libglib-2.0.so.0
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 22 (Thread 0x7f94672fb700 (LWP 14548)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
---Type <return> to continue, or q <return> to quit---
#1 0x00007f948fce271b in () at /usr/lib/firefox/libxul.so
#2 0x00007f948fcf7959 in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fcf79e5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fce5480 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fcf3dbf in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fcef3c0 in () at /usr/lib/firefox/libxul.so
#9 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#10 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 21 (Thread 0x7f946fafd700 (LWP 14547)):
#0 0x00007f948e20d48d in poll () at /usr/lib/libc.so.6
#1 0x00007f94754e3121 in () at /usr/lib/libpulse.so.0
#2 0x00007f94754d48f1 in pa_mainloop_poll () at /usr/lib/libpulse.so.0
#3 0x00007f94754d4f8e in pa_mainloop_iterate () at /usr/lib/libpulse.so.0
#4 0x00007f94754d5040 in pa_mainloop_run () at /usr/lib/libpulse.so.0
#5 0x00007f94754e3069 in () at /usr/lib/libpulse.so.0
#6 0x00007f9475281ed8 in () at /usr/lib/pulseaudio/libpulsecommon-9.0.so
#7 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#8 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 20 (Thread 0x7f94702fe700 (LWP 14546)):
---Type <return> to continue, or q <return> to quit---
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fa0d899 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fa0f573 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa15951 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fd07c8d in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#10 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#11 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#12 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#13 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 19 (Thread 0x7f9470aff700 (LWP 14545)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f948fce271b in () at /usr/lib/firefox/libxul.so
#2 0x00007f948fcf7959 in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fcf79e5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fce5480 in () at /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#5 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fcf3dbf in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fcef3c0 in () at /usr/lib/firefox/libxul.so
#9 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#10 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 18 (Thread 0x7f9471dfc700 (LWP 14543)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fa0d899 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fa0f573 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa15951 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fd07c8d in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#10 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#11 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#12 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#13 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
Thread 17 (Thread 0x7f94725fd700 (LWP 14542)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f94904da840 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fd07c8d in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#10 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#11 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 16 (Thread 0x7f9472dfe700 (LWP 14541)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f94904da840 in () at /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#4 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fd07bfd in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#10 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#11 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 15 (Thread 0x7f94735ff700 (LWP 14540)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f94904da840 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fd07c8d in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#10 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
---Type <return> to continue, or q <return> to quit---
#11 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 14 (Thread 0x7f94740ff700 (LWP 14539)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fa181d6 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fd07c8d in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#10 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#11 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#12 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 13 (Thread 0x7f94761ff700 (LWP 14538)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
---Type <return> to continue, or q <return> to quit---
#2 0x00007f948fa363fc in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fa0c9e5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 12 (Thread 0x7f9476fff700 (LWP 14537)):
#0 0x00007f948e20d48d in poll () at /usr/lib/libc.so.6
#1 0x00007f9494ec2cf8 in () at /usr/lib/firefox/libnspr4.so
#2 0x00007f948fad1952 in () at /usr/lib/firefox/libxul.so
#3 0x00007f948fad9a97 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fada252 in () at /usr/lib/firefox/libxul.so
#5 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#6 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#7 0x00007f948fd07bfd in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#10 0x00007f948fa11f78 in () at /usr/lib/firefox/libxul.so
#11 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#12 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#13 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 11 (Thread 0x7f94779f7700 (LWP 14536)):
---Type <return> to continue, or q <return> to quit---
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 10 (Thread 0x7f94781f8700 (LWP 14535)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 9 (Thread 0x7f94789f9700 (LWP 14534)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 8 (Thread 0x7f94791fa700 (LWP 14533)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 7 (Thread 0x7f94799fb700 (LWP 14532)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 6 (Thread 0x7f947a1fc700 (LWP 14531)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 5 (Thread 0x7f947a9fd700 (LWP 14530)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
Thread 4 (Thread 0x7f947b1fe700 (LWP 14529)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9492e34b21 in () at /usr/lib/firefox/libxul.so
#2 0x00007f94929c381b in () at /usr/lib/firefox/libxul.so
#3 0x00007f94929c3cc5 in () at /usr/lib/firefox/libxul.so
#4 0x00007f94929e3f32 in () at /usr/lib/firefox/libxul.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 3 (Thread 0x7f947b9ff700 (LWP 14528)):
#0 0x00007f9494b0910f in pthread_cond_wait@@GLIBC_2.3.2 ()
at /usr/lib/libpthread.so.0
#1 0x00007f9494ec649a in PR_WaitCondVar () at /usr/lib/firefox/libnspr4.so
#2 0x00007f94900c2a87 in () at /usr/lib/firefox/libxul.so
#3 0x00007f94900ca1e4 in () at /usr/lib/firefox/libxul.so
#4 0x00007f9494ec7a2a in () at /usr/lib/firefox/libnspr4.so
#5 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#6 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 2 (Thread 0x7f947f8ff700 (LWP 14526)):
#0 0x00007f948e1e5ffd in nanosleep () at /usr/lib/libc.so.6
#1 0x00007f948e1e5f4a in sleep () at /usr/lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
#2 0x00007f9491e86325 in () at /usr/lib/firefox/libxul.so
#3 0x00007f9491e86365 in () at /usr/lib/firefox/libxul.so
#4 0x00007f9492964bdd in () at /usr/lib/firefox/libxul.so
#5 0x00007f9492c3adf9 in () at /usr/lib/firefox/libxul.so
#6 0x00007f9494b0d080 in <signal handler called> ()
at /usr/lib/libpthread.so.0
#7 0x00007f948fd0805b in () at /usr/lib/firefox/libxul.so
#8 0x00007f948fd081b4 in () at /usr/lib/firefox/libxul.so
#9 0x00007f948baf3a12 in event_base_loop () at /usr/lib/libevent-2.0.so.5
#10 0x00007f948fce46c0 in () at /usr/lib/firefox/libxul.so
#11 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#12 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#13 0x00007f948fcf3dbf in () at /usr/lib/firefox/libxul.so
#14 0x00007f948fcef3c0 in () at /usr/lib/firefox/libxul.so
#15 0x00007f9494b03454 in start_thread () at /usr/lib/libpthread.so.0
#16 0x00007f948e2167df in clone () at /usr/lib/libc.so.6
Thread 1 (Thread 0x7f947fb1cb00 (LWP 14523)):
#0 0x00007f9494b0bf1c in __lll_lock_wait () at /usr/lib/libpthread.so.0
#1 0x00007f9494b05c76 in pthread_mutex_lock () at /usr/lib/libpthread.so.0
#2 0x00007f9494ec5f30 in PR_Lock () at /usr/lib/firefox/libnspr4.so
#3 0x00007f948fa3a914 in () at /usr/lib/firefox/libxul.so
#4 0x00007f948fd11049 in () at /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#5 0x00007f948ffb68a3 in () at /usr/lib/firefox/libxul.so
#6 0x00007f949044355a in () at /usr/lib/firefox/libxul.so
#7 0x00007f94902ae982 in () at /usr/lib/firefox/libxul.so
#8 0x00007f94902b02e6 in () at /usr/lib/firefox/libxul.so
#9 0x00007f94903f11dc in () at /usr/lib/firefox/libxul.so
#10 0x00007f948ffd3391 in () at /usr/lib/firefox/libxul.so
#11 0x00007f948ffd33ee in () at /usr/lib/firefox/libxul.so
#12 0x00007f948fd12cff in () at /usr/lib/firefox/libxul.so
#13 0x00007f948fd141d2 in () at /usr/lib/firefox/libxul.so
#14 0x00007f948fa159f4 in () at /usr/lib/firefox/libxul.so
#15 0x00007f948fa45b46 in () at /usr/lib/firefox/libxul.so
#16 0x00007f948fd07702 in () at /usr/lib/firefox/libxul.so
#17 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#18 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#19 0x00007f949163434d in () at /usr/lib/firefox/libxul.so
#20 0x00007f9491e852a0 in XRE_RunAppShell () at /usr/lib/firefox/libxul.so
#21 0x00007f948fd077e4 in () at /usr/lib/firefox/libxul.so
#22 0x00007f948fce6293 in () at /usr/lib/firefox/libxul.so
#23 0x00007f948fce62c1 in () at /usr/lib/firefox/libxul.so
#24 0x00007f9491e85935 in XRE_InitChildProcess () at /usr/lib/firefox/libxul.so
#25 0x000055d60074bcf8 in ()
#26 0x00007f948e14e291 in __libc_start_main () at /usr/lib/libc.so.6
#27 0x000055d60074bbaa in _start ()
(gdb)
(gdb)
I'm not sure why there seem to be mostly no symbols in libxul.so (except a few like XRE_RunAppShell) even though I made sure pacman didn't do strip, and I've used mozconfig options:
ac_add_options --disable-strip
ac_add_options --enable-debug
ac_add_options --enable-debug-symbols
ac_add_options --enable-optimize
this warning is my bad:
WARNING: Trying to overwrite value of default pref browser.search.update with the wrong type!: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/modules/libpref/prefapi.cpp, line 771
I had these two lines in vendor.js
pref("browser.search.update", false);
pref("browser.search.update", 2);//default: 1 (ff 50)
commenting out both reveals browser.search.update is bool, defaulting to true.
tl;dr: closing because it might be just NoScript's fault.
I'm getting a few of these:
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Parent 30028] WARNING: Fix the caller!: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 671
30314 is:
$ ps uw 30314
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
z 30314 5.8 0.9 818248 143868 pts/0 Sl+ 08:05 0:03 /usr/lib/firefox/plugin-container -greomni /usr/lib/firefox/omni.ja
$ ps uw 30028
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
z 30028 81.6 3.0 1230956 482452 pts/0 Rl+ 08:04 3:00 firefox
Relevant bug for this is: https://bugzilla.mozilla.org/show_bug.cgi?id=735966
(apparently)
Ok, after a few minutes, the page that freezes firefox loads, and I'm getting tip at the bottom that NoScript is making Nightly run slowly. So I'm going to close this issue and just assume it's NoScript's fault.
On console this is the extra info that showed up after the unfreeze:
[Parent 30028] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
[Parent 30028] WARNING: No active window: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/js/xpconnect/src/XPCJSContext.cpp, line 1318
--DOMWINDOW == 25 (0x7fe339ea9000) [pid = 30028] [serial = 36] [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 == 24 (0x7fe34849fc00) [pid = 30028] [serial = 38] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 23 (0x7fe344554400) [pid = 30028] [serial = 39] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 22 (0x7fe344554c00) [pid = 30028] [serial = 40] [outer = (nil)] [url = about:config]
[Parent 30028] WARNING: NS_ENSURE_TRUE(mHostRecord->flags & nsHostResolver::RES_CANON_NAME) failed: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/netwerk/dns/nsDNSService2.cpp, line 88
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Parent 30028] WARNING: We should have hit the document element...: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/layout/xul/BoxObject.cpp, line 175
[Parent 30028] WARNING: NS_ENSURE_TRUE(mHostRecord->flags & nsHostResolver::RES_CANON_NAME) failed: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/netwerk/dns/nsDNSService2.cpp, line 88
++DOMWINDOW == 23 (0x7fe348e80000) [pid = 30028] [serial = 42] [outer = 0x7fe33e086400]
[Parent 30028] WARNING: Suboptimal indexes for the SQL statement 0x7fe34cb1fec0 (http://mzl.la/1FuID0j).: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/storage/mozStoragePrivateHelpers.cpp, line 114
[Parent 30028] WARNING: Suboptimal indexes for the SQL statement 0x7fe34c6f5e00 (http://mzl.la/1FuID0j).: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/storage/mozStoragePrivateHelpers.cpp, line 114
++DOMWINDOW == 3 (0x7f66fa6ebc00) [pid = 30314] [serial = 4] [outer = 0x7f66fbc71400]
[Child 30314] ###!!! ASSERTION: Please pass security info when creating a channel: 'loadInfo', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/netwerk/base/nsIOService.cpp, line 878
[Child 30314] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/xpcom/string/nsReadableUtils.cpp, line 369
[Child 30314] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/xpcom/string/nsReadableUtils.cpp, line 369
++DOCSHELL 0x7f66fa47a800 == 2 [pid = 30314] [id = {5263f57b-7ba7-40c7-baed-402e7c23a54a}]
++DOMWINDOW == 4 (0x7f670817cc00) [pid = 30314] [serial = 5] [outer = (nil)]
++DOMWINDOW == 5 (0x7f66fbcef800) [pid = 30314] [serial = 6] [outer = 0x7f670817cc00]
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
++DOMWINDOW == 6 (0x7f66f9fc0c00) [pid = 30314] [serial = 7] [outer = 0x7f670817cc00]
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 30314] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Parent 30028] ###!!! ASSERTION: Please pass security info when creating a channel: 'loadInfo', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/netwerk/base/nsIOService.cpp, line 878
[Parent 30028] WARNING: Fix the caller!: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 671
--DOCSHELL 0x7fe34a81c800 == 10 [pid = 30028] [id = {05d2cb13-d79e-43e1-afab-6416926df3e3}]
--DOMWINDOW == 22 (0x7fe34cf11400) [pid = 30028] [serial = 26] [outer = (nil)] [url = about:sessionrestore]
--DOMWINDOW == 21 (0x7fe3490f2400) [pid = 30028] [serial = 30] [outer = (nil)] [url = about:sessionrestore]
--DOMWINDOW == 20 (0x7fe343d97800) [pid = 30028] [serial = 41] [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 == 5 (0x7f66fbcef800) [pid = 30314] [serial = 6] [outer = (nil)] [url = about:blank]
--DOMWINDOW == 4 (0x7f66fb0bbc00) [pid = 30314] [serial = 3] [outer = (nil)] [url = about:home]
[Parent 30028] WARNING: NS_ENSURE_TRUE(mHostRecord->flags & nsHostResolver::RES_CANON_NAME) failed: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/netwerk/dns/nsDNSService2.cpp, line 88
++DOMWINDOW == 21 (0x7fe3481fc800) [pid = 30028] [serial = 43] [outer = 0x7fe33e086400]
--DOMWINDOW == 20 (0x7fe348e80000) [pid = 30028] [serial = 42] [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.]
[Parent 30028] WARNING: NS_ENSURE_TRUE(mHostRecord->flags & nsHostResolver::RES_CANON_NAME) failed: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/netwerk/dns/nsDNSService2.cpp, line 88
++DOMWINDOW == 21 (0x7fe343da2800) [pid = 30028] [serial = 44] [outer = 0x7fe33e086400]
--DOMWINDOW == 20 (0x7fe3481fc800) [pid = 30028] [serial = 43] [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.]
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 10•9 years ago
|
||
Perhaps worth noting that, after the unfreeze, reloading that tab or even pasting that same url in another new tab, doesn't cause the freeze to happen again (even though I've selected 'Ignore for now', on the bottom tip saying that 'NoScript is making Nightly run slowly')
The freezing url(from OP) is:
http://www.mediamarkt.hu/hu/product/_sennheiser-mx-475-f%C3%BClhallgat%C3%B3-1159758.html?utm_source=Argep.hu&utm_medium=listing&utm_campaign=Arosszehasonlito
And the console messages after pasting the url into a new tab and loading it(without it freezing again) are:
++DOCSHELL 0x7f789f2e4800 == 7 [pid = 538] [id = {630a451f-47d6-4223-8e17-be799276d521}]
++DOMWINDOW == 13 (0x7f789e0b8400) [pid = 538] [serial = 25] [outer = (nil)]
++DOMWINDOW == 14 (0x7f789e38a400) [pid = 538] [serial = 26] [outer = 0x7f789e0b8400]
++DOMWINDOW == 15 (0x7f789ee3f400) [pid = 538] [serial = 27] [outer = 0x7f789e0b8400]
[Child 538] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/xpcom/string/nsReadableUtils.cpp, line 369
[Child 538] ###!!! ASSERTION: Input wasn't UTF8 or incorrect length was calculated: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/xpcom/string/nsReadableUtils.cpp, line 369
++DOCSHELL 0x7f78a2562800 == 8 [pid = 538] [id = {b55f09fe-2943-459b-822e-0a775edad870}]
++DOMWINDOW == 16 (0x7f789f98a000) [pid = 538] [serial = 28] [outer = (nil)]
++DOMWINDOW == 17 (0x7f789fb45c00) [pid = 538] [serial = 29] [outer = 0x7f789f98a000]
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Parent 347] WARNING: Fix the caller!: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 671
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
[Child 538] ###!!! ASSERTION: This is unsafe! Fix the caller!: 'Error', file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 673
++DOMWINDOW == 18 (0x7f78a2697800) [pid = 538] [serial = 30] [outer = 0x7f789f98a000]
[Parent 347] WARNING: Fix the caller!: file /home/z/build/1packages/firefox-hg/makepkg_pacman/firefox-hg/src/firefox-hg/dom/events/EventDispatcher.cpp, line 671
the UTF8 bug is: https://bugzilla.mozilla.org/show_bug.cgi?id=420308
Summary: Firefox (UI) hangs with "Not responding" in Linux when visiting this url or this youtube video → Firefox (UI) hangs with "Not responding" in Linux when visiting this url or this youtube video (only with NoScript extension)
You need to log in
before you can comment on or make changes to this bug.
Description
•