Bug ID
int64
961
1.91M
Comment ID
int64
3.98k
17.1M
Author
stringlengths
8
48
Comment Text
stringlengths
1
64.3k
149,461
1,382,144
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 BuildID: mozilla release 1.0 The browser dumps core on startup. The OS is Solaris 8 x86. The source was compiled with GCC 3.1. Ldd from mozilla-bin is the following: libgkgfx.so => ./libgkgfx.so libjsj.so => ./libjsj.so libmozjs.so => ./libmozjs.so libxpcom.so => ./libxpcom.so libplds4.so => ./libplds4.so libplc4.so => ./libplc4.so libnspr4.so => ./libnspr4.so libdl.so.1 => /usr/lib/libdl.so.1 librt.so.1 => /usr/lib/librt.so.1 libgtk-1.2.so.0 => /usr/local/X11/opt/lib/libgtk-1.2.so.0 libgdk-1.2.so.0 => /usr/local/X11/opt/lib/libgdk-1.2.so.0 libgmodule-1.2.so.0 => /usr/local/X11/opt/lib/libgmodule-1.2.so.0 libglib-1.2.so.0 => /usr/local/X11/opt/lib/libglib-1.2.so.0 libXi.so.6.0 => /usr/local/X11/lib/libXi.so.6.0 libXext.so.6.4 => /usr/local/X11/lib/libXext.so.6.4 libX11.so.6.2 => /usr/local/X11/lib/libX11.so.6.2 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libm.so.1 => /usr/lib/libm.so.1 libstdc++.so.4 => /usr/local/gnu/lib/libstdc++.so.4 libgcc_s.so.1 => /usr/local/gnu/lib/libgcc_s.so.1 libpthread.so.1 => /usr/lib/libpthread.so.1 libc.so.1 => /usr/lib/libc.so.1 libthread.so.1 => /usr/lib/libthread.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 Reproducible: Always Steps to Reproduce: 1.CC=gcc CFLAGS=-O4 CXX=g++ CXXFLAGS=-O4 ./configure i686-pc-solaris2.8 --prefix=/usr/local/mozilla --exec-prefix=/usr/ local/mozilla --x-includes=/usr/local/X11/include --x-libraries=/usr/local/X11/li b --with-pthreads --with-system-jpeg=/usr/local/X11/opt --with-system-zlib=/usr/l ocal/std --with-system-png=/usr/local/X11/opt --with-system-mng=/usr/local/X11/op t --disable-debug --enable-optimize=-O4 --disable-dtd-debug --disable-logging 2. execute "mozilla" Actual Results: output of gdb/where: (gdb) where #0 0xde58fa19 in xpc_CheckAccessList(unsigned short const*, char const**) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libxpconnect.so #1 0xde59acb9 in nsXPCException::CanGetProperty(nsID const*, unsigned short const*, char**) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libxpconnect.so #2 0xdfa14e07 in ?? () from ./libxpcom.so #3 0xde5b0196 in XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libxpconnect.so #4 0xde5b4f00 in XPC_WN_CallMethod(JSContext*, JSObject*, unsigned, long*, long*) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libxpconnect.so #5 0xdface60c in js_Invoke () from ./libmozjs.so #6 0xdfaceb08 in js_InternalInvoke () from ./libmozjs.so #7 0xdfae5e96 in js_TryMethod () from ./libmozjs.so #8 0xdfae53f3 in non-virtual thunk to nsAbView::QueryInterface(nsID const&, void**) () from ./libmozjs.so #9 0xdfb07bd2 in js_ValueToString () from ./libmozjs.so #10 0xdfac5f7b in js_ReportUncaughtException () from ./libmozjs.so #11 0xdfa958c4 in JS_ExecuteScript () from ./libmozjs.so #12 0xde549b02 in mozJSComponentLoader::GlobalForLocation(char const*, nsIFile*) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libjsloader.so #13 0xde549168 in mozJSComponentLoader::ModuleForLocation(char const*, nsIFile*) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libjsloader.so #14 0xde5487d1 in mozJSComponentLoader::AttemptRegistration(nsIFile*, int) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libjsloader.so #15 0xde54856e in mozJSComponentLoader::AutoRegisterComponent(int, nsIFile*, int*) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libjsloader.so #16 0xde54809e in mozJSComponentLoader::RegisterComponentsInDir(int, nsIFile*) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libjsloader.so #17 0xde547f41 in mozJSComponentLoader::AutoRegisterComponents(int, nsIFile*) () from /n/Indigo/src/Indigo/local/mozilla/build/mozilla/dist/bin/components/libjsloader.so #18 0xdf9ed1b8 in ?? () from ./libxpcom.so #19 0xdf9ecc7e in ?? () from ./libxpcom.so #20 0xdf9ee899 in ?? () from ./libxpcom.so #21 0x08056251 in main1(int, char**, nsISupports*) () #22 0x08055237 in main () #23 0x08054dbd in _start ()
150,652
1,390,801
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020609 BuildID: 2002060908 when I try to print this URL, Mozilla crashes with read error Reproducible: Always Steps to Reproduce: 1.go on this URL 2.print using File/Print or PrintButton 3. Actual Results: crash Expected Results: should print and not crash X use native print dialog X use global print settings
151,769
1,398,780
Hi, I'm using mozilla mail from 0.96 version onwards..Mozilla 1.0 mail is one of the best mail clients I have seen in my 3 yrs life in IT field. But 1.0 has one major bug which is the same one I had faced with 0.9.6. Mozilla mail client exits very frequently with a message "Mozilla.exe has generated errors and will be closed by windows" which according to me is a very critical bug. It prevents users like me to switch over to netscape. I had even entered similar details in talk back feedback agent...and I didnt receive any replies. Please fix it at the earliest and let me know. Regards, Praveen Software Engineer Elixir Technology Pte Ltd Email : [email protected] Phone : (65) 6532 4300 Fax : (65) 6532 4255 Web : http://www.elixirtech.com
151,826
1,399,206
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) BuildID: In an XUL page (running outside of chrome), creating a <scrollbox> or one of its derivatives (e.g. arrowbox), and then putting a <splitter> inside causes a crash. It only happens when there is other content both before and after the splitter. Reproducible: Always Steps to Reproduce: 1. Create an XUL page using the chrome://global/skin stylesheet. 2. Add a window element, containing <vbox flex="1"><scrollbox flex="1"> 3. Add something like <hbox><description>test</description></hbox>< splitter/><hbox><description>test2</description></hbox> to the scrollbox Actual Results: Invalid page fault in GKVIEW.DLL. Total browser crash. Talkback launches OK. Expected Results: There should have been a simple scrollable box, containing 'test', then a splitter, then 'test2.' Using the Modern theme. Talkback results and testcase to be posted soon.
151,956
1,400,412
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a) Gecko/20020614 BuildID: 2002061408 Type in the site and visit it. You will get a quick crash. http://www.overclockercafe.com Reproducible: Always Steps to Reproduce: 1.Visit overclockercafe.com 2. 3. Actual Results: Crash.
153,305
1,411,426
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020620 BuildID: 20020620 The latest Mozilla builds (last week) hangs while trying to connect to Netscape Administrator (suitespot pages) Reproducible: Always Steps to Reproduce: 1.Open an url where a Netscape Administror Server runs. 2.Choose 'User & Groups' Actual Results: Mozilla hangs...... I suppose you don't have access to suchs servers, so I 'll attach the source.
153,785
1,414,759
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a) Gecko/20020611 BuildID: 2002061104 In some cases and circumstands Mozilla does not print (even in the preview of a page) the pages after page 1 of a html-document. In some cases it helps to vary the size (in %) of the document being printed, but in the above example nothing helps ?! In the Browser itself all looks fine, but printing is not possible (only page 1 is printed. Reproducible: Always Steps to Reproduce: 1.Just load the given website 2.and choose Print Preview 3. Actual Results: Only the first page is printed, the second page is just empty and no other pages are printed at all. Expected Results: Print all the pages
154,730
1,423,244
Mozilla1.1a build on Solaris 8 and window2000 core dump at PR_AtomicDecrement() by the following operatioin, 1. Start Mozilla1.1a 2. Start Mail & News 3. Click Compose button multiple times 4. Close the invoked compose window immidiately Try to 3-4 steps for several times I'm seeing this problem even in C locale. current thread: t@1 =>[1] PR_AtomicDecrement(0x18, 0x0, 0xffbedfc4, 0xfd8fcd41, 0x6, 0xffbee22c), at 0xfea202fc [2] pt_PostNotifies(0xa9cce8, 0x1, 0xffbedfc4, 0xa9cce8, 0xfd746850, 0x1), at 0xff052a9c [3] PR_Unlock(0xa9cce8, 0x0, 0x14, 0x2710, 0x128d2b8, 0x0), at 0xff052c30 [4] nsWebShellWindow::FirePersistenceTimer(0x126dfb0, 0x11aaa80, 0xd2ce0ba9, 0xd2cebd0b, 0x21, 0x13fd7c0), at 0xfdfc9138 [5] nsTimerImpl::Fire(0x126dfb0, 0x1, 0x136f1f0, 0xfeb3801c, 0x62696e, 0x66696c), at 0xff146c90 [6] handleTimerEvent(0x133ea38, 0x0, 0x136f220, 0xfebd4840, 0xff140f78, 0x0), at 0xff146e08 [7] PL_HandleEvent(0x133ea38, 0x208264, 0x0, 0xac970, 0xfee4cb30, 0x0), at 0xff140f10 [8] PL_ProcessEventsBeforeID(0x97d78, 0xb720, 0x13fcca8, 0xfeffcbdc, 0xfee4cb30, 0x0), at 0xff1413f0 [9] processQueue(0x97d78, 0xb720, 0xf, 0x203760, 0xfee4cb30, 0x80), at 0xfdb3f8a8 [10] nsVoidArray::EnumerateForwards(0xd3580, 0xfdb3f8a0, 0xb720, 0xd3580, 0xfdb48b20, 0xfdb48688), at 0xff0fec98 [11] handle_gdk_event(0x1329b80, 0x0, 0xfdb485d0, 0xfee4cb30, 0xfee4ef94, 0x0), at 0xfdb48b20 [12] gdk_event_dispatch(0x0, 0xffbeeb48, 0x0, 0x0, 0x179d40, 0x0), at 0xfefd6bc4 [13] g_main_dispatch(0x0, 0xfee4efc0, 0xfee4efbc, 0xfee4efc4, 0xff3e2660, 0xfee93b57), at 0xfee26e20 [14] g_main_iterate(0x1, 0x1, 0x1, 0xfee4ef30, 0x1, 0xfee28138), at 0xfee27634 [15] g_main_run(0x1df798, 0x0, 0xff14312c, 0xfdb3f3d0, 0x0, 0x0), at 0xfee27870 [16] gtk_main(0x0, 0x6a480, 0xffbeec6c, 0x80000000, 0xff1cce44, 0xff1cd3e4), at 0xfef0ff30 [17] nsAppShell::Run(0x1810f0, 0x1810f0, 0xfdb3f584, 0x1a3f8, 0xfdfe4373, 0x0), at 0xfdb3f5c4 [18] main1(0x80000000, 0x21f65, 0xff1cda1c, 0xff1cd85c, 0x0, 0x800), at 0x1a43c [19] main(0x6, 0xffbeeef4, 0xffbeef10, 0x6a000, 0x0, 0x0), at 0x1afc0 (dbx) quit
157,915
1,451,003
The Trunk, M11A and M1.0 Talkback data all show crashes at the "nsBlockFrame::PullFrameFrom" signature. I have been able to reporduce this one twice withthe 20020716 Windows build. I alternately get the signature, "IsPercentageAwareChild". Possibly related to 145171, cc'ing waterson. (see also WFM bug 120954). Steps to reproduce: 1. Go to www.realgm.com/src_wiretap.php 2. If you don't crash, try reloading a few times. -> kmcclusky for reassignment. Incident 8406999 ---------------- Product ID MozillaTrunk Build ID 2002071608 Operating System Windows NT 5.0 build 2195 Stack Trace nsBlockFrame::PullFrameFrom [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2744] nsBlockFrame::PullFrame [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2722] nsBlockFrame::DoReflowInlineFrames [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3663] nsBlockFrame::DoReflowInlineFramesAuto [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3523] nsBlockFrame::ReflowInlineFrames [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3468] nsBlockFrame::ReflowLine [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2617] nsBlockFrame::ReflowDirtyLines [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2261] nsBlockFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 952] nsBlockReflowContext::DoReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 570] nsBlockReflowContext::ReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 348] nsBlockFrame::ReflowBlockFrame [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3229] nsBlockFrame::ReflowLine [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2483] nsBlockFrame::ReflowDirtyLines [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2261] nsBlockFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 952] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableCellFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableCellFrame.cpp, line 946] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableRowFrame::ReflowChildren [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowFrame.cpp, line 1043] nsTableRowFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowFrame.cpp, line 1461] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableRowGroupFrame::ReflowChildren [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp, line 447] nsTableRowGroupFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp, line 1217] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableFrame::ReflowChildren [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableFrame.cpp, line 3313] nsTableFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableFrame.cpp, line 2007] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableOuterFrame::OuterReflowChild [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1027] nsTableOuterFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1612] nsBlockReflowContext::DoReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 556] nsBlockReflowContext::ReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 348] nsBlockFrame::ReflowBlockFrame [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3229] nsBlockFrame::ReflowLine [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2483] nsBlockFrame::ReflowDirtyLines [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2261] nsBlockFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 952] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableCellFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableCellFrame.cpp, line 946] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableRowFrame::IR_TargetIsChild [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowFrame.cpp, line 1300] nsTableRowFrame::IncrementalReflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowFrame.cpp, line 1191] nsTableRowFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowFrame.cpp, line 1453] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableRowGroupFrame::IR_TargetIsChild [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp, line 1630] nsTableRowGroupFrame::IncrementalReflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp, line 1298] nsTableRowGroupFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableRowGroupFrame.cpp, line 1207] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableFrame::IR_TargetIsChild [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableFrame.cpp, line 3047] nsTableFrame::IncrementalReflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableFrame.cpp, line 2772] nsTableFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableFrame.cpp, line 2024] nsContainerFrame::ReflowChild [c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 830] nsTableOuterFrame::OuterReflowChild [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1027] nsTableOuterFrame::IR_InnerTableReflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1341] nsTableOuterFrame::IR_TargetIsInnerTableFrame [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1127] nsTableOuterFrame::IR_TargetIsChild [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1117] nsTableOuterFrame::IncrementalReflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1079] nsTableOuterFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/table/src/nsTableOuterFrame.cpp, line 1581] nsBlockReflowContext::DoReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 570] nsBlockReflowContext::ReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 348] nsBlockFrame::ReflowBlockFrame [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3229] nsBlockFrame::ReflowLine [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2483] nsBlockFrame::ReflowDirtyLines [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 2261] nsBlockFrame::Reflow [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 952] nsBlockReflowContext::DoReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 570] nsBlockReflowContext::ReflowBlock [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockReflowContext.cpp, line 348] nsBlockFrame::ReflowBlockFrame [c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 3229]
163,614
1,504,152
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721 mozilla crashes at 0x60740501 when printing or print previewing this page: unhandled exception in mozilla.exe (GKLAYOUT.DLL) 0xC0000005 Access violation Reproducible: Always Steps to Reproduce: 1. go to http://www.eeel.nist.gov/812/effe.htm 2. try to print or print preview 3. Actual Results: mozilla crashes Expected Results: mozilla should have printed the page unhandled exception in mozilla.exe (GKLAYOUT.DLL) 0xC0000005 Access violation
163,950
1,507,738
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020724 Netscape/7.0 If I'm hitting a webserver at http://a.foo.bar.com and I set document.domain = 'foo.bar.com' within my page, I then cannot call XMLHttpRequest.open ('POST','/dummy.html',true). I get an access denied error. Given that the url I am trying to request is a relative url, this seems like the browser should know that I'm not going to some other domain. It works fine with IE, as well as with Netscape 6.2. Reproducible: Always Steps to Reproduce: 1. See the bug details. 2. 3. Dig Bug.
217,531
1,944,866
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Both the network installer and sea tar archive of 1.5b are failing to install for me on Red Hat Linux 7.3 (haven't tried the other). During installation I get a pop-up window with Error[-621]: An Installer module browser.xpi (.xpi) failed to install and the installation fails. In the install.log, I see this: Mozilla Navigator (version 1.5.0.2003082705) ----------------- ** initInstall: 0 ** communicatorFolder: /usr/local/mozilla/active/ ** Insufficient disk space: /usr/local/mozilla/active/ ** required : 163875 K ** available: 63203 K Install **FAILED** with error -235 -- 08/27/2003 22:42:11 Should the browser portion be requiring 162MB of disk space? Reproducible: Always Steps to Reproduce:
206,156
1,853,489
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030515 Mozilla Firebird/0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030515 Mozilla Firebird/0.6 Firebird and Mozilla crashes when trying to visit the General KISS Discussion forum on this page. This is probably a dupe but has been 100 % reproducible for a long time. Talkback ID: TB20204024H Reproducible: Always Steps to Reproduce: 1. Go to http://www.kissonline.com/bbs 2. Click "General KISS Discussion" Actual Results: Crash
206,561
1,856,695
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 I tested the page with both Mozilla 1.3 and Mozilla 1.4b. When reloading the document in Mozilla 1.4b, the amount of free memory keeps reducing. After a few reloads Mozilla crashed because there's too little memory available. The problem does not occur in Mozilla 1.3. The problem is reproduceable on the Mozilla 1.4b release for the Windows platform. (I checked) Every reload reduces the amount of free memory with about 10-20 MB. (WOW :P) Reproducible: Always Steps to Reproduce: 1. Open my webpage 2. Hit reload 3. Repeat 2 until Mozilla crashes Actual Results: Mozilla gets killed. Expected Results: Stop claiming extra memory. I'm not sure, but I guess it could be related to the usage of -moz-opacity in the CSS; I really can't figure out any other reason at the moment. Furthermore I haven't got the foggiest Idea how to use the Debug->Leak detector in the menu.
206,567
1,856,761
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20030117 Phoenix/0.5 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20030117 Phoenix/0.5 bookmarks.html as a symbolic link is converted to a real file after running firebird. This didn't happen in Phoenix 0.5. Reproducible: Always Steps to Reproduce: 1.Create a symbolically linked bookmarks.html (e.g. ln -sf ../../../.mozilla/default/uncrrzhv.slt/bookmarks.html) 2.Run firebird Actual Results: bookmarks.html has not lost the contents, but it is now a real file. Expected Results: Leave bookmarks.html symbolically linked, and alter the destination file.
207,291
1,862,872
Trunk build 2003-05-23: Mac 10.1.5 Overview: Try to delete an email address in the address area and it fails. Mac only issue. Steps to reproduce: 1. Create a new message 2. Enter an email address in the address area 3. Try and delete the email address by using the Delete key or highlighting the address and then pressing the Delete key. Actual Results: It fails to delete the address. Samir mentioned this problem occuring for the second entry but I can reproduce the problem on the first entry. Also, the deletion fails whether AutoComplete is on or off so it's a general delete problem. Expected Results: The address should be deleted Additional Information: - 2003-05-23: WinMe, ok. - 2003-05-23: Linux RH 8, ok.
199,489
1,796,372
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 Mozilla crashes when you change the style.display attribute of an iframe within that iframe itself. Like this: parent.document.getElementById('theiframe').style.display='none' Reproducible: Always Steps to Reproduce: See testcase.
193,686
1,748,365
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 See: http://rhino.shef.ac.uk:3001/gc-home/crash_test.html (This has validated with validator.w3.org as valid HTML 4.01 Strict) When I try to Print Preview on this page, the browser crashes. Reproducible: Always Steps to Reproduce: 1. Open URL http://rhino.shef.ac.uk:3001/gc-home/crash_test.html 2. Print Preview from the menu. 3. Actual Results: Browser crashes. Expected Results: Shown Print Preview. No additional information displayed. I can "Print Preview" on other pages without incident. Print Preview works fine in Netscape 7.01 for the problem page.
197,015
1,776,240
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030311 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030311 When i try to search for a driver at http://www.intel.de (gets redirected to http://www.intel.com/deutsch/) the 1.3 release candidate crashes, it is reproduceable. It doesn't happen on the english site. Reproducible: Always Steps to Reproduce: 1. visit www.intel.de, get redirected to www.intel.com/deutsch/ 2. type "1000 MT" into the search form and press enter 3. confirm submission -> crash Actual Results: Mozilla crashed, talkback and Win98 error message came up Expected Results: Mozilla should have displayed the search results Talkback Incident IDs: TB17987000G TB17986958G TB17986926Y When i tried to reproduce the error, one time i got this error message: Microsoft visual C++ Library Runtime error! Programm (...)MOZILLA.EXE R6025 -pure virtual function call that time mozilla didn't crash. I can't reproduce this, but perhaps it's a hint. I'll attach a screenshot of mozilla frozen by the runtime error. Could someone with deeper insight look if this is related to the gklayout Bugs Bug 194582 or Bug 183220 ? This is the message i get after a crash: MOZILLA verursachte einen Fehler durch eine ungültige Seite in Modul GKLAYOUT.DLL bei 0177:60320e5c. Register: EAX=020136bc CS=0177 EIP=60320e5c EFLGS=00010213 EBX=00000292 SS=017f ESP=0065ecf0 EBP=0065ed28 ECX=00000291 DS=017f ESI=02008d60 FS=4cd7 EDX=303d792e ES=017f EDI=00000000 GS=0000 Bytes bei CS:EIP: 8b 02 52 ff 50 40 eb 09 ff 75 fc 8b 02 52 ff 50 Stapelwerte: 020a9400 00000291 00000000 00000000 020aa210 0200fe38 0200fd80 610bdf48 020a9400 00000000 00000000 020a9418 020a9418 020a9400 00000000 60322d03
197,052
1,776,498
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20020826 MultiZilla/v1.1.22 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20020826 MultiZilla/v1.1.22 Some problem in processing recursion with _modification_ innerHTML of element in this element. Sample 1. <div id="uniqid"> <script language="JavaScript" type="text/JavaScript"> document.write("&gt;"+document.getElementById('uniqid').innerHTML+"&lt;"); </script> </div> Sample 2. <div id="uniqid"> <script language="JavaScript" type="text/JavaScript"> alert("&gt;"+document.getElementById('uniqid').innerHTML+"&lt;"); </script> </div> Have Mozilla CRASH in Sample 1, and normal work in Sample 2. Sample 3. <div id="uniqid"> <script language="JavaScript" type="text/JavaScript"> document.getElementById('uniqid').innerHTML += "xxx"; </script> </div> I see "xxx xxx" in place "xxx". Problem in re-render HTML, but imho this bugs related. Reproducible: Always Steps to Reproduce: 1. 2. 3.
197,942
1,783,478
Build: 2003-03-13-03 Platform: All Expected Results: Page should be published to server What I got: Application crashs during the publishing process Steps to reproduce: 1) Go to any bugzilla bug report like this one 2) Select Edit Page from File menu 3) Select Publish As 4) Specify a ftp address, site name, page title, and file name. 5) Publish document 6) Publishing to address dialog appears 7) Notice mozilla-banner.gif is transfered but crash occurs while transfer html and css files.
1,397,795
12,637,934
Created attachment 8905559 trigger.html Testcase found while fuzzing mozilla-central rev 20170906-d8e238b811d3.
1,399,395
12,655,020
This bug was filed from the Socorro interface and is report bp-74786dee-0a1e-4abe-9714-9047a0170912. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll mozilla::MediaManager::PostTask(already_AddRefed<mozilla::Runnable>) dom/media/MediaManager.cpp:2001 1 xul.dll mozilla::MediaManager::EnumerateRawDevices(unsigned __int64, mozilla::dom::MediaSourceEnum, mozilla::dom::MediaSourceEnum, bool) dom/media/MediaManager.cpp:1789 2 xul.dll <lambda_8f9699fc120d46dcab1291f5e26e5bf6>::operator() dom/media/MediaManager.cpp:2077 3 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1446 4 xul.dll nsThread::Shutdown() xpcom/threads/nsThread.cpp:1045 5 xul.dll mozilla::ProcessHangMonitor::~ProcessHangMonitor() dom/ipc/ProcessHangMonitor.cpp:1132 6 xul.dll mozilla::ProcessHangMonitor::`scalar deleting destructor'(unsigned int) 7 xul.dll mozilla::ProcessHangMonitor::Release() dom/ipc/ProcessHangMonitor.cpp:1146 8 xul.dll RefPtr<mozilla::ProcessHangMonitor>::~RefPtr<mozilla::ProcessHangMonitor>() obj-firefox/dist/include/mozilla/RefPtr.h:78 9 xul.dll `anonymous namespace'::HangMonitorParent::~HangMonitorParent dom/ipc/ProcessHangMonitor.cpp:606 10 xul.dll `anonymous namespace'::HangMonitorParent::`scalar deleting destructor'(unsigned int) 11 xul.dll mozilla::ProcessHangMonitor::RemoveProcess(mozilla::PProcessHangMonitorParent*) dom/ipc/ProcessHangMonitor.cpp:1295 12 xul.dll mozilla::dom::ContentParent::ActorDestroy(mozilla::ipc::IProtocol::ActorDestroyReason) dom/ipc/ContentParent.cpp:1701 13 xul.dll mozilla::dom::PContentParent::OnChannelError() obj-firefox/ipc/ipdl/PContentParent.cpp:8437 14 xul.dll mozilla::dom::ContentParent::OnChannelError() dom/ipc/ContentParent.cpp:1543 15 xul.dll mozilla::ipc::MessageChannel::NotifyMaybeChannelError() ipc/glue/MessageChannel.cpp:2555 16 xul.dll mozilla::ipc::MessageChannel::OnNotifyMaybeChannelError() ipc/glue/MessageChannel.cpp:2586 17 xul.dll mozilla::detail::RunnableMethodImpl<mozilla::ipc::MessageChannel* const, void ( mozilla::ipc::MessageChannel::*)(void), 0, 1>::Run() xpcom/threads/nsThreadUtils.h:1172 18 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1446 19 xul.dll XPTC__InvokebyIndex xpcom/reflect/xptcall/md/win32/xptcinvoke_asm_x86_64.asm:97 20 xul.dll JSScript::maybeSweepTypes(js::AutoClearTypeInferenceStateOnOOM*) js/src/vm/TypeInference.cpp:4431 this crash signature is regressing in volume during the 56.0b cycle: https://crash-stats.mozilla.com/signature/?product=Firefox&release_channel=beta&signature=mozilla%3A%3AMediaManager%3A%3APostTask&date=%3E%3D2017-06-13T09%3A41%3A27.000Z#graphs
1,399,978
12,666,854
This bug was filed from the Socorro interface and is report bp-3338f41c-5b84-4e50-a71c-f0d660170913. ============================================================= This is the number 3 top crash on Linux Nightly for 9-13, but the crashes are only from a couple of different installations. These all are Rust panics, on the assert "assertion failed: ctx.default_sink_info.is_some()". While there is a surge of these crashes on 9-13, I also see a few in the last week on a build from 8-17.
1,403,694
12,707,830
This bug was filed from the Socorro interface and is report bp-d9d9e6a3-3f70-48b9-acd0-5ff540170927. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll mozilla::ServoStyleSet::AppendSheetOfType(mozilla::SheetType, mozilla::ServoStyleSheet*) layout/style/ServoStyleSet.cpp:1466 1 xul.dll mozilla::ServoStyleSet::AppendStyleSheet(mozilla::SheetType, mozilla::ServoStyleSheet*) layout/style/ServoStyleSet.cpp:715 2 xul.dll nsDocumentViewer::CreateStyleSet(nsIDocument*) layout/base/nsDocumentViewer.cpp:2482 3 xul.dll nsDocumentViewer::InitPresentationStuff(bool) layout/base/nsDocumentViewer.cpp:698 4 xul.dll nsDocumentViewer::InitInternal(nsIWidget*, nsISupports*, mozilla::gfx::IntRectTyped<mozilla::gfx::UnknownUnits> const&, bool, bool, bool) layout/base/nsDocumentViewer.cpp:959 5 xul.dll nsDocumentViewer::Init(nsIWidget*, mozilla::gfx::IntRectTyped<mozilla::gfx::UnknownUnits> const&) layout/base/nsDocumentViewer.cpp:676 6 xul.dll nsDocShell::SetupNewViewer(nsIContentViewer*) docshell/base/nsDocShell.cpp:9547 7 xul.dll nsDocShell::Embed(nsIContentViewer*, char const*, nsISupports*) docshell/base/nsDocShell.cpp:7366 8 xul.dll nsDocShell::CreateAboutBlankContentViewer(nsIPrincipal*, nsIURI*, bool, bool) docshell/base/nsDocShell.cpp:8240 9 xul.dll nsDocShell::EnsureContentViewer() docshell/base/nsDocShell.cpp:8098 10 xul.dll nsDocShell::GetDocument() docshell/base/nsDocShell.cpp:4629 11 xul.dll nsPIDOMWindow<mozIDOMWindowProxy>::MaybeCreateDoc() dom/base/nsGlobalWindow.cpp:4127 12 xul.dll nsPIDOMWindow<mozIDOMWindowProxy>::GetDoc() dom/base/nsPIDOMWindow.h:213 13 xul.dll nsGlobalWindow::WrapObject(JSContext*, JS::Handle<JSObject*>) dom/base/nsGlobalWindow.h:319 14 xul.dll XPCConvert::NativeInterface2JSObject(JS::MutableHandle<JS::Value>, nsIXPConnectJSObjectHolder**, xpcObjectHelper&, nsID const*, bool, nsresult*) js/xpconnect/src/XPCConvert.cpp:778 15 xul.dll XPCConvert::NativeData2JS(JS::MutableHandle<JS::Value>, void const*, nsXPTType const&, nsID const*, nsresult*) js/xpconnect/src/XPCConvert.cpp:345 16 xul.dll nsXPCWrappedJSClass::CallMethod(nsXPCWrappedJS*, unsigned short, XPTMethodDescriptor const*, nsXPTCMiniVariant*) js/xpconnect/src/XPCWrappedJSClass.cpp:1267 17 xul.dll nsXPCWrappedJS::CallMethod(unsigned short, XPTMethodDescriptor const*, nsXPTCMiniVariant*) js/xpconnect/src/XPCWrappedJS.cpp:615 18 xul.dll PrepareAndDispatch xpcom/reflect/xptcall/md/win32/xptcstubs.cpp:85 19 xul.dll SharedStub xpcom/reflect/xptcall/md/win32/xptcstubs.cpp:112 20 xul.dll nsObserverList::NotifyObservers(nsISupports*, char const*, char16_t const*) xpcom/ds/nsObserverList.cpp:112 this is showing up as a new signature in low volume after 57.0b was rolled-out to beta users in the last hours.
1,404,324
12,713,979
Found while fuzzing mozilla-central rev e6c32278f32c. Will update shortly with a testcase. ================================================================= ==13659==ERROR: AddressSanitizer: use-after-poison on address 0x625006354d48 at pc 0x7fad2338b6da bp 0x7ffea758dd70 sp 0x7ffea758dd68 READ of size 8 at 0x625006354d48 thread T0 #0 0x7fad2338b6d9 in HasView /builds/worker/workspace/build/src/layout/generic/nsIFrame.h:2639:36 #1 0x7fad2338b6d9 in nsContainerFrame::PositionChildViews(nsIFrame*) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:1020 #2 0x7fad2338b272 in nsContainerFrame::PositionChildViews(nsIFrame*) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:1023:9 #3 0x7fad2337fbc2 in nsContainerFrame::ReflowChild(nsIFrame*, nsPresContext*, mozilla::ReflowOutput&, mozilla::ReflowInput const&, int, int, unsigned int, nsReflowStatus&, nsOverflowContinuationTracker*) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:972:5 #4 0x7fad2337e575 in mozilla::ViewportFrame::Reflow(nsPresContext*, mozilla::ReflowOutput&, mozilla::ReflowInput const&, nsReflowStatus&) /builds/worker/workspace/build/src/layout/generic/ViewportFrame.cpp:330:7 #5 0x7fad2317750c in mozilla::PresShell::DoReflow(nsIFrame*, bool) /builds/worker/workspace/build/src/layout/base/PresShell.cpp:9380:11 #6 0x7fad2318b541 in mozilla::PresShell::ProcessReflowCommands(bool) /builds/worker/workspace/build/src/layout/base/PresShell.cpp:9553:24 #7 0x7fad2318a7a7 in mozilla::PresShell::DoFlushPendingNotifications(mozilla::ChangesToFlush) /builds/worker/workspace/build/src/layout/base/PresShell.cpp:4207:11 #8 0x7fad1f0e6db0 in FlushPendingNotifications /builds/worker/workspace/build/src/obj-firefox/dist/include/nsIPresShell.h:557:5 #9 0x7fad1f0e6db0 in nsDocument::FlushPendingNotifications(mozilla::FlushType, mozilla::FlushTarget) /builds/worker/workspace/build/src/dom/base/nsDocument.cpp:8499 #10 0x7fad1ee9dcf2 in mozilla::dom::Element::GetPrimaryFrame(mozilla::FlushType) /builds/worker/workspace/build/src/dom/base/Element.cpp:2262:10 #11 0x7fad2139ef31 in nsGenericHTMLElement::GetInnerText(mozilla::dom::DOMString&, mozilla::ErrorResult&) /builds/worker/workspace/build/src/dom/html/nsGenericHTMLElement.cpp:3063:8 #12 0x7fad2090ef04 in mozilla::dom::HTMLElementBinding::get_innerText(JSContext*, JS::Handle<JSObject*>, nsGenericHTMLElement*, JSJitGetterCallArgs) /builds/worker/workspace/build/src/obj-firefox/dom/bindings/HTMLElementBinding.cpp:272:9 #13 0x7fad20bde1e6 in mozilla::dom::GenericBindingGetter(JSContext*, unsigned int, JS::Value*) /builds/worker/workspace/build/src/dom/bindings/BindingUtils.cpp:2922:13 #14 0x7fad27028e64 in CallJSNative /builds/worker/workspace/build/src/js/src/jscntxtinlines.h:293:15 #15 0x7fad27028e64 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:495 #16 0x7fad2702a89f in InternalCall /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:540:12 #17 0x7fad2702a89f in Call /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:559 #18 0x7fad2702a89f in js::CallGetter(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, JS::MutableHandle<JS::Value>) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:674 #19 0x7fad27fc5e93 in CallGetter /builds/worker/workspace/build/src/js/src/vm/NativeObject.cpp:2122:16 #20 0x7fad27fc5e93 in GetExistingProperty<js::AllowGC::CanGC> /builds/worker/workspace/build/src/js/src/vm/NativeObject.cpp:2175 #21 0x7fad27fc5e93 in NativeGetPropertyInline<js::AllowGC::CanGC> /builds/worker/workspace/build/src/js/src/vm/NativeObject.cpp:2378 #22 0x7fad27fc5e93 in js::NativeGetProperty(JSContext*, JS::Handle<js::NativeObject*>, JS::Handle<JS::Value>, JS::Handle<jsid>, JS::MutableHandle<JS::Value>) /builds/worker/workspace/build/src/js/src/vm/NativeObject.cpp:2414 #23 0x7fad272476fc in GetProperty /builds/worker/workspace/build/src/js/src/vm/NativeObject.h:1590:12 #24 0x7fad272476fc in GetObjectElementOperation /builds/worker/workspace/build/src/js/src/vm/Interpreter-inl.h:524 #25 0x7fad272476fc in GetElementOperation /builds/worker/workspace/build/src/js/src/vm/Interpreter-inl.h:630 #26 0x7fad272476fc in js::jit::DoGetElemFallback(JSContext*, js::jit::BaselineFrame*, js::jit::ICGetElem_Fallback*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, JS::MutableHandle<JS::Value>) /builds/worker/workspace/build/src/js/src/jit/BaselineIC.cpp:833 #27 0x2b4b9f585946 (<unknown module>) 0x625006354d48 is located 5192 bytes inside of 8192-byte region [0x625006353900,0x625006355900) allocated by thread T0 here: #0 0x4bc3bc in malloc /builds/slave/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:64:3 #1 0x7fad1c314dcf in AllocateChunk /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:179:15 #2 0x7fad1c314dcf in InternalAllocate /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:214 #3 0x7fad1c314dcf in Allocate /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:72 #4 0x7fad1c314dcf in mozilla::ArenaAllocator<8192ul, 8ul>::Allocate(unsigned long) /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:77 #5 0x7fad23375923 in AllocateByFrameID /builds/worker/workspace/build/src/layout/base/nsPresArena.h:38:12 #6 0x7fad23375923 in AllocateFrame /builds/worker/workspace/build/src/obj-firefox/dist/include/nsIPresShell.h:203 #7 0x7fad23375923 in operator new /builds/worker/workspace/build/src/layout/generic/ViewportFrame.cpp:33 #8 0x7fad23375923 in NS_NewViewportFrame(nsIPresShell*, nsStyleContext*) /builds/worker/workspace/build/src/layout/generic/ViewportFrame.cpp:30 #9 0x7fad23216364 in nsCSSFrameConstructor::ConstructRootFrame() /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:2830:5 #10 0x7fad23170c1b in mozilla::PresShell::Initialize(int, int) /builds/worker/workspace/build/src/layout/base/PresShell.cpp:1754:36 #11 0x7fad1f030800 in nsContentSink::StartLayout(bool) /builds/worker/workspace/build/src/dom/base/nsContentSink.cpp:1286:26 #12 0x7fad1f0e6b36 in nsDocument::FlushPendingNotifications(mozilla::FlushType, mozilla::FlushTarget) /builds/worker/workspace/build/src/dom/base/nsDocument.cpp:8470:13 #13 0x7fad1ee9dcf2 in mozilla::dom::Element::GetPrimaryFrame(mozilla::FlushType) /builds/worker/workspace/build/src/dom/base/Element.cpp:2262:10 #14 0x7fad21ef962c in mozilla::dom::SVGTransformableElement::GetBBox(mozilla::dom::SVGBoundingBoxOptions const&, mozilla::ErrorResult&) /builds/worker/workspace/build/src/dom/svg/SVGTransformableElement.cpp:178:21 #15 0x7fad1fcf451d in mozilla::dom::SVGGraphicsElementBinding::getBBox(JSContext*, JS::Handle<JSObject*>, mozilla::dom::SVGGraphicsElement*, JSJitMethodCallArgs const&) /builds/worker/workspace/build/src/obj-firefox/dom/bindings/SVGGraphicsElementBinding.cpp:367:60 #16 0x7fad20be0600 in mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*) /builds/worker/workspace/build/src/dom/bindings/BindingUtils.cpp:3053:13 #17 0x7fad27028e64 in CallJSNative /builds/worker/workspace/build/src/js/src/jscntxtinlines.h:293:15 #18 0x7fad27028e64 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:495 #19 0x7fad27012cc6 in CallFromStack /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:546:12 #20 0x7fad27012cc6 in Interpret(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:3084 #21 0x7fad26ffa089 in js::RunScript(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:435:12 #22 0x7fad2702b777 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:724:15 #23 0x7fad2702bfe2 in js::Execute(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value*) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:756:12 #24 0x7fad27a7a6e9 in ExecuteScript(JSContext*, JS::AutoObjectVector&, JS::Handle<JSScript*>, JS::Value*) /builds/worker/workspace/build/src/js/src/jsapi.cpp:4667:12 #25 0x7fad1f1e43d9 in nsJSUtils::ExecutionContext::CompileAndExec(JS::CompileOptions&, JS::SourceBufferHolder&, JS::MutableHandle<JSScript*>) /builds/worker/workspace/build/src/dom/base/nsJSUtils.cpp:265:8 #26 0x7fad228be548 in mozilla::dom::ScriptLoader::EvaluateScript(mozilla::dom::ScriptLoadRequest*) /builds/worker/workspace/build/src/dom/script/ScriptLoader.cpp:2244:25 #27 0x7fad228b997c in mozilla::dom::ScriptLoader::ProcessRequest(mozilla::dom::ScriptLoadRequest*) /builds/worker/workspace/build/src/dom/script/ScriptLoader.cpp:1884:10 #28 0x7fad1ecd597f in nsContentUtils::RemoveScriptBlocker() /builds/worker/workspace/build/src/dom/base/nsContentUtils.cpp:5645:15 #29 0x7fad1f0c1b69 in nsDocument::EndUpdate(unsigned int) /builds/worker/workspace/build/src/dom/base/nsDocument.cpp:5332:3 #30 0x7fad213d122c in nsHTMLDocument::EndUpdate(unsigned int) /builds/worker/workspace/build/src/dom/html/nsHTMLDocument.cpp:2507:15 #31 0x7fad1f1bc7fe in ~mozAutoDocUpdate /builds/worker/workspace/build/src/dom/base/mozAutoDocUpdate.h:40:18 #32 0x7fad1f1bc7fe in nsINode::ReplaceOrInsertBefore(bool, nsINode*, nsINode*, mozilla::ErrorResult&) /builds/worker/workspace/build/src/dom/base/nsINode.cpp:2537 #33 0x7fad1f8d0ca1 in InsertBefore /builds/worker/workspace/build/src/dom/base/nsINode.h:1840:12 #34 0x7fad1f8d0ca1 in AppendChild /builds/worker/workspace/build/src/dom/base/nsINode.h:1844 #35 0x7fad1f8d0ca1 in mozilla::dom::NodeBinding::appendChild(JSContext*, JS::Handle<JSObject*>, nsINode*, JSJitMethodCallArgs const&) /builds/worker/workspace/build/src/obj-firefox/dom/bindings/NodeBinding.cpp:885 #36 0x7fad20be0600 in mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*) /builds/worker/workspace/build/src/dom/bindings/BindingUtils.cpp:3053:13 #37 0x7fad27028e64 in CallJSNative /builds/worker/workspace/build/src/js/src/jscntxtinlines.h:293:15 #38 0x7fad27028e64 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:495 #39 0x7fad27012cc6 in CallFromStack /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:546:12 #40 0x7fad27012cc6 in Interpret(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:3084 #41 0x7fad26ffa089 in js::RunScript(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:435:12 #42 0x7fad2702b777 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:724:15 SUMMARY: AddressSanitizer: use-after-poison /builds/worker/workspace/build/src/layout/generic/nsIFrame.h:2639:36 in HasView Shadow bytes around the buggy address: 0x0c4a80c62950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80c62960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80c62970: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80c62980: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80c62990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 =>0x0c4a80c629a0: f7 f7 f7 f7 f7 f7 f7 f7 f7[f7]f7 f7 f7 f7 f7 f7 0x0c4a80c629b0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 00 0x0c4a80c629c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80c629d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 0x0c4a80c629e0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 0x0c4a80c629f0: f7 f7 f7 f7 f7 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==13659==ABORTING
1,404,469
12,715,082
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 Build ID: 20100101 Steps to reproduce: 1. Create new profile (windows 8.1 x64) 2. Install Tab Center Redux (or Tree Style Tab - webext from git, don't matter) 3. Open many tabs (~40) and pin them all exclude one (by using extension from step 2) 4. Close tab which not pinned See what in main process thread locked (or cycle stucked, using one logical core). Mozregression pointed on this: Last good build_url: https://queue.taskcluster.net/v1/task/VTYFkiNlR2aaXfx_GBHdMg/runs/0/artifacts/public%2Fbuild%2Ftarget.zip changeset: ecbeb9354c24bac41419cfbd71ce107f86ea4619 pushlog_url: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ecbeb9354c24bac41419cfbd71ce107f86ea4619&tochange=f91c159b317076ac6a6829fd8f58f23b7d6bc3bb First bad: build_url: https://queue.taskcluster.net/v1/task/O5L3YjmQQMWp8pGFwbDIaQ/runs/0/artifacts/public%2Fbuild%2Ftarget.zip changeset: 975e4a8c3e3e83af2ac54fa3691861f79186b48f pushlog_url: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ecbeb9354c24bac41419cfbd71ce107f86ea4619&tochange=975e4a8c3e3e83af2ac54fa3691861f79186b48f
1,404,686
12,716,955
Created attachment 8914038 NullPtr_HasWrapperFlag_Repro.html Reproduction test case (NullPtr_HasWrapperFlag_Repro.html): <script>var context = new AudioContext(); var streamDestNode = context.createMediaStreamDestination(); var rtcConfig = { "iceServers": [{ "urls": "stun:stun2.l.google.com:19302" }, ] }; var options = {optional:[{DtlsSrtpKeyAgreement:true}, {RtpDataChannels: false}]}; var interval0;var pc0 = new RTCPeerConnection(rtcConfig,options); pc0.onicecandidate = function (e) { pc0.addStream(streamDestNode.stream);}; pc0.ontrack = function (e) { pc0.close();}; pc0.onnegotiationneeded = function(e) { pc0.createOffer(function(offer) {pc0.setRemoteDescription(new RTCSessionDescription(offer), function(){},function(e){}); pc0.createAnswer(function(answer) {pc0.setLocalDescription(new RTCSessionDescription(answer), function(){},function(){});}, function(){}); }, function(e) {}); } pc0.createDataChannel("DataChanName0"); setTimeout(function(){location.reload()},200);</script> Steps to reproduce: 1. Open PoC in Firefox browser. 2. Firefox crashes by deferenceing NULL pointer in nsWrapperCache::HasWrapperFlag. Firefox version: 58.0a1 (2017-09-30) (32-bit) OS: Windows 10 Stack trace: (9ac.24e0): Access violation - code c0000005 (!!! second chance !!!) eax=00000008 ebx=00b7cd54 ecx=00000004 edx=00000008 esi=00b7c808 edi=0111b800 eip=5fbd71ff esp=00b7c788 ebp=00b7c914 iopl=0 nv up ei pl zr na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00210246 xul!nsWrapperCache::HasWrapperFlag+0x16 [inlined in xul!mozilla::dom::PeerConnectionObserverJSImpl::OnAddStream+0xb5]: 5fbd71ff 8a00 mov al,byte ptr [eax] ds:002b:00000008=?? xul!nsWrapperCache::HasWrapperFlag+0x16 xul!nsWrapperCache::IsDOMBinding+0x16 xul!mozilla::dom::CouldBeDOMBinding+0x16 xul!mozilla::dom::binding_detail::DoGetOrCreateDOMReflector+0x16 xul!mozilla::dom::GetOrCreateDOMReflector+0x16 xul!mozilla::dom::GetOrCreateDOMReflectorHelper<mozilla::DOMMediaStream,0>::GetOrCreate+0x16 xul!mozilla::dom::GetOrCreateDOMReflector+0x16 xul!mozilla::dom::PeerConnectionObserverJSImpl::OnAddStream+0xb5 xul!mozilla::dom::PeerConnectionObserver::OnAddStream+0x1c xul!mozilla::PeerConnectionImpl::CreateNewRemoteTracks+0x675 xul!mozilla::PeerConnectionImpl::SetRemoteDescription+0x2b7 xul!mozilla::PeerConnectionImpl::SetRemoteDescription+0x26 xul!mozilla::dom::PeerConnectionImplBinding::setRemoteDescription+0xc3 xul!mozilla::dom::GenericBindingMethod+0xf4 xul!js::CallJSNative+0x98 xul!js::InternalCallOrConstruct+0x145 xul!InternalCall+0x73 xul!Interpret+0x59b5 xul!js::RunScript+0x350 xul!js::InternalCallOrConstruct+0x25c
1,400,554
12,673,204
This bug was filed from the Socorro interface and is report bp-bb6ca798-7d2a-4fe7-b180-674950170827. ============================================================= UAF crash in EnsureNPNComplete() - crashes appear to start in 52, and continue into 57. Some of the crashes show clear UAF signatures, such as this one (which even worse is an EXEC of a UAF address). It appears that something has deleted the nsHttpConnection, apparently while this is the middle of executing (they're not all at the start, they're scattered throughout the function, though most are at/near the beginning). The implication would be that it was freed on another thread, though that's not guaranteed. if you look at a 57 crash, you can see it's crashing on SocketThread: https://crash-stats.mozilla.com/report/index/59cbc88a-c387-4383-8587-0422a0170912
1,400,889
12,677,455
This bug was filed from the Socorro interface and is report bp-d0891d65-75b5-4f36-a6d5-c3e960170912. ============================================================= Seen while looking at Mac crash stats: http://bit.ly/2xc08mk. Appears to have started using 20170901151028. Possible regression range based on Build ID: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=04b6be50a2526c7a26a63715f441c47e1aa1f9be&tochange=a3585c77e2b1bc5f5fea907e97762f7b47a12033 Comments: This one might actually have to do with having some breakpoints set rather than the APIs I was hit - https://crash-stats.mozilla.com/report/index/69151572-d2c0-4889-a5d4-2c26d0170904 Testing outbound calls with the twilio javascript SDK on localhost. Crashed when I initiated an outbound - https://crash-stats.mozilla.com/report/index/610525a8-cd2c-4f31-ad14-bc05f0170904 URLs: http://swimminglessonsformodernlife.com/aframe-speech-component/example/ https://hangouts.google.com/call/
1,401,420
12,684,160
Found while fuzzing mozilla-esr rev d6f78b1349b7. I will update with a testcase shortly. ==11421==ERROR: AddressSanitizer: use-after-poison on address 0x625000887360 at pc 0x7fbcc0682388 bp 0x7ffc0db05320 sp 0x7ffc0db05318 READ of size 8 at 0x625000887360 thread T0 #0 0x7fbcc0682387 in GetNextSibling /home/worker/workspace/build/src/layout/generic/nsIFrame.h:1431:45 #1 0x7fbcc0682387 in RemoveFrame /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp:80 #2 0x7fbcc0682387 in RemoveFirstChild /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp:127 #3 0x7fbcc0682387 in DestroyFramesFrom /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp:56 #4 0x7fbcc0682387 in nsBlockFrame::DestroyFrom(nsIFrame*) /home/worker/workspace/build/src/layout/generic/nsBlockFrame.cpp:323 #5 0x7fbcc0682d78 in DestroyFramesFrom /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp:57:5 #6 0x7fbcc0682d78 in nsContainerFrame::DestroyFrom(nsIFrame*) /home/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:221 #7 0x7fbcc0682d78 in DestroyFramesFrom /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp:57:5 #8 0x7fbcc0682d78 in nsContainerFrame::DestroyFrom(nsIFrame*) /home/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:221 #9 0x7fbcc06e3915 in nsCanvasFrame::DestroyFrom(nsIFrame*) /home/worker/workspace/build/src/layout/generic/nsCanvasFrame.cpp:153:3 #10 0x7fbcc0682d78 in DestroyFramesFrom /home/worker/workspace/build/src/layout/generic/nsFrameList.cpp:57:5 #11 0x7fbcc0682d78 in nsContainerFrame::DestroyFrom(nsIFrame*) /home/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:221 #12 0x7fbcc06f6cca in Destroy /home/worker/workspace/build/src/layout/generic/nsIFrame.h:576:20 #13 0x7fbcc06f6cca in nsContainerFrame::RemoveFrame(mozilla::layout::FrameChildListID, nsIFrame*) /home/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:170 #14 0x7fbcc0523506 in nsFrameManager::RemoveFrame(mozilla::layout::FrameChildListID, nsIFrame*) /home/worker/workspace/build/src/layout/base/nsFrameManager.cpp:506:5 #15 0x7fbcc03f19bb in nsCSSFrameConstructor::ContentRemoved(nsIContent*, nsIContent*, nsIContent*, nsCSSFrameConstructor::RemoveFlags, bool*, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:8507:5 #16 0x7fbcc036643e in nsCSSFrameConstructor::RecreateFramesForContent(nsIContent*, bool, nsCSSFrameConstructor::RemoveFlags, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9694:10 #17 0x7fbcc03847f6 in mozilla::RestyleManagerBase::ProcessRestyledFrames(nsStyleChangeList&) /home/worker/workspace/build/src/layout/base/RestyleManagerBase.cpp:1176:7 #18 0x7fbcc0366a14 in mozilla::RestyleManager::ComputeAndProcessStyleChange(nsIFrame*, nsChangeHint, mozilla::RestyleTracker&, nsRestyleHint, mozilla::RestyleHintData const&) /home/worker/workspace/build/src/layout/base/RestyleManager.cpp:3804:3 #19 0x7fbcc0365055 in mozilla::RestyleManager::RestyleElement(mozilla::dom::Element*, nsIFrame*, nsChangeHint, mozilla::RestyleTracker&, nsRestyleHint, mozilla::RestyleHintData const&) /home/worker/workspace/build/src/layout/base/RestyleManager.cpp:152:5 #20 0x7fbcc038b64c in ProcessOneRestyle /home/worker/workspace/build/src/layout/base/RestyleTracker.cpp:97:5 #21 0x7fbcc038b64c in mozilla::RestyleTracker::DoProcessRestyles() /home/worker/workspace/build/src/layout/base/RestyleTracker.cpp:266 #22 0x7fbcc036d5d4 in ProcessRestyles /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RestyleManager.h:490:7 #23 0x7fbcc036d5d4 in mozilla::RestyleManager::ProcessPendingRestyles() /home/worker/workspace/build/src/layout/base/RestyleManager.cpp:834 #24 0x7fbcc05af3ce in ProcessPendingRestyles /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RestyleManagerHandleInlines.h:74:3 #25 0x7fbcc05af3ce in PresShell::FlushPendingNotifications(mozilla::ChangesToFlush) /home/worker/workspace/build/src/layout/base/nsPresShell.cpp:4167 #26 0x7fbcbc42a490 in nsDocument::FlushPendingNotifications(mozFlushType) /home/worker/workspace/build/src/dom/base/nsDocument.cpp:7781:7 #27 0x7fbcbc1e7760 in GetPrimaryFrame /home/worker/workspace/build/src/dom/base/Element.cpp:2194:5 #28 0x7fbcbc1e7760 in mozilla::dom::Element::GetBoundingClientRect() /home/worker/workspace/build/src/dom/base/Element.cpp:979 #29 0x7fbcbd9ecbcc in mozilla::dom::ElementBinding::getBoundingClientRect(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Element*, JSJitMethodCallArgs const&) /home/worker/workspace/build/src/obj-firefox/dom/bindings/ElementBinding.cpp:2048:53 #30 0x7fbcbdf3e6b9 in mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*) /home/worker/workspace/build/src/dom/bindings/BindingUtils.cpp:2904:13 #31 0x7fbcc42c7e55 in CallJSNative /home/worker/workspace/build/src/js/src/jscntxtinlines.h:239:15 #32 0x7fbcc42c7e55 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:447 #33 0x7fbcc42a825f in CallFromStack /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:510:12 #34 0x7fbcc42a825f in Interpret(JSContext*, js::RunState&) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:2922 #35 0x7fbcc428d41d in js::RunScript(JSContext*, js::RunState&) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:405:12 #36 0x7fbcc42ca342 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:686:15 #37 0x7fbcc42cabdb in js::Execute(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value*) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:718:12 #38 0x7fbcc3dac3b4 in Evaluate(JSContext*, js::ScopeKind, JS::Handle<JSObject*>, JS::ReadOnlyCompileOptions const&, JS::SourceBufferHolder&, JS::MutableHandle<JS::Value>) /home/worker/workspace/build/src/js/src/jsapi.cpp:4439:19 #39 0x7fbcc3dad10b in Evaluate /home/worker/workspace/build/src/js/src/jsapi.cpp:4466:12 #40 0x7fbcc3dad10b in JS::Evaluate(JSContext*, JS::AutoObjectVector&, JS::ReadOnlyCompileOptions const&, JS::SourceBufferHolder&, JS::MutableHandle<JS::Value>) /home/worker/workspace/build/src/js/src/jsapi.cpp:4524 #41 0x7fbcbc52fe10 in nsJSUtils::EvaluateString(JSContext*, JS::SourceBufferHolder&, JS::Handle<JSObject*>, JS::CompileOptions&, nsJSUtils::EvaluateOptions const&, JS::MutableHandle<JS::Value>, void**) /home/worker/workspace/build/src/dom/base/nsJSUtils.cpp:207:12 #42 0x7fbcbc530f29 in nsJSUtils::EvaluateString(JSContext*, JS::SourceBufferHolder&, JS::Handle<JSObject*>, JS::CompileOptions&, void**) /home/worker/workspace/build/src/dom/base/nsJSUtils.cpp:274:10 #43 0x7fbcbc5c78a1 in nsScriptLoader::EvaluateScript(nsScriptLoadRequest*) /home/worker/workspace/build/src/dom/base/nsScriptLoader.cpp:2193:14 #44 0x7fbcbc5c47ae in nsScriptLoader::ProcessRequest(nsScriptLoadRequest*) /home/worker/workspace/build/src/dom/base/nsScriptLoader.cpp:1979:10 #45 0x7fbcbc5abb05 in nsScriptLoader::ProcessScriptElement(nsIScriptElement*) /home/worker/workspace/build/src/dom/base/nsScriptLoader.cpp:1712:10 #46 0x7fbcbc5a8471 in nsScriptElement::MaybeProcessScript() /home/worker/workspace/build/src/dom/base/nsScriptElement.cpp:149:10 #47 0x7fbcbb619a43 in AttemptToExecute /home/worker/workspace/build/src/dom/base/nsIScriptElement.h:222:18 #48 0x7fbcbb619a43 in nsHtml5TreeOpExecutor::RunScript(nsIContent*) /home/worker/workspace/build/src/parser/html/nsHtml5TreeOpExecutor.cpp:666 #49 0x7fbcbb6181c5 in nsHtml5TreeOpExecutor::RunFlushLoop() /home/worker/workspace/build/src/parser/html/nsHtml5TreeOpExecutor.cpp:489:7 #50 0x7fbcbb61e00f in nsHtml5ExecutorReflusher::Run() /home/worker/workspace/build/src/parser/html/nsHtml5TreeOpExecutor.cpp:58:7 #51 0x7fbcb97af7bb in nsThread::ProcessNextEvent(bool, bool*) /home/worker/workspace/build/src/xpcom/threads/nsThread.cpp:1216:7 #52 0x7fbcb98318fc in NS_ProcessNextEvent(nsIThread*, bool) /home/worker/workspace/build/src/xpcom/glue/nsThreadUtils.cpp:361:10 #53 0x7fbcba5ea57f in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) /home/worker/workspace/build/src/ipc/glue/MessagePump.cpp:96:21 #54 0x7fbcba55c0d8 in RunInternal /home/worker/workspace/build/src/ipc/chromium/src/base/message_loop.cc:232:3 #55 0x7fbcba55c0d8 in RunHandler /home/worker/workspace/build/src/ipc/chromium/src/base/message_loop.cc:225 #56 0x7fbcba55c0d8 in MessageLoop::Run() /home/worker/workspace/build/src/ipc/chromium/src/base/message_loop.cc:205 #57 0x7fbcbfbf4fff in nsBaseAppShell::Run() /home/worker/workspace/build/src/widget/nsBaseAppShell.cpp:156:3 #58 0x7fbcc1c72d31 in nsAppStartup::Run() /home/worker/workspace/build/src/toolkit/components/startup/nsAppStartup.cpp:283:19 #59 0x7fbcc1e0a047 in XREMain::XRE_mainRun() /home/worker/workspace/build/src/toolkit/xre/nsAppRunner.cpp:4488:10 #60 0x7fbcc1e0b7bd in XREMain::XRE_main(int, char**, nsXREAppData const*) /home/worker/workspace/build/src/toolkit/xre/nsAppRunner.cpp:4621:8 #61 0x7fbcc1e0c67c in XRE_main /home/worker/workspace/build/src/toolkit/xre/nsAppRunner.cpp:4712:16 #62 0x4df91a in do_main /home/worker/workspace/build/src/browser/app/nsBrowserApp.cpp:282:10 #63 0x4df91a in main /home/worker/workspace/build/src/browser/app/nsBrowserApp.cpp:415 #64 0x7fbcd595b82f in __libc_start_main /build/glibc-bfm8X4/glibc-2.23/csu/../csu/libc-start.c:291 #65 0x41ba88 in _start (/home/forb1dden/builds/esr-asan/firefox+0x41ba88) 0x625000887360 is located 2656 bytes inside of 8192-byte region [0x625000886900,0x625000888900) allocated by thread T0 here: #0 0x4b24fb in malloc /builds/slave/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:52:3 #1 0x7fbcd2bfda24 in PL_ArenaAllocate /home/worker/workspace/build/src/nsprpub/lib/ds/plarena.c:127:27 #2 0x7fbcc02b8041 in nsPresArena::Allocate(unsigned int, unsigned long) /home/worker/workspace/build/src/layout/base/nsPresArena.cpp:165:3 #3 0x7fbcc022be19 in AllocateByObjectID /home/worker/workspace/build/src/layout/base/nsPresArena.h:65:12 #4 0x7fbcc022be19 in AllocateByObjectID /home/worker/workspace/build/src/layout/base/nsIPresShell.h:250 #5 0x7fbcc022be19 in operator new /home/worker/workspace/build/src/layout/style/nsStyleStruct.h:2770 #6 0x7fbcc022be19 in nsStyleContext::GetUniqueStyleData(nsStyleStructID const&) /home/worker/workspace/build/src/layout/style/nsStyleContext.cpp:539 #7 0x7fbcc02265ad in nsStyleContext::ApplyStyleFixups(bool) /home/worker/workspace/build/src/layout/style/nsStyleContext.cpp:843:41 #8 0x7fbcc0235b88 in NS_NewStyleContext(nsStyleContext*, nsIAtom*, mozilla::CSSPseudoElementType, nsRuleNode*, bool) /home/worker/workspace/build/src/layout/style/nsStyleContext.cpp:1435:5 #9 0x7fbcc02411a6 in nsStyleSet::GetContext(nsStyleContext*, nsRuleNode*, nsRuleNode*, nsIAtom*, mozilla::CSSPseudoElementType, mozilla::dom::Element*, unsigned int) /home/worker/workspace/build/src/layout/style/nsStyleSet.cpp:943:14 #10 0x7fbcc02464a3 in nsStyleSet::ResolveStyleFor(mozilla::dom::Element*, nsStyleContext*, TreeMatchContext&) /home/worker/workspace/build/src/layout/style/nsStyleSet.cpp:1392:10 #11 0x7fbcc0245cd9 in nsStyleSet::ResolveStyleFor(mozilla::dom::Element*, nsStyleContext*) /home/worker/workspace/build/src/layout/style/nsStyleSet.cpp:1350:10 #12 0x7fbcc058184f in ResolveStyleFor /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/StyleSetHandleInlines.h:84:3 #13 0x7fbcc058184f in GetPropagatedScrollbarStylesForViewport(nsPresContext*, mozilla::ScrollbarStyles*) /home/worker/workspace/build/src/layout/base/nsPresContext.cpp:1382 #14 0x7fbcc0580df9 in nsPresContext::UpdateViewportScrollbarStylesOverride() /home/worker/workspace/build/src/layout/base/nsPresContext.cpp:1430:7 #15 0x7fbcc03f042f in nsCSSFrameConstructor::ContentRemoved(nsIContent*, nsIContent*, nsIContent*, nsCSSFrameConstructor::RemoveFlags, bool*, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:8253:5 #16 0x7fbcc036643e in nsCSSFrameConstructor::RecreateFramesForContent(nsIContent*, bool, nsCSSFrameConstructor::RemoveFlags, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9694:10 #17 0x7fbcc03f332e in nsCSSFrameConstructor::MaybeRecreateContainerForFrameRemoval(nsIFrame*, nsCSSFrameConstructor::RemoveFlags, nsresult*, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9437:18 #18 0x7fbcc03660da in nsCSSFrameConstructor::RecreateFramesForContent(nsIContent*, bool, nsCSSFrameConstructor::RemoveFlags, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9668:16 #19 0x7fbcc03f357a in nsCSSFrameConstructor::MaybeRecreateContainerForFrameRemoval(nsIFrame*, nsCSSFrameConstructor::RemoveFlags, nsresult*, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9484:16 #20 0x7fbcc03660da in nsCSSFrameConstructor::RecreateFramesForContent(nsIContent*, bool, nsCSSFrameConstructor::RemoveFlags, nsIContent**) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9668:16 #21 0x7fbcc03ee9ee in nsCSSFrameConstructor::WipeContainingBlock(nsFrameConstructorState&, nsIFrame*, nsIFrame*, nsCSSFrameConstructor::FrameConstructionItemList&, bool, nsIFrame*) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:12214:5 #22 0x7fbcc03eb996 in nsCSSFrameConstructor::ContentAppended(nsIContent*, nsIContent*, bool) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:7500:7 #23 0x7fbcc03e6a98 in nsCSSFrameConstructor::CreateNeededFrames(nsIContent*) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:7165:5 #24 0x7fbcc03e6b45 in nsCSSFrameConstructor::CreateNeededFrames(nsIContent*) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:7172:7 #25 0x7fbcc03e6b45 in nsCSSFrameConstructor::CreateNeededFrames(nsIContent*) /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:7172:7 #26 0x7fbcc036d4c6 in CreateNeededFrames /home/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:7187:5 #27 0x7fbcc036d4c6 in mozilla::RestyleManager::ProcessPendingRestyles() /home/worker/workspace/build/src/layout/base/RestyleManager.cpp:793 #28 0x7fbcc05af3ce in ProcessPendingRestyles /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RestyleManagerHandleInlines.h:74:3 #29 0x7fbcc05af3ce in PresShell::FlushPendingNotifications(mozilla::ChangesToFlush) /home/worker/workspace/build/src/layout/base/nsPresShell.cpp:4167 #30 0x7fbcc02c102c in nsRefreshDriver::Tick(long, mozilla::TimeStamp) /home/worker/workspace/build/src/layout/base/nsRefreshDriver.cpp:1836:11 #31 0x7fbcc02cd871 in mozilla::RefreshDriverTimer::TickRefreshDrivers(long, mozilla::TimeStamp, nsTArray<RefPtr<nsRefreshDriver> >&) /home/worker/workspace/build/src/layout/base/nsRefreshDriver.cpp:295:7 #32 0x7fbcc02cd305 in mozilla::RefreshDriverTimer::Tick(long, mozilla::TimeStamp) /home/worker/workspace/build/src/layout/base/nsRefreshDriver.cpp:316:5 #33 0x7fbcc02cfe2e in applyImpl<mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver, void (mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::*)(mozilla::TimeStamp), StoreCopyPassByValue<mozilla::TimeStamp> , 0> /home/worker/workspace/build/src/obj-firefox/dist/include/nsThreadUtils.h:775:12 #34 0x7fbcc02cfe2e in apply<mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver, void (mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::*)(mozilla::TimeStamp)> /home/worker/workspace/build/src/obj-firefox/dist/include/nsThreadUtils.h:781 #35 0x7fbcc02cfe2e in mozilla::detail::RunnableMethodImpl<void (mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::*)(mozilla::TimeStamp), true, false, mozilla::TimeStamp>::Run() /home/worker/workspace/build/src/obj-firefox/dist/include/nsThreadUtils.h:810 #36 0x7fbcb97af7bb in nsThread::ProcessNextEvent(bool, bool*) /home/worker/workspace/build/src/xpcom/threads/nsThread.cpp:1216:7 #37 0x7fbcb98318fc in NS_ProcessNextEvent(nsIThread*, bool) /home/worker/workspace/build/src/xpcom/glue/nsThreadUtils.cpp:361:10 SUMMARY: AddressSanitizer: use-after-poison /home/worker/workspace/build/src/layout/generic/nsIFrame.h:1431:45 in GetNextSibling Shadow bytes around the buggy address: 0x0c4a80108e10: 00 00 00 00 00 00 00 00 00 00 f7 f7 f7 f7 f7 f7 0x0c4a80108e20: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 0x0c4a80108e30: f7 f7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80108e40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 f7 f7 0x0c4a80108e50: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 00 00 =>0x0c4a80108e60: 00 00 00 00 00 00 f7 f7 f7 f7 f7 f7[f7]f7 f7 f7 0x0c4a80108e70: f7 f7 f7 f7 f7 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80108e80: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 0x0c4a80108e90: f7 f7 f7 f7 f7 f7 f7 f7 00 00 00 00 00 00 00 00 0x0c4a80108ea0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a80108eb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==11421==ABORTING
1,405,110
12,722,375
This bug was filed from the Socorro interface and is report bp-300b9f6c-a954-4d5e-b97e-1e6d20171002. ============================================================= Crashing Thread (105), Name: MediaPDecoder #3 Frame Module Signature Source Ø 0 nvumdshim.dll nvumdshim.dll@0x28cfd Ø 1 nvumdshim.dll nvumdshim.dll@0x28bea Ø 2 nvumdshim.dll nvumdshim.dll@0x3f3e4 Ø 3 nvumdshim.dll nvumdshim.dll@0x2ca5d Ø 4 igd10umd32.dll igd10umd32.dll@0x912fe1 Ø 5 igd10umd32.dll igd10umd32.dll@0x4ce4 Ø 6 igd10umd32.dll igd10umd32.dll@0x926218 Ø 7 nvumdshim.dll nvumdshim.dll@0x42bd0 Ø 8 nvumdshim.dll nvumdshim.dll@0x4285e Ø 9 nvumdshim.dll nvumdshim.dll@0x42fbc Ø 10 nvumdshim.dll nvumdshim.dll@0x2e286 11 d3d11.dll CResource<ID3D11Texture3D>::CLS::FinalConstruct(CContext*, D3D11DDIARG_CREATERESOURCE const*, SD3D11SharedResourceCreationArgs*, SD3D11CrossLayerData*, D3D10DDI_HRTRESOURCE) 12 d3d11.dll TCLSWrappers<CTexture2D>::CLSFinalConstructFn(CTexture2D::CLS*, CContext*, CTexture2D::TConstructorArgs const*) 13 d3d11.dll CLayeredObjectWithCLS<CTexture2D>::FinalConstruct(CTexture2D::TConstructorArgs const&, _GUID const&, void**, CLayeredObjectWithCLS<CTexture2D>::SInfo const*) 14 d3d11.dll CLayeredObjectWithCLS<CTexture2D>::CreateInstance(CTexture2D::TConstructorArgs&, void*, void*, _GUID const&, void**, CLayeredObjectWithCLS<CTexture2D>::SInfo const*) 15 d3d11.dll CDevice::CreateLayeredChild(unsigned int, void const*, unsigned long, ID3D11LayeredUseCounted*, _GUID const&, void**) 16 d3d11.dll CBridgeImpl<ID3D11LayeredDevice, ID3D11LayeredDevice, CLayeredObject<CDevice> >::CreateLayeredChild(unsigned int, void const*, unsigned long, ID3D11LayeredUseCounted*, _GUID const&, void**) 17 d3d11.dll CD3D11LayeredChild<ID3D11DeviceChild, NDXGI::CDevice, 64>::FinalConstruct(ED3D11DeviceChildType, SLayeredArgs const*, unsigned long, ID3D11LayeredUseCounted*, _GUID const&) 18 d3d11.dll NDXGI::CResource::FinalConstruct(NDXGI::CResource::TConstructorArgs const&) 19 d3d11.dll NDXGI::CDevice::CreateLayeredChild(unsigned int, void const*, unsigned long, ID3D11LayeredUseCounted*, _GUID const&, void**) 20 d3d11.dll CBridgeImpl<ID3D11LayeredDevice, ID3D11LayeredDevice, CLayeredObject<NDXGI::CDevice> >::CreateLayeredChild(unsigned int, void const*, unsigned long, ID3D11LayeredUseCounted*, _GUID const&, void**) 21 d3d11.dll NOutermost::CDeviceChild::FinalConstruct(NOutermost::CDeviceChild::TConstructorArgs const&) 22 d3d11.dll CUseCountedObject<NOutermost::CDeviceChild>::CUseCountedObject<NOutermost::CDeviceChild>(void*, NOutermost::CDeviceChild::TConstructorArgs const&, NOutermost::CDevice*, _GUID const&, void**) 23 d3d11.dll CUseCountedObject<NOutermost::CDeviceChild>::CreateInstance(NOutermost::CDeviceChild::TConstructorArgs const&, NOutermost::CDevice*, void*, void*, _GUID const&, void**) 24 d3d11.dll NOutermost::CDevice::CreateLayeredChild(unsigned int, void const*, unsigned long, ID3D11LayeredUseCounted*, _GUID const&, void**) 25 d3d11.dll CDevice::CreateAndRecreateLayeredChild<SD3D11LayeredTexture2DCreationArgs>(unsigned int, SD3D11LayeredTexture2DCreationArgs*, ID3D11LayeredUseCounted*, _GUID const&, void**, bool) 26 d3d11.dll CDevice::CreateTexture2D_Worker(D3D11_TEXTURE2D_DESC const*, D3D11_SUBRESOURCE_DATA const*, int, ID3D11Texture2D**, SD3D11SharedResourceCreationArgs*, bool) 27 d3d11.dll CDevice::CreateTexture2D(D3D11_TEXTURE2D_DESC const*, D3D11_SUBRESOURCE_DATA const*, ID3D11Texture2D**) 28 xul.dll mozilla::layers::D3D11YCbCrRecycleAllocator::Allocate(mozilla::gfx::SurfaceFormat, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits>, mozilla::layers::BackendSelector, mozilla::layers::TextureFlags, mozilla::layers::TextureAllocationFlags) gfx/layers/D3D11YCbCrImage.cpp:296 29 xul.dll mozilla::layers::DefaultTextureClientAllocationHelper::Allocate(mozilla::layers::KnowsCompositor*) gfx/layers/client/TextureClientRecycleAllocator.cpp:77 30 xul.dll mozilla::layers::TextureClientRecycleAllocator::CreateOrRecycle(mozilla::layers::ITextureClientAllocationHelper&) gfx/layers/client/TextureClientRecycleAllocator.cpp:200 31 xul.dll mozilla::layers::TextureClientRecycleAllocator::CreateOrRecycle(mozilla::gfx::SurfaceFormat, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits>, mozilla::layers::BackendSelector, mozilla::layers::TextureFlags, mozilla::layers::TextureAllocationFlags) gfx/layers/client/TextureClientRecycleAllocator.cpp:165 32 xul.dll mozilla::layers::D3D11YCbCrImage::SetData(mozilla::layers::KnowsCompositor*, mozilla::layers::ImageContainer*, mozilla::layers::PlanarYCbCrData const&) gfx/layers/D3D11YCbCrImage.cpp:43 33 xul.dll mozilla::VideoData::CreateAndCopyData(mozilla::VideoInfo const&, mozilla::layers::ImageContainer*, __int64, mozilla::media::TimeUnit const&, mozilla::media::TimeUnit const&, mozilla::VideoData::YCbCrBuffer const&, bool, mozilla::media::TimeUnit const&, mozilla::gfx::IntRectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::KnowsCompositor*) dom/media/MediaData.cpp:328 34 xul.dll mozilla::FFmpegVideoDecoder<46465650>::DoDecode(mozilla::MediaRawData*, unsigned char*, int, bool*, nsTArray<RefPtr<mozilla::MediaData> >&) dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp:346 35 xul.dll mozilla::FFmpegVideoDecoder<46465650>::DoDecode(mozilla::MediaRawData*, bool*, nsTArray<RefPtr<mozilla::MediaData> >&) dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp:214 36 xul.dll mozilla::FFmpegVideoDecoder<46465650>::ProcessDecode(mozilla::MediaRawData*) dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp:180 37 xul.dll mozilla::detail::ProxyRunnable<mozilla::MozPromise<nsTArray<RefPtr<mozilla::MediaData> >, mozilla::MediaResult, 1>, RefPtr<mozilla::MozPromise<nsTArray<RefPtr<mozilla::MediaData> >, mozilla::MediaResult, 1> > ( mozilla::VorbisDataDecoder::*)(mozilla::MediaRawData*), mozilla::VorbisDataDecoder, mozilla::MediaRawData*>::Run() obj-firefox/dist/include/mozilla/MozPromise.h:1394 38 xul.dll mozilla::TaskQueue::Runner::Run() xpcom/threads/TaskQueue.cpp:246 39 xul.dll nsThreadPool::Run() xpcom/threads/nsThreadPool.cpp:225 40 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1446 41 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/threads/nsThreadUtils.cpp:480 42 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:339 43 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:319 44 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:299 45 xul.dll nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp:506 46 nss3.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:397 47 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:95 48 ucrtbase.dll _o__CIpow 49 kernel32.dll BaseThreadInitThunk 50 mozglue.dll patched_BaseThreadInitThunk mozglue/build/WindowsDllBlocklist.cpp:824 51 ntdll.dll __RtlUserThreadStart 52 ntdll.dll _RtlUserThreadStart crashes with this signature are spiking up in volume in 56.0. user comments often refer to playing some video on youtube for a while. correlations of affected systems look very similar to those in bug 1404456 (windows 7, intel sandybridge gpu in use) but this time in a dual gpu-setup with nvidia... Adapter device id facet 1 0x0116 915 43.28 % 2 0x0126 604 28.57 % 3 0x0166 576 27.25 % 4 0x0106 19 0.90 % Adapter driver version facet 1 9.17.10.2843 509 24.08 % 2 8.15.10.2361 491 23.23 % 3 9.17.10.4101 277 13.10 % 4 9.17.10.3517 158 7.47 % 5 8.15.10.2725 133 6.29 % 6 8.15.10.2696 120 5.68 % 7 9.17.10.3347 88 4.16 % 8 8.15.10.2778 71 3.36 % 9 9.17.10.3372 49 2.32 % 10 9.17.10.3040 48 2.27 % the stack goes through a codepath that changed in bug 1223270 - if that were the regressor, it would fit perfectly with the regression range dug up for bug 1404456...
1,405,364
12,724,861
This bug was filed from the Socorro interface and is report bp-bff046ce-7a92-4446-a4c6-6e6690171001. ============================================================= Crashing Thread (17), Name: Compositor Frame Module Signature Source 0 xul.dll mozilla::layers::ImageBridgeParent::ShutdownInternal() gfx/layers/ipc/ImageBridgeParent.cpp:129 1 xul.dll mozilla::detail::RunnableFunction<<lambda_f009c937bb9854110605bc88d5026c00> >::Run() xpcom/threads/nsThreadUtils.h:527 2 xul.dll MessageLoop::DoWork() ipc/chromium/src/base/message_loop.cc:535 3 xul.dll base::MessagePumpForUI::DoRunLoop() ipc/chromium/src/base/message_pump_win.cc:210 4 xul.dll base::MessagePumpWin::Run(base::MessagePump::Delegate*) ipc/chromium/src/base/message_pump_win.h:80 5 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:319 6 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:299 7 xul.dll base::Thread::ThreadMain() ipc/chromium/src/base/thread.cc:181 8 xul.dll `anonymous namespace'::ThreadFunc ipc/chromium/src/base/platform_thread_win.cc:28 9 kernel32.dll BaseThreadInitThunk 10 ntdll.dll RtlUserThreadStart this crash signature is newly appearing on 57.0b4 and looks related to the patch in bug 1402592.
1,405,814
12,729,472
This bug was filed from the Socorro interface and is report bp-74138075-a3db-4b31-9a5c-068f00170927. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 XUL mozilla::layers::ScrollMetadata::ScrollMetadata(mozilla::layers::ScrollMetadata const&) xpcom/ds/nsTArray.h:398 1 XUL mozilla::layers::WebRenderScrollData::AddMetadata(mozilla::layers::ScrollMetadata const&) gfx/layers/FrameMetrics.h:778 2 XUL mozilla::layers::WebRenderLayerScrollData::Initialize(mozilla::layers::WebRenderScrollData&, nsDisplayItem*, int, mozilla::ActiveScrolledRoot const*) gfx/layers/wr/WebRenderScrollData.cpp:89 3 XUL mozilla::layers::WebRenderLayerManager::CreateWebRenderCommandsFromDisplayList(nsDisplayList*, nsDisplayListBuilder*, mozilla::layers::StackingContextHelper const&, mozilla::wr::DisplayListBuilder&, mozilla::wr::IpcResourceUpdateQueue&) gfx/layers/wr/WebRenderLayerManager.cpp:361 4 XUL mozilla::layers::WebRenderLayerManager::EndTransactionInternal(void (*)(mozilla::layers::PaintedLayer*, gfxContext*, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::DrawRegionClip, mozilla::gfx::IntRegionTyped<mozilla::gfx::UnknownUnits> const&, void*), void*, mozilla::layers::LayerManager::EndTransactionFlags, nsDisplayList*, nsDisplayListBuilder*) gfx/layers/wr/WebRenderLayerManager.cpp:784 5 XUL nsDisplayList::PaintRoot(nsDisplayListBuilder*, gfxContext*, unsigned int) layout/painting/nsDisplayList.cpp:2173 6 XUL nsLayoutUtils::PaintFrame(gfxContext*, nsIFrame*, nsRegion const&, unsigned int, nsDisplayListBuilderMode, nsLayoutUtils::PaintFrameFlags) layout/base/nsLayoutUtils.cpp:3823 7 XUL mozilla::PresShell::Paint(nsView*, nsRegion const&, unsigned int) layout/base/PresShell.cpp:6454 8 XUL nsViewManager::ProcessPendingUpdatesPaint(nsIWidget*) view/nsViewManager.cpp:480 9 XUL nsViewManager::ProcessPendingUpdatesForView(nsView*, bool) view/nsViewManager.cpp:412 10 XUL nsViewManager::ProcessPendingUpdates() view/nsViewManager.cpp:1102 11 XUL nsRefreshDriver::Tick(long long, mozilla::TimeStamp) layout/base/nsRefreshDriver.cpp:2082 12 XUL mozilla::RefreshDriverTimer::TickRefreshDrivers(long long, mozilla::TimeStamp, nsTArray<RefPtr<nsRefreshDriver> >&) layout/base/nsRefreshDriver.cpp:337 13 XUL mozilla::RefreshDriverTimer::Tick(long long, mozilla::TimeStamp) layout/base/nsRefreshDriver.cpp:329 14 XUL mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::TickRefreshDriver(mozilla::TimeStamp) layout/base/nsRefreshDriver.cpp:770 15 XUL mozilla::VsyncRefreshDriverTimer::RefreshDriverVsyncObserver::NotifyVsync(mozilla::TimeStamp) layout/base/nsRefreshDriver.cpp:584 16 XUL mozilla::layout::VsyncChild::RecvNotify(mozilla::TimeStamp const&) layout/ipc/VsyncChild.cpp:67 17 XUL mozilla::layout::PVsyncChild::OnMessageReceived(IPC::Message const&) ipc/ipdl/PVsyncChild.cpp:155 18 XUL mozilla::ipc::MessageChannel::DispatchAsyncMessage(IPC::Message const&) ipc/glue/MessageChannel.cpp:2119 19 XUL mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) ipc/glue/MessageChannel.cpp:2049 20 XUL mozilla::ipc::MessageChannel::MessageTask::Run() ipc/glue/MessageChannel.cpp:1928 21 XUL nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1039 22 XUL NS_ProcessPendingEvents(nsIThread*, unsigned int) xpcom/threads/nsThreadUtils.cpp:466 23 XUL nsBaseAppShell::NativeEventCallback() widget/nsBaseAppShell.cpp:99 24 XUL nsAppShell::ProcessGeckoEvents(void*) widget/cocoa/nsAppShell.mm:436 ... reports with this signature seem to get more common with webrender - primarily on macos and fennec. is this related to bug 1384181?
1,405,832
12,729,609
This bug was filed from the Socorro interface and is report bp-5758fe26-aa83-4245-8c02-883b80171004. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll mozilla::ContentCacheInParent::OnEventNeedingAckHandled(nsIWidget*, mozilla::EventMessage) widget/ContentCache.cpp:1222 1 xul.dll mozilla::dom::TabParent::RecvOnEventNeedingAckHandled(mozilla::EventMessage const&) dom/ipc/TabParent.cpp:1862 2 xul.dll mozilla::dom::PBrowserParent::OnMessageReceived(IPC::Message const&) obj-firefox/ipc/ipdl/PBrowserParent.cpp:2251 3 xul.dll mozilla::dom::PContentParent::OnMessageReceived(IPC::Message const&) obj-firefox/ipc/ipdl/PContentParent.cpp:3137 4 xul.dll mozilla::ipc::MessageChannel::DispatchAsyncMessage(IPC::Message const&) ipc/glue/MessageChannel.cpp:2092 5 xul.dll mozilla::ipc::MessageChannel::DispatchMessageW(IPC::Message&&) ipc/glue/MessageChannel.cpp:2018 6 xul.dll mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) ipc/glue/MessageChannel.cpp:1887 7 xul.dll mozilla::ipc::MessageChannel::MessageTask::Run() ipc/glue/MessageChannel.cpp:1920 8 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1446 9 xul.dll mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:97 10 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:319 11 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:299 12 xul.dll nsBaseAppShell::Run() widget/nsBaseAppShell.cpp:156 13 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp:278 14 xul.dll nsAppStartup::Run() toolkit/components/startup/nsAppStartup.cpp:287 15 xul.dll XREMain::XRE_mainRun() toolkit/xre/nsAppRunner.cpp:4620 16 xul.dll XREMain::XRE_main(int, char** const, mozilla::BootstrapConfig const&) toolkit/xre/nsAppRunner.cpp:4784 17 xul.dll XRE_main(int, char** const, mozilla::BootstrapConfig const&) toolkit/xre/nsAppRunner.cpp:4879 18 firefox.exe NS_internal_main(int, char**, char**) browser/app/nsBrowserApp.cpp:309 19 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp:115 20 firefox.exe __scrt_common_main_seh f:/dd/vctools/crt/vcstartup/src/startup/exe_common.inl:253 21 kernel32.dll BaseThreadInitThunk 22 firefox.exe firefox.exe@0x6eef 23 firefox.exe firefox.exe@0x6eef 24 ntdll.dll RtlUserThreadStart reports with this signature are regressing in volume in firefox 56 and happen across platforms. Moz crash reason facet 1 MOZ_RELEASE_ASSERT(mPendingCompositionCount > 0) 757 69.32 % 2 MOZ_RELEASE_ASSERT(mPendingEventsNeedingAck > 0) 334 30.59 % it looks like the problem originally started on 56.0a1 build 20170709030204 - this would have been the pushlog to the day before: https://hg.mozilla.org/mozilla-central/pushloghtml?startdate=2017-07-08&tochange=a708f80289b20da80bea42ac95777ac766ee6845
1,405,940
12,730,913
Created attachment 8915459 NullPtr_sigslot_lock_block_Repro.html Reproduction test case: NullPtr_sigslot_lock_block_Repro.htm Steps to reproduce: 1. Open PoC NullPtr_sigslot_lock_block_Repro.htm in Firefox browser. 2. Firefox crashes by dereferenceing NULL pointer in sigslot::lock_block<sigslot::single_threaded>::{ctor}. Firefox version: 58.0a1 (2017-10-04) (32-bit) OS: Windows 10 Stack trace: (22e4.1904): Access violation - code c0000005 (!!! second chance !!!) eax=00000014 ebx=00000010 ecx=00000014 edx=05f44618 esi=00000014 edi=221fcc78 eip=10aab053 esp=07ffecd0 ebp=07ffece4 iopl=0 nv up ei pl nz na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010206 xul!sigslot::lock_block<sigslot::single_threaded>::{ctor}+0x2 [inlined in xul!sigslot::signal2<mozilla::TransportLayer *,enum mozilla::TransportLayer::State,sigslot::single_threaded>::connect<mozilla::PeerConnectionMedia>+0x17]: 10aab053 8b06 mov eax,dword ptr [esi] ds:002b:00000014=???????? 5:216> !analyze -v ******************************************************************************* * * * Exception Analysis * * * ******************************************************************************* FAULTING_IP: xul!sigslot::signal2<mozilla::TransportLayer *,enum mozilla::TransportLayer::State,sigslot::single_threaded>::connect<mozilla::PeerConnectionMedia>+17 [z:\build\build\src\media\mtransport\sigslot.h @ 2320] 10aab053 8b06 mov eax,dword ptr [esi] EXCEPTION_RECORD: (.exr -1) ExceptionAddress: 10aab053 (xul!sigslot::lock_block<sigslot::single_threaded>::{ctor}+0x00000002) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000000 Parameter[1]: 00000014 Attempt to read from address 00000014 FAULTING_THREAD: 00001904 DEFAULT_BUCKET_ID: NULL_CLASS_PTR_READ PROCESS_NAME: firefox.exe ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s. EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s. EXCEPTION_PARAMETER1: 00000000 EXCEPTION_PARAMETER2: 00000014 READ_ADDRESS: 00000014 FOLLOWUP_IP: xul!sigslot::signal2<mozilla::TransportLayer *,enum mozilla::TransportLayer::State,sigslot::single_threaded>::connect<mozilla::PeerConnectionMedia>+17 [z:\build\build\src\media\mtransport\sigslot.h @ 2320] 10aab053 8b06 mov eax,dword ptr [esi] BUGCHECK_STR: NULL_CLASS_PTR_READ NTGLOBALFLAG: 400 APPLICATION_VERIFIER_FLAGS: 0 APP: firefox.exe ANALYSIS_VERSION: 10.0.10240.9 x86fre LAST_CONTROL_TRANSFER: from 10ae28aa to 10aab053 STACK_TEXT: 07ffece4 10ae28aa 221fcc00 10ae26db 00000000 xul!sigslot::signal2<mozilla::TransportLayer *,enum mozilla::TransportLayer::State,sigslot::single_threaded>::connect<mozilla::PeerConnectionMedia>+0x17 07ffed00 10ae2f32 221fcc00 22602a70 00000000 xul!mozilla::TransportLayerIce::PostSetup+0x3e 07ffedf4 10a98103 29cc0a60 00000000 00000001 xul!mozilla::TransportLayerIce::SetParameters+0x1a7 07ffee34 10a9bab1 22602a70 23230160 00000000 xul!mozilla::AddNewIceStreamForRestart_s+0x6d 07ffee54 0fe7d307 25ba7160 00000001 00000001 xul!mozilla::runnable_args_func<void (__cdecl*)(RefPtr<mozilla::PeerConnectionMedia>,RefPtr<mozilla::TransportFlow>,unsigned int,bool),mozilla::PeerConnectionMedia *,RefPtr<mozilla::TransportFlow>,unsigned int,bool>::Run+0x2c 07fff3c4 0fd70e15 05f19700 00000001 07fff3df xul!nsThread::ProcessNextEvent+0x298 07fff3e0 0fd704c3 05f44610 05f19700 0646e0bc xul!NS_ProcessNextEvent+0x1a 07fff6ac 0fe7d307 05f44610 05f1a5e0 05f19700 xul!mozilla::net::nsSocketTransportService::Run+0x2a2 07fffc18 0fd70e15 05f19700 05f19700 07fffc33 xul!nsThread::ProcessNextEvent+0x298 07fffc34 0fd70d89 05f1a5e0 05f1a5e0 51ec2610 xul!NS_ProcessNextEvent+0x1a 07fffc58 0ffeea46 05f1a5e0 cefd3247 05f19700 xul!mozilla::ipc::MessagePumpForNonMainThreads::Run+0x95 07fffc90 0ffeea04 05f1a5e0 00000001 51ec2600 xul!MessageLoop::RunHandler+0x20 07fffcb0 0ffedd73 76686870 0114e7d0 0114e880 xul!MessageLoop::Run+0x19 07fffcd4 515fb259 0055dfe0 0690f698 515f0cac xul!nsThread::ThreadFunc+0xb7 07fffcf0 515f0cb9 0114e7d0 07fffd38 757ee87f nss3!_PR_NativeRunThread+0xcc 07fffcfc 757ee87f 0114e7d0 a8b96693 757ee840 nss3!pr_root+0xd 07fffd38 76688744 0690f698 00000000 ab4c1143 ucrtbase!_set_app_type+0x4f 07fffd4c 51ecb856 0690f698 757ee840 76688720 KERNEL32!BaseThreadInitThunk+0x24 07fffd60 7706582d 0690f698 aa2cb4d7 00000000 mozglue!patched_BaseThreadInitThunk+0x27 07fffda8 770657fd ffffffff 77086389 00000000 ntdll!__RtlUserThreadStart+0x2f 07fffdb8 00000000 757ee840 0690f698 00000000 ntdll!_RtlUserThreadStart+0x1b FAULTING_SOURCE_LINE: z:\build\build\src\media\mtransport\sigslot.h FAULTING_SOURCE_FILE: z:\build\build\src\media\mtransport\sigslot.h FAULTING_SOURCE_LINE_NUMBER: 2320 FAULTING_SOURCE_CODE: No source found for 'z:\build\build\src\media\mtransport\sigslot.h' SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: xul!sigslot::signal2<mozilla::TransportLayer *,enum mozilla::TransportLayer::State,sigslot::single_threaded>::connect<mozilla::PeerConnectionMedia>+17 FOLLOWUP_NAME: MachineOwner MODULE_NAME: xul IMAGE_NAME: xul.dll DEBUG_FLR_IMAGE_TIMESTAMP: 59d57146 STACK_COMMAND: ~216s ; kb BUCKET_ID: NULL_CLASS_PTR_READ_xul!sigslot::signal2_mozilla::TransportLayer_*,enum_mozilla::TransportLayer::State,sigslot::single_threaded_::connect_mozilla::PeerConnectionMedia_+17 PRIMARY_PROBLEM_CLASS: NULL_CLASS_PTR_READ_xul!sigslot::signal2_mozilla::TransportLayer_*,enum_mozilla::TransportLayer::State,sigslot::single_threaded_::connect_mozilla::PeerConnectionMedia_+17 FAILURE_PROBLEM_CLASS: NULL_CLASS_PTR_READ FAILURE_EXCEPTION_CODE: c0000005 FAILURE_IMAGE_NAME: xul.dll FAILURE_FUNCTION_NAME: sigslot::signal2_mozilla::TransportLayer_*,enum_mozilla::TransportLayer::State,sigslot::single_threaded_::connect_mozilla::PeerConnectionMedia_ FAILURE_SYMBOL_NAME: xul.dll!sigslot::signal2_mozilla::TransportLayer_*,enum_mozilla::TransportLayer::State,sigslot::single_threaded_::connect_mozilla::PeerConnectionMedia_ FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_xul.dll!sigslot::signal2_mozilla::TransportLayer_*,enum_mozilla::TransportLayer::State,sigslot::single_threaded_::connect_mozilla::PeerConnectionMedia_ ANALYSIS_SOURCE: UM FAILURE_ID_HASH_STRING: um:null_class_ptr_read_c0000005_xul.dll!sigslot::signal2_mozilla::transportlayer_*,enum_mozilla::transportlayer::state,sigslot::single_threaded_::connect_mozilla::peerconnectionmedia_ FAILURE_ID_HASH: {2f47a0ca-22ea-c1e0-1940-4ec853c0fa14} Followup: MachineOwner ---------
1,406,897
12,740,799
The following testcase crashes on mozilla-central revision 8dba4037f395 (build with --enable-posix-nspr-emulation --enable-valgrind --enable-gczeal --disable-tests --enable-stdcxx-compat --disable-profiling --enable-debug --without-intl-api --enable-optimize --target=i686-pc-linux-gnu, run with --fuzzing-safe --cpu-count=2 --ion-offthread-compile=off): var lfLogBuffer = ` const USE_ASM = '"use asm";'; function asmCompile() { var f = Function.apply(null, arguments); return f; } function asmLink(f) { return f.apply(null, Array.slice(arguments, 1)); } gczeal(9); asmLink(asmCompile(USE_ASM + "function asmRec() { asmRec() } return asmRec"))(); `; evalInCooperativeThread(lfLogBuffer); Backtrace: received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xf5dffb40 (LWP 30663)] 0x0898c21f in js::wasm::Code::tiers (this=0xf5eb6240) at js/src/wasm/WasmCode.cpp:695 #0 0x0898c21f in js::wasm::Code::tiers (this=0xf5eb6240) at js/src/wasm/WasmCode.cpp:695 #1 0x0898c8c4 in js::wasm::Code::lookupCallSite (this=0xf5eb6240, returnAddress=0x53bd3029) at js/src/wasm/WasmCode.cpp:802 #2 0x089b67af in js::wasm::WasmFrameIter::popFrame (this=0xf5cfedac) at js/src/wasm/WasmFrameIter.cpp:135 #3 0x089b6b9c in js::wasm::WasmFrameIter::operator++ (this=0xf5cfedac) at js/src/wasm/WasmFrameIter.cpp:102 #4 0x08853a7c in js::JitFrameIter::operator++ (this=0xf5cfeda8) at js/src/vm/Stack.cpp:592 #5 0x0825f3c1 in js::OnlyJSJitFrameIter::operator++ (this=0xf5cfeda8) at js/src/vm/Stack.h:1833 #6 js::OnlyJSJitFrameIter::settle (this=0xf5cfeda8) at js/src/vm/Stack.h:1824 #7 0x0825f457 in js::OnlyJSJitFrameIter::operator++ (this=0xf5cfeda8) at js/src/vm/Stack.h:1834 #8 js::OnlyJSJitFrameIter::settle (this=0xf5cfeda8) at js/src/vm/Stack.h:1824 [...] #125 js::OnlyJSJitFrameIter::operator++ (this=0xf5cfeda8) at js/src/vm/Stack.h:1834 #126 js::OnlyJSJitFrameIter::settle (this=0xf5cfeda8) at js/src/vm/Stack.h:1824 #127 0x0825f457 in js::OnlyJSJitFrameIter::operator++ (this=0xf5cfeda8) at js/src/vm/Stack.h:1834 eax 0x0 0 ebx 0xf5eb6244 -169123260 ecx 0x0 0 edx 0x0 0 esi 0xf5ce0080 -171048832 edi 0x8da9ff4 148545524 ebp 0xf5ce0038 4123918392 esp 0xf5ce0000 4123918336 eip 0x898c21f <js::wasm::Code::tiers() const+47> => 0x898c21f <js::wasm::Code::tiers() const+47>: call 0x89a7f80 <mozilla::UniquePtr<js::wasm::CodeSegment const, JS::DeletePolicy<js::wasm::CodeSegment const> >::operator->() const> 0x898c224 <js::wasm::Code::tiers() const+52>: mov 0x4(%eax),%eax This is a crash due to stack space exhaustion.
1,407,032
12,742,402
[Tracking Requested - why for this release]: UAF regression in 57 This bug was filed from the Socorro interface and is report bp-0ee447c5-eefb-41c7-af10-57f0b0171003. ============================================================= Recent UAF regression (first report in 57b on Oct 3rd) Called from either gfx/ipc/GPUProcessHost.cpp or dom/ipc/ContentParent.cpp (signature is "DeleteTask<(GeckoChildProcessHost>()" I'll note that DeleteTask<T> uses T* MOZ_UNSAFE_REF _obj; for the DeleteTask runnable.... so something outside has to keep the object passed to one of the 2(!) DelayedDeleteSubprocess(GeckoChildProcessHost* aSubprocess) methods (which are slightly different) alive. Likely that's where the issue is. It's a recent regression, though in theory perhaps it could be a recent timing change that exposed an existing bug.
1,407,337
12,745,613
This bug was filed from the Socorro interface and is report bp-5d35d253-b38c-4099-8416-5c5aa0171010. ============================================================= @ Marco, I checked a dozen random crash reports and they all had onepin-opensc-pkcs11.dll version 0.14.0.0 or 0.15.0.0. The latest version of OpenSC is 0.17.0, so maybe we should block older DLL versions? This DLL has crashed in both 32- and 64-bit Firefox on all Windows versions over the last six months, but crash signature onepin-opensc-pkcs11.dll@0x178019 only affects 64-bit Firefox on Windows 7 and appears to be climbing (because 64-bit is now the default in Firefox 55+). This DLL appears to be OpenSC smart card provider: https://github.com/OpenSC/OpenSC
1,408,693
12,758,848
This bug was filed from the Socorro interface and is report bp-aa04e1e9-4617-4582-991c-a32fa0171013. ============================================================= Only 17 crashes in the last week, but didn't see it logged in Bugzilla. Affects v57.
1,408,734
12,759,150
[Tracking Requested - why for this release]: Reproducible crash. This bug was filed from the Socorro interface and is report bp-685a1b9a-0a47-498c-9de8-582230171015. ============================================================= Reproducible crash of content process. 1. Go to an website with a service worker 2. Run the following reduced test case in DevTools navigator.serviceWorker.getRegistration('/') .then(reg => Promise.all([reg, reg.unregister()])) .then(([reg,]) => console.log(reg)); 3. Crash in Fx57 and Nightly! Note: crash won't reproduce without the console.log().
1,402,285
12,692,911
This bug was filed from the Socorro interface and is report bp-67b49e6c-d31e-45b3-8b7c-c49380170921. ============================================================= There are 7 crashes from 2 installations in nightly 57.0a1 with buildid 20170921100141. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1401317. [1] https://hg.mozilla.org/mozilla-central/rev?node=4d6c6ad5642940e66b7a6714d3fd16633682fe5d
1,402,547
12,695,233
Created attachment 8911440 test_case.html ==11230==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7fc2ee9ac4f8 bp 0x7ffc4d203c20 sp 0x7ffc4d2039a0 T0) ==11230==The signal is caused by a READ memory access. ==11230==Hint: address points to the zero page. #0 0x7fc2ee9ac4f7 in AddOrAccumulate(nsSMILValue&, nsSMILValue const&, mozilla::dom::CompositeOperation, unsigned long) /src/dom/smil/nsSMILCSSValueType.cpp:365:30 #1 0x7fc2ee9ac3bb in nsSMILCSSValueType::SandwichAdd(nsSMILValue&, nsSMILValue const&) const /src/dom/smil/nsSMILCSSValueType.cpp:422:10 #2 0x7fc2ee9a2f77 in nsSMILAnimationFunction::ComposeResult(nsISMILAttr const&, nsSMILValue&) /src/dom/smil/nsSMILAnimationFunction.cpp:271:22 #3 0x7fc2ee99f6ed in nsSMILCompositor::ComposeAttribute(bool&) /src/dom/smil/nsSMILCompositor.cpp:108:29 #4 0x7fc2ee99cf9a in nsSMILAnimationController::DoSample(bool) /src/dom/smil/nsSMILAnimationController.cpp:455:17 #5 0x7fc2ef6a6a5b in Resample /src/obj-firefox/dist/include/nsSMILAnimationController.h:74:21 #6 0x7fc2ef6a6a5b in FlushResampleRequests /src/obj-firefox/dist/include/nsSMILAnimationController.h:90 #7 0x7fc2ef6a6a5b in mozilla::PresShell::DoFlushPendingNotifications(mozilla::ChangesToFlush) /src/layout/base/PresShell.cpp:4160 #8 0x7fc2eb5f420d in FlushPendingNotifications /src/obj-firefox/dist/include/nsIPresShell.h:557:5 #9 0x7fc2eb5f420d in nsDocument::FlushPendingNotifications(mozilla::FlushType) /src/dom/base/nsDocument.cpp:8345 #10 0x7fc2ea427f5b in nsDocLoader::DocLoaderIsEmpty(bool) /src/uriloader/base/nsDocLoader.cpp:703:14 #11 0x7fc2ea42a1e5 in nsDocLoader::OnStopRequest(nsIRequest*, nsISupports*, nsresult) /src/uriloader/base/nsDocLoader.cpp:632:5 #12 0x7fc2ea42ae4c in non-virtual thunk to nsDocLoader::OnStopRequest(nsIRequest*, nsISupports*, nsresult) /src/uriloader/base/nsDocLoader.cpp:488:14 #13 0x7fc2e8c2e96d in mozilla::net::nsLoadGroup::RemoveRequest(nsIRequest*, nsISupports*, nsresult) /src/netwerk/base/nsLoadGroup.cpp:629:28 #14 0x7fc2eb5fa23d in nsDocument::DoUnblockOnload() /src/dom/base/nsDocument.cpp:9173:18 #15 0x7fc2eb5f9e01 in nsDocument::UnblockOnload(bool) /src/dom/base/nsDocument.cpp:9095:9 #16 0x7fc2eb5d3249 in nsDocument::DispatchContentLoadedEvents() /src/dom/base/nsDocument.cpp:5599:3 #17 0x7fc2eb673e32 in applyImpl<nsDocument, void (nsDocument::*)()> /src/obj-firefox/dist/include/nsThreadUtils.h:1142:12 #18 0x7fc2eb673e32 in apply<nsDocument, void (nsDocument::*)()> /src/obj-firefox/dist/include/nsThreadUtils.h:1148 #19 0x7fc2eb673e32 in mozilla::detail::RunnableMethodImpl<nsDocument*, void (nsDocument::*)(), true, (mozilla::RunnableKind)0>::Run() /src/obj-firefox/dist/include/nsThreadUtils.h:1192 #20 0x7fc2e8a80f8d in nsThread::ProcessNextEvent(bool, bool*) /src/xpcom/threads/nsThread.cpp:1039:14 #21 0x7fc2e8a86cc8 in NS_ProcessNextEvent(nsIThread*, bool) /src/xpcom/threads/nsThreadUtils.cpp:521:10 #22 0x7fc2e982b4c1 in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) /src/ipc/glue/MessagePump.cpp:97:21 #23 0x7fc2e978d38b in RunInternal /src/ipc/chromium/src/base/message_loop.cc:326:10 #24 0x7fc2e978d38b in RunHandler /src/ipc/chromium/src/base/message_loop.cc:319 #25 0x7fc2e978d38b in MessageLoop::Run() /src/ipc/chromium/src/base/message_loop.cc:299 #26 0x7fc2eef3b10f in nsBaseAppShell::Run() /src/widget/nsBaseAppShell.cpp:158:27 #27 0x7fc2f3095c81 in nsAppStartup::Run() /src/toolkit/components/startup/nsAppStartup.cpp:288:30 #28 0x7fc2f32767cb in XREMain::XRE_mainRun() /src/toolkit/xre/nsAppRunner.cpp:4701:22 #29 0x7fc2f32783c8 in XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) /src/toolkit/xre/nsAppRunner.cpp:4865:8 #30 0x7fc2f32797fb in XRE_main(int, char**, mozilla::BootstrapConfig const&) /src/toolkit/xre/nsAppRunner.cpp:4960:21 #31 0x4ebea3 in do_main /src/browser/app/nsBrowserApp.cpp:236:22 #32 0x4ebea3 in main /src/browser/app/nsBrowserApp.cpp:309 #33 0x7fc304160f44 in __libc_start_main /build/eglibc-SvCtMH/eglibc-2.19/csu/libc-start.c:287 #34 0x41d9f8 in _start (firefox+0x41d9f8)
1,402,584
12,695,476
This bug was filed from the Socorro interface and is report bp-2d4e43f5-a7fa-4905-9113-4b0dd0170922. ============================================================= Crashing Thread (71), Name: MediaPlayback #9 Frame Module Signature Source 0 xul.dll mozilla::MediaDecoderStateMachine::DecodeMetadataState::HandleSeek(mozilla::SeekTarget) dom/media/MediaDecoderStateMachine.cpp:352 1 xul.dll mozilla::MediaDecoderStateMachine::Seek(mozilla::SeekTarget const&) dom/media/MediaDecoderStateMachine.cpp:3082 2 xul.dll mozilla::detail::ProxyRunnable<mozilla::MozPromise<bool, bool, 1>, RefPtr<mozilla::MozPromise<bool, bool, 1> > ( mozilla::MediaDecoderStateMachine::*)(mozilla::SeekTarget const&), mozilla::MediaDecoderStateMachine, StoreCopyPassByRRef<mozilla::SeekTarget> >::Run() xpcom/threads/MozPromise.h:1395 3 xul.dll mozilla::AutoTaskDispatcher::TaskGroupRunnable::Run() xpcom/threads/TaskDispatcher.h:209 4 xul.dll mozilla::TaskQueue::Runner::Run() xpcom/threads/TaskQueue.cpp:246 5 xul.dll nsThreadPool::Run() xpcom/threads/nsThreadPool.cpp:226 6 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1039 7 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/threads/nsThreadUtils.cpp:521 8 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:338 9 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:319 10 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:299 11 xul.dll nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp:427 12 nss3.dll PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:397 13 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:95 14 ucrtbase.dll o__realloc_base 15 kernel32.dll BaseThreadInitThunk 16 ntdll.dll RtlUserThreadStart this crash signature for content process crashes is newly showing up since 57.0a1. so far they are only from windows machines and all come with 'MOZ_RELEASE_ASSERT(false) (Can't seek while decoding metadata.)' that got added in bug 1308603.
1,402,681
12,696,011
This bug was filed from the Socorro interface and is report bp-dbb1f10d-fa1a-42a8-8bbd-28b440170923. ============================================================= There are 7 crashes in nightly 58 starting with buildid 20170922220129. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1401147. [1] https://hg.mozilla.org/mozilla-central/rev?node=aabb5872e82837b984daf097c75536e8a4910094
1,402,684
12,696,016
This bug was filed from the Socorro interface and is report bp-6b1533ba-7f7f-4f1f-a757-dad520170924. ============================================================= There are 23 crashes in nightly 58 with buildid 20170923100045. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1400936. [1] https://hg.mozilla.org/mozilla-central/rev?node=dba974e6b1b4ecf1d0ee788e0279fd2b9f410b75
1,403,028
12,701,322
Created attachment 8912066 test_case.html Interesting: Assertion failure: aElement->IsInComposedDoc(), at /builds/worker/workspace/build/src/dom/base/Element.cpp:4353 NoteDirtyElement|hg:hg.mozilla.org/mozilla-central:dom/base/Element.cpp:33b7b8e81b4b|4366|0x0 mozilla::ServoRestyleManager::SnapshotFor|hg:hg.mozilla.org/mozilla-central:layout/base/ServoRestyleManager.cpp:33b7b8e81b4b|1056|0x8 mozilla::ServoRestyleManager::ContentStateChanged|hg:hg.mozilla.org/mozilla-central:layout/base/ServoRestyleManager.cpp:33b7b8e81b4b|1252|0xb mozilla::PresShell::ContentStateChanged|hg:hg.mozilla.org/mozilla-central:layout/base/RestyleManagerInlines.h:33b7b8e81b4b|51|0x15 nsDocument::ContentStateChanged|hg:hg.mozilla.org/mozilla-central:dom/base/nsDocument.cpp:33b7b8e81b4b|5666|0x1e mozilla::dom::Element::UpdateState|hg:hg.mozilla.org/mozilla-central:dom/base/Element.cpp:33b7b8e81b4b|272|0x9 nsDocument::RefreshLinkHrefs|hg:hg.mozilla.org/mozilla-central:dom/base/nsDocument.cpp:33b7b8e81b4b|9569|0x5 nsDocument::SetBaseURI|hg:hg.mozilla.org/mozilla-central:dom/base/nsDocument.cpp:33b7b8e81b4b|3880|0x8 mozilla::dom::SetBaseURIUsingFirstBaseWithHref|hg:hg.mozilla.org/mozilla-central:dom/html/HTMLSharedElement.cpp:33b7b8e81b4b|201|0xf mozilla::dom::HTMLSharedElement::UnbindFromTree|hg:hg.mozilla.org/mozilla-central:dom/html/HTMLSharedElement.cpp:33b7b8e81b4b|294|0xa mozilla::dom::Element::UnbindFromTree|hg:hg.mozilla.org/mozilla-central:dom/base/Element.cpp:33b7b8e81b4b|1992|0x18 nsGenericHTMLElement::UnbindFromTree|hg:hg.mozilla.org/mozilla-central:dom/html/nsGenericHTMLElement.cpp:33b7b8e81b4b|537|0x10 nsINode::doRemoveChildAt|hg:hg.mozilla.org/mozilla-central:dom/base/nsINode.cpp:33b7b8e81b4b|1945|0x16 mozilla::dom::FragmentOrElement::RemoveChildAt|hg:hg.mozilla.org/mozilla-central:dom/base/FragmentOrElement.cpp:33b7b8e81b4b|1372|0x12 nsINode::ReplaceOrInsertBefore|hg:hg.mozilla.org/mozilla-central:dom/base/nsINode.cpp:33b7b8e81b4b|2432|0x17 mozilla::dom::NodeBinding::replaceChild|hg:hg.mozilla.org/mozilla-central:dom/base/nsINode.h:33b7b8e81b4b|1849|0x1a mozilla::dom::GenericBindingMethod|hg:hg.mozilla.org/mozilla-central:dom/bindings/BindingUtils.cpp:33b7b8e81b4b|3055|0x9 js::CallJSNative|hg:hg.mozilla.org/mozilla-central:js/src/jscntxtinlines.h:33b7b8e81b4b|293|0x6 js::InternalCallOrConstruct|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|495|0xb InternalCall|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|540|0xd Interpret|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|546|0xf js::RunScript|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|435|0xb js::InternalCallOrConstruct|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|513|0xb InternalCall|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|540|0xd js::Call|hg:hg.mozilla.org/mozilla-central:js/src/vm/Interpreter.cpp:33b7b8e81b4b|559|0x5
1,396,879
12,629,827
+++ This bug was initially created as a clone of Bug #1381638 +++ STRs: 1. Open http://jsfiddle.net/jib1/n49r4v6p/ + share mic 2. Say "Luke, I am your father" Expected result: No hilarity Actual result: Vader-speak on multi-second delay. Reproduced on OSX, Windows 10 and linux. This does not appear to be a regression, even though with the blog making the problem so obvious it is hard to not imagine it worked at some point. I even tried setting media.navigator.audio.full_duplex=false, but it didn't help (maybe I should have restarted). Alternative STRs: 1. Open https://blog.mozilla.org/webrtc/fiddle-of-the-week-audio-constraints/ 2. Click "Result" tab. 3. Uncheck noiseSuppression 4. Uncheck echoCancellation Once when I tried these alternate STRs, it crashed on step 4, so I'm making this hidden for now: https://crash-stats.mozilla.com/report/index/37770fea-685c-41c5-876f-743490170905
1,382,366
12,487,921
This bug was filed from the Socorro interface and is report bp-90598c3d-fa6e-4d42-8e1f-bbf6f0170719. ============================================================= Goes back to at least 54. Clear UAF
1,390,856
12,571,421
The following testcase crashes on mozilla-central revision 564e82f0f289 (build with --enable-posix-nspr-emulation --enable-valgrind --enable-gczeal --disable-tests --enable-stdcxx-compat --disable-profiling --enable-debug --enable-optimize, run with --fuzzing-safe --thread-count=2 --ion-eager): var lfLogBuffer = ` function evalWithCacheLoadOffThread(code, ctx) { code = code instanceof Object ? code : cacheEntry(code); var incremental = ctx.incremental || false; ctx.global = newGlobal({ cloneSingletons: !incremental }); var ctx_save; if (incremental) oomAfterAllocations(50); else ctx_save = Object.create(ctx, {saveBytecode: { value: true } }); evaluate(code, ctx_save); offThreadDecodeScript(code, ctx); ctx.global.eval(\`runOffThreadDecodedScript()\`); } test = \` \`; evalWithCacheLoadOffThread(test, {}); evalWithCacheLoadOffThread(test, { incremental: true }); `; loadFile(lfLogBuffer); function loadFile(lfVarx) { try { oomTest(function() { eval(lfVarx); }); } catch (lfVare) {} } Backtrace: received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff5efd700 (LWP 601)] 0x0000000000b872d8 in js::ScriptDecodeTask::parse (this=0x7ffff3a45400, cx=<optimized out>) at js/src/vm/HelperThreads.cpp:477 #0 0x0000000000b872d8 in js::ScriptDecodeTask::parse (this=0x7ffff3a45400, cx=<optimized out>) at js/src/vm/HelperThreads.cpp:477 #1 0x0000000000b9107d in js::HelperThread::handleParseWorkload (this=this@entry=0x7ffff69661c0, locked=...) at js/src/vm/HelperThreads.cpp:1961 #2 0x0000000000b93e2e in js::HelperThread::threadLoop (this=this@entry=0x7ffff69661c0) at js/src/vm/HelperThreads.cpp:2243 #3 0x0000000000b93eb0 in js::HelperThread::ThreadMain (arg=0x7ffff69661c0) at js/src/vm/HelperThreads.cpp:1723 #4 0x0000000000b93f12 in js::detail::ThreadTrampoline<void (&)(void*), js::HelperThread*>::callMain<0ul> (this=0x7ffff691e070) at js/src/threading/Thread.h:234 #5 js::detail::ThreadTrampoline<void (&)(void*), js::HelperThread*>::Start (aPack=0x7ffff691e070) at js/src/threading/Thread.h:227 #6 0x00007ffff7bc16fa in start_thread (arg=0x7ffff5efd700) at pthread_create.c:333 #7 0x00007ffff6c38b5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 rax 0x0 0 rbx 0x7ffff3a45400 140737281020928 rcx 0x7ffff6c28a2d 140737333332525 rdx 0x0 0 rsi 0x7ffff6ef7770 140737336276848 rdi 0x7ffff6ef6540 140737336272192 rbp 0x7ffff5efbf80 140737319518080 rsp 0x7ffff5efbeb0 140737319517872 r8 0x7ffff6ef7770 140737336276848 r9 0x7ffff5efd700 140737319524096 r10 0x58 88 r11 0x7ffff6b9f750 140737332770640 r12 0x7ffff5efbed0 140737319517904 r13 0x7ffff5efbeb0 140737319517872 r14 0x7ffff5efd6f8 140737319524088 r15 0x7ffff5efbfb8 140737319518136 rip 0xb872d8 <js::ScriptDecodeTask::parse(JSContext*)+616> => 0xb872d8 <js::ScriptDecodeTask::parse(JSContext*)+616>: movl $0x0,0x0 0xb872e3 <js::ScriptDecodeTask::parse(JSContext*)+627>: ud2
1,392,739
12,588,765
Created attachment 8899948 callstack.txt The following crash occurs consistently on mozilla-central. Last tested revision is 20170817-a6a1f5c1d971. INFO: This is an IPC crash found by the fuzzer faulty - there is no test-case available which leads to an immediate crash for reproduction. The attached session.txt contains a trace of IPC messages which were sent and received during a session of visiting https://html5test.com *** Possible reproduction scenario: pip install git+https://github.com/mozillasecurity/fuzzfetch fuzzfetch -a --fuzzing -n firefox -o /tmp export FAULTY_PROBABILITY=50000 export FAULTY_LARGE_VALUES=1 export FAULTY_PARENT=1 export FAULTY_ENABLE_LOGGING=1 export FAULTY_PICKLE=1 export MOZ_IPC_MESSAGE_LOG=1 *** Messages which correlate with the stack: [...] [8776->8724] [PCookieServiceChild] Sending PCookieService::Msg_SetCookieString [8724<-8776] [PCookieServiceParent] Received PCookieService::Msg_SetCookieString [8724->8776] [PCookieServiceParent] Sending PCookieService::Msg_AddCookie [8776->8724] [PContentChild] Sending PContent::Msg_ClassifyLocal [8724<-8776] [PContentParent] Received PContent::Msg_ClassifyLocal [8724->8776] [PContentParent] Sending reply PContent::Reply_ClassifyLocal [8776<-8724] [PContentChild] Received reply PContent::Reply_ClassifyLocal [8724->8776] [PHttpChannelParent] Sending PHttpChannel::Msg_OnStartRequest [8724->8776] [PHttpBackgroundChannelParent] Sending PHttpBackgroundChannel::Msg_OnStartRequestSent [8724->8776] [PHttpBackgroundChannelParent] Sending PHttpBackgroundChannel::Msg_OnTransportAndData [8724->8776] [PHttpBackgroundChannelParent] Sending PHttpBackgroundChannel::Msg_OnStopRequest [8776<-8724] [PHttpBackgroundChannelChild] Received PHttpBackgroundChannel::Msg_OnStartRequestSent [8776<-8724] [PHttpBackgroundChannelChild] Received PHttpBackgroundChannel::Msg_OnTransportAndData [8776<-8724] [PHttpBackgroundChannelChild] Received PHttpBackgroundChannel::Msg_OnStopRequest [Faulty] pickle field {int} of value: 0 changed to: 1 [8776->8724] [PCookieServiceChild] Sending PCookieService::Msg_SetCookieString [8724<-8776] [PCookieServiceParent] Received PCookieService::Msg_SetCookieString [...] *** Stack #0 http://searchfox.org/mozilla-central/rev/48ea4528/xpcom/string/nsTString.h#131 #1 http://searchfox.org/mozilla-central/rev/48ea4528/netwerk/base/nsStandardURL.h#386 #2 http://searchfox.org/mozilla-central/rev/48ea4528/netwerk/base/nsStandardURL.cpp#1656 *** The crash pops up through every IPC message which makes use of "mozilla::net::nsStandardURL::GetAsciiHost". Another variation: CharAt obj-firefox/dist/include/nsTString.h:131:12 Host netwerk/base/nsStandardURL.h:386 mozilla::net::nsStandardURL::GetAsciiHost netwerk/base/nsStandardURL.cpp:1656 nsUrlClassifierUtils::GetKeyForURI toolkit/components/url-classifier/nsUrlClassifierUtils.cpp:194:13 nsUrlClassifierDBService::ClassifyLocalWithTables toolkit/components/url-classifier/nsUrlClassifierDBService.cpp:1915:22 mozilla::dom::ContentParent::RecvClassifyLocal dom/ipc/ContentParent.cpp:5368:25 mozilla::dom::PContentParent::OnMessageReceived obj-firefox/ipc/ipdl/PContentParent.cpp:7473:20 [...]
1,395,246
12,613,947
Looks like we have not completely fixed the problem in bug 1294097. I still see it happening with a lot lower frequency as recent as 54.0.1. +++ This bug was initially created as a clone of Bug #1294097 +++ This bug was filed from the Socorro interface and is report bp-85bd0299-8e95-4856-ad71-e371a2160810. ============================================================= Crashing Thread (6) Frame Module Signature Source 0 xul.dll mozilla::TransportFlow::CheckThreadInt() media/mtransport/transportflow.h:116 1 xul.dll mozilla::TransportFlow::CheckThread() media/mtransport/transportflow.h:109 2 xul.dll mozilla::TransportFlow::SendPacket(unsigned char const*, unsigned __int64) media/mtransport/transportflow.cpp:196 3 xul.dll mozilla::DataChannelConnection::SendPacket(unsigned char* const, unsigned __int64, bool) netwerk/sctp/datachannel/DataChannel.cpp:652 4 xul.dll mozilla::runnable_args_memfn<RefPtr<mozilla::DataChannelConnection>, int ( mozilla::DataChannelConnection::*)(unsigned char* const, unsigned __int64, bool), unsigned char*, unsigned __int64, bool>::Run() obj-firefox/dist/include/mtransport/runnable_utils.h:169 5 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1067 6 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp:290 7 xul.dll mozilla::net::nsSocketTransportService::Run() netwerk/base/nsSocketTransportService2.cpp:911 8 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1067 9 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp:290 10 xul.dll mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:354 11 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:228 12 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:208 13 xul.dll nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp:467 14 nss3.dll PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:397 15 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:95 16 ucrtbase.dll crt_at_quick_exit 17 kernel32.dll BaseThreadInitThunk 18 ntdll.dll RtlUserThreadStart crashes with this signature are regressing in number since the 49 nightly cycle. it's a rather low volume crash, currently making up 0.07% of browser crashes in 49.0b1.
1,385,542
12,517,597
This bug was filed from the Socorro interface and is report bp-4a23231b-f51f-4f46-9260-8b2150170728. ============================================================= This is topcrash #19 in the Windows nightly of 20170727162801. Per a bit of googling, the really strange "FNODOBFM" string seems to somehow be related to msvc optimisations.
1,385,971
12,522,808
This bug was filed from the Socorro interface and is report bp-2a72f9aa-bb7c-42f5-ac45-0f7880170729. ============================================================= There is 1 crash in nightly 56 with buildid 20170729100254. The backtrace is showing that 'style::properties::cascade' is calling std::collections::hash::map. By the way this crash signature exists for non-stylo crashes.
1,324,042
11,924,550
Created attachment 8819349 test_case.html The attached test case does not consistently reproduce the issue. ==63475==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000753a94 at pc 0x7ff599af39a1 bp 0x7ffcd30f3470 sp 0x7ffcd30f3468 READ of size 1 at 0x602000753a94 thread T0 #0 0x7ff599af39a0 in CharAt /home/worker/workspace/build/src/dom/base/nsTextFragment.h:204:68 #1 0x7ff599af39a0 in nsTextFrame::GetRenderedText(unsigned int, unsigned int, nsIFrame::TextOffsetType, nsIFrame::TrailingWhitespace) /home/worker/workspace/build/src/layout/generic/nsTextFrame.cpp:9917 #2 0x7ff59a8203dc in RenderedToContentOffset /home/worker/workspace/build/src/accessible/generic/HyperTextAccessible.cpp:2004:33 #3 0x7ff59a8203dc in mozilla::a11y::HyperTextAccessible::GetBoundsInFrame(nsIFrame*, unsigned int, unsigned int) /home/worker/workspace/build/src/accessible/generic/HyperTextAccessible.cpp:108 #4 0x7ff59a82bced in mozilla::a11y::HyperTextAccessible::TextBounds(int, int, unsigned int) /home/worker/workspace/build/src/accessible/generic/HyperTextAccessible.cpp:1280:32 #5 0x7ff59a755200 in getRangeExtentsCB(_AtkText*, int, int, AtkCoordType, _AtkTextRectangle*) /home/worker/workspace/build/src/accessible/atk/nsMaiInterfaceText.cpp:406:12 ... see log.txt
1,318,630
11,870,638
Using Firefox 50.0 with dom.webcomponents.enabled set to true, the following JavaScript code will hard-crash the browser: class MyElement extends HTMLInputElement {} document.registerElement("my-element", { prototype: MyElement.prototype, extends: "input" }); const element = document.createElement("input", {is: "my-element"}); document.body.appendChild(element); If you replace the last line by: element.type = "number"; you get the error message "TypeError: 'set type' called on an object that does not implement interface HTMLInputElement." Using innerHTML will work fine: const container = document.createElement("div"); container.innerHTML = '<input is="my-element"/>'; const element = container.firstChild; element.type = "number"; document.body.appendChild(element); This problem is reproducible in Firefox 50.0, on Debian Linux (package 50.0-1) and on Windows 7 using the official Firefox download. Yesterday, it was also reproducible using a Firefox 51 Beta version on Windows.
1,312,302
11,806,930
This bug was filed from the Socorro interface and is report bp-df77ad87-462c-4ec4-978a-b93f82161023. ============================================================= The trend for this signature is a bit worrying: Product Version Count Percentage Installations Firefox 52.0a1 37 59.7% 27 Firefox 50.0b9 10 16.1% 5 Firefox 50.0b8 8 12.9% 3 Firefox 49.0.2 3 4.8% 3 Firefox 51.0a2 3 4.8% 3 Firefox 49.0.1 1 1.6% 1 (crashes in the past 7 days) All crashes are on Windows 10. Stack: textinputframework.dll textinputframework.dll@0x337c6 @0x7fffffff textinputframework.dll textinputframework.dll@0x5fb5f ntdll.dll ntdll.dll@0x26867 msctf.dll msctf.dll@0x390fa xul.dll mozilla::widget::TSFTextStore::GetWnd(unsigned long, HWND__**) msvcrt.dll msvcrt.dll@0x1bb78 msvcrt.dll msvcrt.dll@0x1bb78 textinputframework.dll textinputframework.dll@0x235f5 textinputframework.dll textinputframework.dll@0x149dd
1,315,450
11,839,036
This bug was filed from the Socorro interface and is report bp-59b189b4-3f80-413d-a89b-1dbf42161105. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll mozilla::EditorEventListener::MouseClick(nsIDOMMouseEvent*) editor/libeditor/EditorEventListener.cpp:673 1 xul.dll mozilla::EditorEventListener::HandleEvent(nsIDOMEvent*) editor/libeditor/EditorEventListener.cpp:453 2 xul.dll mozilla::EventListenerManager::HandleEventSubType(mozilla::EventListenerManager::Listener*, nsIDOMEvent*, mozilla::dom::EventTarget*) dom/events/EventListenerManager.cpp:1133 3 xul.dll mozilla::EventListenerManager::HandleEventInternal(nsPresContext*, mozilla::WidgetEvent*, nsIDOMEvent**, mozilla::dom::EventTarget*, nsEventStatus*) dom/events/EventListenerManager.cpp:1286 4 xul.dll mozilla::EventTargetChainItem::HandleEventTargetChain(nsTArray<mozilla::EventTargetChainItem>&, mozilla::EventChainPostVisitor&, mozilla::EventDispatchingCallback*, mozilla::ELMCreationDetector&) dom/events/EventDispatcher.cpp:357 5 xul.dll mozilla::EventDispatcher::Dispatch(nsISupports*, nsPresContext*, mozilla::WidgetEvent*, nsIDOMEvent*, nsEventStatus*, mozilla::EventDispatchingCallback*, nsTArray<mozilla::dom::EventTarget*>*) dom/events/EventDispatcher.cpp:710 6 mozglue.dll mozilla::TimeStamp::Now(bool) mozglue/misc/TimeStamp_windows.cpp:529 7 xul.dll nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>::EnsureCapacity<nsTArrayFallibleAllocator>(unsigned int, unsigned int) obj-firefox/dist/include/nsTArray-inl.h:169 8 xul.dll nsCOMPtr_base::assign_with_AddRef(nsISupports*) xpcom/glue/nsCOMPtr.cpp:52 9 xul.dll PresShell::HandleEventWithTarget(mozilla::WidgetEvent*, nsIFrame*, nsIContent*, nsEventStatus*) layout/base/nsPresShell.cpp:8103 10 xul.dll mozilla::EventStateManager::CheckForAndDispatchClick(mozilla::WidgetMouseEvent*, nsEventStatus*) dom/events/EventStateManager.cpp:4642 11 xul.dll mozilla::EventStateManager::PostHandleEvent(nsPresContext*, mozilla::WidgetEvent*, nsIFrame*, nsEventStatus*) dom/events/EventStateManager.cpp:3143 this is a low level crash on windows 7 and above. some of the user comments indicates that this is happening when they are using alternative input devices like a pen or the win10 touch keyboard. many comments also seem to suggest that it is happening repeatedly on certain sites: *keeps crashing at credit union site https://crash-stats.mozilla.com/report/index/5ffe2bcc-5e34-44c7-a6cd-59a052160531 *same problem- crashing at credit union site https://crash-stats.mozilla.com/report/index/14596ae9-0d33-4a09-a5f5-dfd782160606 *This is about the 4th or 5th time today I've had a crash. Starting to suspect it's the novlr.org website but submitting anyway in case it's something else. https://crash-stats.mozilla.com/report/index/656d9b3d-bf35-4181-b2fa-fc9c62160624 *This is getting ridiculous. EVERY time I try to transfer money the site crashes. What gives? https://crash-stats.mozilla.com/report/index/b990efab-6ed1-4212-8550-1888e2160803 *it appears this happens once i try to put in a dollar amount on my banking site. This has happened four times this morning..kind of worried. https://crash-stats.mozilla.com/report/index/36d1a2fa-11f9-440c-9c81-9621e2160825 *What is wrong with this site. It continually crashes!!!!!!!!! https://crash-stats.mozilla.com/report/index/744d035a-dfda-407a-992a-06f552160926 *Fourth crash. Happens every time I go on this site. https://crash-stats.mozilla.com/report/index/b34d078d-87bf-41b5-9242-4cf252161028
1,321,384
11,898,909
This bug was filed from the Socorro interface and is report bp-23d9a615-5bf1-4994-b600-66af02161130. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2536 1 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 2 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 3 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 4 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 5 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 6 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 7 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 8 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 9 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 10 xul.dll mozilla::a11y::Accessible::SetARIAHidden(bool) accessible/generic/Accessible.cpp:2538 11 xul.dll mozilla::a11y::DocAccessible::ARIAAttributeChanged(mozilla::a11y::Accessible*, nsIAtom*) accessible/generic/DocAccessible.cpp:984 12 xul.dll mozilla::a11y::DocAccessible::AttributeChangedImpl(mozilla::a11y::Accessible*, int, nsIAtom*) accessible/generic/DocAccessible.cpp:837 13 xul.dll mozilla::a11y::DocAccessible::AttributeChanged(nsIDocument*, mozilla::dom::Element*, int, nsIAtom*, int, nsAttrValue const*) accessible/generic/DocAccessible.cpp:774 14 xul.dll mozilla::dom::Element::SetAttrAndNotify(int, nsIAtom*, nsIAtom*, nsAttrValue const&, nsAttrValue&, unsigned char, bool, bool, bool) dom/base/Element.cpp:2520 crashes with this signature are rising in frequency since firefox 51 and subsequent builds. they occur on all versions of windows with 32bit and 64bit and are low volume, so there are no correlations generated for the signature (i don't see something obvious as e10s sticking out either). the only recorded user comment for it so far sais they were researching something on ancestry.co.uk
1,321,960
11,904,990
[Tracking Requested - why for this release]: [Tracking Requested - why for this release]: [Tracking Requested - why for this release]: Huge performance problem +++ This bug was initially created as a clone of Bug #1321892 +++ Build Identifier: https://hg.mozilla.org/mozilla-central/rev/f65ad27efe839ce9df0283840a1a40b4bbc9ead0 Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0 ID:20161202030204 Reproducible: always Steps to reproduce: 1. Enable e10s and activate accessibility(ATOK2016 IME in mycase) 2. Open attachment 8816579 3. While page is loading, turn mouse wheel for 2-4 seconds. Actual Results: Browser *immediately* hangs up. Windows *becomes* almost unusable. You must kill Firefox.exe Expected Results: Browser should not hang up. Do not make Windows unusable. Setting accessibility.force_disabled=1 seems to fix the hang etc.
1,373,220
12,400,828
This bug was filed from the Socorro interface and is report bp-f164bedd-f815-46ff-b462-e930a0170615. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll nsCOMPtr_base::assign_with_AddRef(nsISupports*) xpcom/base/nsCOMPtr.cpp:44 1 xul.dll nsBaseWidget::AddChild(nsIWidget*) widget/nsBaseWidget.cpp:580 2 xul.dll nsWindow::SetParent(nsIWidget*) widget/windows/nsWindow.cpp:1261 3 xul.dll nsViewManager::ReparentChildWidgets(nsView*, nsIWidget*) view/nsViewManager.cpp:829 4 xul.dll nsViewManager::ReparentChildWidgets(nsView*, nsIWidget*) view/nsViewManager.cpp:842 5 xul.dll nsViewManager::ReparentWidgets(nsView*, nsView*) view/nsViewManager.cpp:863 6 xul.dll nsViewManager::InsertChild(nsView*, nsView*, nsView*, bool) view/nsViewManager.cpp:920 7 xul.dll InsertViewsInReverseOrder layout/generic/nsSubDocumentFrame.cpp:1100 8 xul.dll nsSubDocumentFrame::BeginSwapDocShells(nsIFrame*) layout/generic/nsSubDocumentFrame.cpp:1125 9 xul.dll nsFrameLoader::SwapWithOtherLoader(nsFrameLoader*, nsIFrameLoaderOwner*, nsIFrameLoaderOwner*) dom/base/nsFrameLoader.cpp:1845 10 xul.dll nsXULElement::SwapFrameLoaders(nsIFrameLoaderOwner*, mozilla::ErrorResult&) dom/xul/nsXULElement.cpp:1627 11 xul.dll nsXULElement::SwapFrameLoaders(nsXULElement&, mozilla::ErrorResult&) dom/xul/nsXULElement.cpp:1607 12 xul.dll mozilla::dom::XULElementBinding::swapFrameLoaders obj-firefox/dom/bindings/XULElementBinding.cpp:8090 13 xul.dll mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*) dom/bindings/BindingUtils.cpp:2958 ... a number of user comments in those crash reports say they where trying to close a firebug window, like in bp-2c91fdf3-e247-4c89-abfd-a8f9f0170520, bp-ed8efa01-9678-445d-9161-f61370170521 & bp-f164bedd-f815-46ff-b462-e930a0170615. i wasn't able to reproduce this myself when playing around a little bit with the addon. crashes with this signature when firebug is present (for others, see bug 1367686) seem to have started sometime in the 55.0a1 nightly cycle, the first instance was in build 20170514030207. this is the search i'm looking at for that: https://crash-stats.mozilla.com/search/?signature=~nsBaseWidget%3A%3AAddChild&addons=~firebug%40software.joehewitt.com&release_channel=nightly&product=Firefox&date=%3E%3D2017-03-15T12%3A16%3A01.000Z&_facets=signature&_facets=version&_facets=user_comments&_facets=build_id&_facets=install_time&_facets=platform_pretty_version&_facets=useragent_locale&_facets=cpu_arch#facet-build_id a portion of them is crashing in an address indicating a UAF situation.
1,363,301
12,303,281
This bug was filed from the Socorro interface and is report bp-7c8664af-74db-4c27-b1a4-3716b0170508. ============================================================= There are 8 crashes in nightly 55 with buildid 20170508030204. In analyzing the backtrace the regression may have been introduced by patch [1] to fix bug 1359653. The url for these crashes is "about::addons". [1] https://hg.mozilla.org/mozilla-central/rev?node=4303fccdaea09a9acf0d72d03e1d3060e20d43ca
1,358,043
12,250,034
This bug was filed from the Socorro interface and is report bp-58815f30-8ed8-42ed-a856-3f3cf0170419. =============================================================
1,363,262
12,302,732
This bug was filed from the Socorro interface and is report bp-547a1907-53b2-4bb0-a271-d8ba10170508. ============================================================= This is a new crash in v55 due to: MOZ_CRASH Reason: MOZ_RELEASE_ASSERT(mLength > 0) (|First()| called on an empty string) The stack is the same for all reports so far; the call comes from: nsCommandLine::HandleFlagWithParam
1,368,269
12,353,501
This bug was filed from the Socorro interface and is report bp-7329c468-da0a-44a6-bdb8-7ee340170527. ============================================================= Crashing Thread (0) Frame Module Signature Source 0 xul.dll mozilla::a11y::XULTreeAccessible::Shutdown() accessible/xul/XULTreeAccessible.cpp:147 1 xul.dll mozilla::a11y::XULTreeAccessible::cycleCollection::Unlink(void*) accessible/xul/XULTreeAccessible.cpp:74 2 xul.dll nsCycleCollector::CollectWhite() xpcom/base/nsCycleCollector.cpp:3332 3 xul.dll nsCycleCollector::Collect(ccType, js::SliceBudget&, nsICycleCollectorListener*, bool) xpcom/base/nsCycleCollector.cpp:3674 4 xul.dll nsCycleCollector_collectSlice(js::SliceBudget&, bool) xpcom/base/nsCycleCollector.cpp:4160 5 xul.dll nsJSContext::RunCycleCollectorSlice() dom/base/nsJSEnvironment.cpp:1476 6 xul.dll ICCTimerFired dom/base/nsJSEnvironment.cpp:1534 7 xul.dll nsTimerImpl::Fire(int) xpcom/threads/nsTimerImpl.cpp:479 8 xul.dll nsTimerEvent::Run() xpcom/threads/TimerThread.cpp:285 9 xul.dll nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1216 10 xul.dll NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp:361 11 xul.dll mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:124 12 xul.dll MessageLoop::RunHandler() ipc/chromium/src/base/message_loop.cc:225 13 xul.dll MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:205 14 xul.dll nsBaseAppShell::Run() widget/nsBaseAppShell.cpp:156 15 xul.dll nsAppShell::Run() widget/windows/nsAppShell.cpp:262 16 xul.dll nsAppStartup::Run() toolkit/components/startup/nsAppStartup.cpp:283 17 xul.dll XREMain::XRE_mainRun() toolkit/xre/nsAppRunner.cpp:4488 18 xul.dll XREMain::XRE_main(int, char** const, nsXREAppData const*) toolkit/xre/nsAppRunner.cpp:4621 19 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp:4712 20 firefox.exe do_main browser/app/nsBrowserApp.cpp:282 21 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp:115 22 firefox.exe __scrt_common_main_seh f:/dd/vctools/crt/vcstartup/src/startup/exe_common.inl:253 23 kernel32.dll BaseThreadInitThunk 24 ntdll.dll __RtlUserThreadStart 25 ntdll.dll _RtlUserThreadStart this crash signature on windows and linux is regressing in firefox 52 and subsequent builds. many user comments talk about bookmarking a page when this crash occurred: https://crash-stats.mozilla.com/signature/?signature=mozilla%3A%3Aa11y%3A%3AXULTreeAccessible%3A%3AShutdown&date=%3E%3D2017-01-01T00%3A00%3A00.000Z#comments
1,334,582
12,017,135
Created attachment 8831238 testcase-webanimations-2.html Tested with https://hg.mozilla.org/integration/mozilla-inbound/rev/54cecb685bca Assertion failure: result.mCurrentIteration != 0 (Should not have zero current iteration), at /srv/mozilla/mozilla-inbound/dom/animation/AnimationEffectReadOnly.cpp:214 #0 0x116a0f644 in mozilla::dom::AnimationEffectReadOnly::GetComputedTimingAt(mozilla::dom::Nullable<mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> > const&, mozilla::TimingParams const&, double) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x30b1644) #1 0x1169fbea1 in mozilla::dom::AnimationEffectReadOnly::GetComputedTiming(mozilla::TimingParams const*) const (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x309dea1) #2 0x1169fb9f7 in mozilla::dom::Animation::UpdateRelevance() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x309d9f7) #3 0x116a099d2 in mozilla::dom::Animation::UpdateTiming(mozilla::dom::Animation::SeekFlag, mozilla::dom::Animation::SyncNotifyFlag) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x30ab9d2) #4 0x116a037bc in mozilla::dom::Animation::Tick() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x30a57bc) #5 0x116a1a259 in mozilla::dom::DocumentTimeline::WillRefresh(mozilla::TimeStamp) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x30bc259) #6 0x11bf7c658 in nsRefreshDriver::Tick(long long, mozilla::TimeStamp) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x861e658) #7 0x11bf86710 in nsRefreshDriver::FinishedWaitingForTransaction() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x8628710) #8 0x116449a85 in mozilla::layers::ClientLayerManager::DidComposite(unsigned long long, mozilla::TimeStamp const&, mozilla::TimeStamp const&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x2aeba85) #9 0x11ae51354 in mozilla::dom::TabChild::DidComposite(unsigned long long, mozilla::TimeStamp const&, mozilla::TimeStamp const&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x74f3354) #10 0x11654c907 in mozilla::layers::CompositorBridgeChild::RecvDidComposite(unsigned long long const&, unsigned long long const&, mozilla::TimeStamp const&, mozilla::TimeStamp const&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x2bee907) #11 0x11558b75d in mozilla::layers::PCompositorBridgeChild::OnMessageReceived(IPC::Message const&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x1c2d75d) #12 0x114c2ad05 in mozilla::ipc::MessageChannel::DispatchAsyncMessage(IPC::Message const&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x12ccd05) #13 0x114c22e3c in mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message&&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x12c4e3c) #14 0x114c276a7 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::MessageChannel::MessageTask&) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x12c96a7) #15 0x114c28d2e in mozilla::ipc::MessageChannel::MessageTask::Run() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x12cad2e) #16 0x113c54540 in nsThread::ProcessNextEvent(bool, bool*) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x2f6540) #17 0x113c4c810 in NS_ProcessPendingEvents(nsIThread*, unsigned int) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x2ee810) #18 0x11b6c7d0f in nsBaseAppShell::NativeEventCallback() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x7d69d0f) #19 0x11b7d7bb4 in nsAppShell::ProcessGeckoEvents(void*) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x7e79bb4) #20 0x7fffcd058980 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation+0xa7980) #21 0x7fffcd039a7c in __CFRunLoopDoSources0 (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation+0x88a7c) #22 0x7fffcd038f75 in __CFRunLoopRun (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation+0x87f75) #23 0x7fffcd038973 in CFRunLoopRunSpecific (/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation+0x87973) #24 0x7fffcc5c4acb in RunCurrentEventLoopInMode (/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox+0x30acb) #25 0x7fffcc5c4900 in ReceiveNextEventCommon (/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox+0x30900) #26 0x7fffcc5c4735 in _BlockUntilNextEventMatchingListInModeWithFilter (/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox+0x30735) #27 0x7fffcab6aae3 in _DPSNextEvent (/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit+0x46ae3) #28 0x7fffcb2e521e in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit+0x7c121e) #29 0x11b7d610c in -[GeckoNSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x7e7810c) #30 0x7fffcab5f464 in -[NSApplication run] (/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit+0x3b464) #31 0x11b7d9017 in nsAppShell::Run() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x7e7b017) #32 0x11de47628 in XRE_RunAppShell() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0xa4e9628) #33 0x114c34fba in mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x12d6fba) #34 0x114b6c207 in MessageLoop::RunInternal() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x120e207) #35 0x114b6becc in MessageLoop::Run() (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x120decc) #36 0x11de468f0 in XRE_InitChildProcess(int, char**, XREChildData const*) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0xa4e88f0) #37 0x1098d4675 in content_process_main(mozilla::Bootstrap*, int, char**) (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/plugin-container.app/Contents/MacOS/plugin-container+0x100002675) #38 0x1098d4945 in main (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/plugin-container.app/Contents/MacOS/plugin-container+0x100002945) #39 0x1098d3343 in start (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/plugin-container.app/Contents/MacOS/plugin-container+0x100001343) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/XUL+0x30b1644) in mozilla::dom::AnimationEffectReadOnly::GetComputedTimingAt(mozilla::dom::Nullable<mozilla::BaseTimeDuration<mozilla::TimeDurationValueCalculator> > const&, mozilla::TimingParams const&, double) Command: /srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/MacOS/plugin-container.app/Contents/MacOS/plugin-container -appdir /srv/mozilla/mozilla-inbound/ff-x86_64-apple-darwin16.3.0-asan-debug/dist/NightlyDebug.app/Contents/Resources/browser -profile /var/folders/ph/3q0jpmfd0j55k72jc86s9x0c0000gn/T/tmp3hdhp0n5 54939 org.mozilla.machname.1502426924 tab ==55157==ABORTING
1,329,829
11,969,041
This bug was filed from the Socorro interface and is report bp-d92e6668-c26b-4a60-b3d5-544572161220. ============================================================= Currently the #32 topcrash on Aurora. Started on December 7th. All reports are on Windows and only 52 appears to be affected. Regression window: https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?startdate=2016-12-06&enddate=2016-12-08 I see bug 1321299 in that regression range, but 51/53 don't seem to seeing this crash, so that's not a very satisfying answer.
1,331,209
11,982,839
This bug was filed from the Socorro interface and is report bp-df744d0d-68c3-420d-afeb-7a42a2170114. ============================================================= 0 XUL mozilla::ipc::MessageChannel::CxxStackFrame::CxxStackFrame(mozilla::ipc::MessageChannel&, mozilla::ipc::Direction, IPC::Message const*) obj-firefox/i386/dist/include/mozilla/ipc/MessageChannel.h:341 1 XUL mozilla::ipc::MessageChannel::Send(IPC::Message*) ipc/glue/MessageChannel.cpp:228 2 XUL mozilla::dom::asmjscache::PAsmJSCacheEntryParent::SendOnOpenMetadataForRead(mozilla::dom::asmjscache::Metadata const&) obj-firefox/i386/ipc/ipdl/PAsmJSCacheEntryParent.cpp:66 3 XUL mozilla::dom::asmjscache::(anonymous namespace)::ParentRunnable::Run() dom/asmjscache/AsmJSCache.cpp:1003 4 XUL nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp:1076 5 XUL NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp:290 6 XUL mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp:384 7 XUL MessageLoop::Run() ipc/chromium/src/base/message_loop.cc:232 8 XUL nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp:469 9 libnss3.dylib _pt_root nsprpub/pr/src/pthreads/ptthread.c:216 Ø 10 libsystem_pthread.dylib libsystem_pthread.dylib@0x15fa Ø 11 libsystem_pthread.dylib libsystem_pthread.dylib@0x1484 Ø 12 libsystem_pthread.dylib libsystem_pthread.dylib@0x6cf1 On mac OS 10.9.5 the STR are as follow : 1) log on facebook 2) Writte on your wall 3) press Enter to validate your update Crash.
1,336,005
12,030,525
This bug was filed from the Socorro interface and is report bp-91968d58-e742-48a4-96dc-e65ec2170201. ============================================================= Low volume crash that has been happening on and off for the last month or so. The line that crashes was added by bug 1315386.
1,336,011
12,030,559
This bug was filed from the Socorro interface and is report bp-f42d7792-8641-46d2-9be9-11ab02170201. ============================================================= This crash started happening on Windows in the 01-27 Aurora, and has appeared in every Aurora since then, but looking at the regression range for 01-27 [1], I don't see anything that stood out. Any ideas, Masayuki-san? [1] https://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?fromchange=f0e4b9855df1986fbc3e560b6373bd4f276440e5&tochange=33447b9cb7d008da4f1f5b1a1f1777b712a5c254
1,336,971
12,041,165
This bug was filed from the Socorro interface and is report bp-f319733b-ba0b-42c9-a426-191dd2170206. ============================================================= I got this crash after Nightly froze again while I was working in a tab. This time, I was actually waiting for Jet Airways to process a booking update. Nightly froze, and I was forced to right-click its taskbar icon and select Close Window. Crash happened immediately afterwards. Leaving this here FYI, and perhaps you see something significant in the stack. The site works fine with E10S off.
1,338,646
12,057,734
This bug was filed from the Socorro interface and is report bp-98e128af-b31a-4d62-8667-77d782170210. ============================================================= These all look like null deref crashes. I only see them on 52 and 53. 228 crashes in the last week. Maybe something got fixed that we could backport?
1,350,772
12,179,019
Created attachment 8851438 testcase.html The attached testcase crashes on mozilla-central revision f5e214144799. ==18346==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7fa8fa1cb943 bp 0x7ffe42bf5890 sp 0x7ffe42bf5850 T0) ==18346==The signal is caused by a READ memory access. ==18346==Hint: address points to the zero page. #0 0x7fa8fa1cb942 in nsCOMPtr /home/worker/workspace/build/src/obj-firefox/dist/include/nsCOMPtr.h:464:7 #1 0x7fa8fa1cb942 in ChangeAttributeTransaction /home/worker/workspace/build/src/editor/libeditor/ChangeAttributeTransaction.cpp:21 #2 0x7fa8fa1cb942 in mozilla::EditorBase::CreateTxnForRemoveAttribute(mozilla::dom::Element&, nsIAtom&) /home/worker/workspace/build/src/editor/libeditor/EditorBase.cpp:4267 #3 0x7fa8fa1cb7b0 in mozilla::EditorBase::RemoveAttribute(mozilla::dom::Element*, nsIAtom*) /home/worker/workspace/build/src/editor/libeditor/EditorBase.cpp:1265:5 #4 0x7fa8fa2903c4 in mozilla::HTMLEditRules::SplitParagraph(nsIDOMNode*, nsIContent*, mozilla::dom::Selection*, nsCOMPtr<nsIDOMNode>*, int*) /home/worker/workspace/build/src/editor/libeditor/HTML EditRules.cpp:6509:21 #5 0x7fa8fa25fbe6 in mozilla::HTMLEditRules::ReturnInParagraph(mozilla::dom::Selection*, nsIDOMNode*, nsIDOMNode*, int, bool*, bool*) /home/worker/workspace/build/src/editor/libeditor/HTMLEditRul es.cpp:6461:10 #6 0x7fa8fa231c0d in mozilla::HTMLEditRules::WillInsertBreak(mozilla::dom::Selection&, bool*, bool*) /home/worker/workspace/build/src/editor/libeditor/HTMLEditRules.cpp:1562:7 #7 0x7fa8fa22eff0 in mozilla::HTMLEditRules::WillDoAction(mozilla::dom::Selection*, mozilla::RulesInfo*, bool*, bool*) /home/worker/workspace/build/src/editor/libeditor/HTMLEditRules.cpp:631:14 #8 0x7fa8fa346ba5 in mozilla::TextEditor::InsertLineBreak() /home/worker/workspace/build/src/editor/libeditor/TextEditor.cpp:710:24 #9 0x7fa8fa34453b in mozilla::TextEditor::TypedText(nsAString const&, mozilla::TextEditor::ETypingAction) /home/worker/workspace/build/src/editor/libeditor/TextEditor.cpp:419:14 #10 0x7fa8fa2a45fe in mozilla::HTMLEditor::TypedText(nsAString const&, mozilla::TextEditor::ETypingAction) /home/worker/workspace/build/src/editor/libeditor/HTMLEditor.cpp:1012:22 #11 0x7fa8fa1f6300 in mozilla::InsertParagraphCommand::DoCommand(char const*, nsISupports*) /home/worker/workspace/build/src/editor/libeditor/EditorCommands.cpp:1025:22 #12 0x7fa8f8618d25 in nsControllerCommandTable::DoCommand(char const*, nsISupports*) /home/worker/workspace/build/src/dom/commandhandler/nsControllerCommandTable.cpp:147:26 #13 0x7fa8f860f89d in nsBaseCommandController::DoCommand(char const*) /home/worker/workspace/build/src/dom/commandhandler/nsBaseCommandController.cpp:136:25 #14 0x7fa8f8616104 in nsCommandManager::DoCommand(char const*, nsICommandParams*, mozIDOMWindowProxy*) /home/worker/workspace/build/src/dom/commandhandler/nsCommandManager.cpp:214:22 #15 0x7fa8f8b5aee1 in nsHTMLDocument::ExecCommand(nsAString const&, bool, nsAString const&, nsIPrincipal&, mozilla::ErrorResult&) /home/worker/workspace/build/src/dom/html/nsHTMLDocument.cpp:3313 :18 #16 0x7fa8f80b41ac in mozilla::dom::HTMLDocumentBinding::execCommand(JSContext*, JS::Handle<JSObject*>, nsHTMLDocument*, JSJitMethodCallArgs const&) /home/worker/workspace/build/src/obj-firefox/d om/bindings/HTMLDocumentBinding.cpp:835:21
1,350,972
12,181,076
Created attachment 8851648 Testcase Testcase found while fuzzing mozilla-central rev 20170326-cc53710589fb. ASAN:DEADLYSIGNAL ================================================================= ==5156==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000020 (pc 0x7f364628bc2e bp 0x7ffdfa6ab030 sp 0x7ffdfa6ab000 T0) ==5156==The signal is caused by a READ memory access. ==5156==Hint: address points to the zero page. #0 0x7f364628bc2d in get /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:284:27 #1 0x7f364628bc2d in operator-> /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:316 #2 0x7f364628bc2d in NodeType /home/worker/workspace/build/src/dom/base/nsINode.h:585 #3 0x7f364628bc2d in InvalidateAllFrames /home/worker/workspace/build/src/dom/base/nsRange.cpp:61 #4 0x7f364628bc2d in nsRange::AutoInvalidateSelection::~AutoInvalidateSelection() /home/worker/workspace/build/src/dom/base/nsRange.cpp:3275 #5 0x7f3646279c35 in nsRange::SelectNode(nsINode&, mozilla::ErrorResult&) /home/worker/workspace/build/src/dom/base/nsRange.cpp:1521:1 #6 0x7f3646279e0f in nsRange::SelectNodeJS(nsINode&, mozilla::ErrorResult&) /home/worker/workspace/build/src/dom/base/nsRange.cpp:1494:3 #7 0x7f3646adace6 in mozilla::dom::RangeBinding::selectNode(JSContext*, JS::Handle<JSObject*>, nsRange*, JSJitMethodCallArgs const&) /home/worker/workspace/build/src/obj-firefox/dom/bindings/RangeBinding.cpp:775:9 #8 0x7f36479fbcbe in mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*) /home/worker/workspace/build/src/dom/bindings/BindingUtils.cpp:2953:13 #9 0x7f364d1ccdd3 in CallJSNative /home/worker/workspace/build/src/js/src/jscntxtinlines.h:282:15 #10 0x7f364d1ccdd3 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:454 #11 0x7f364d1b5618 in CallFromStack /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:505:12 #12 0x7f364d1b5618 in Interpret(JSContext*, js::RunState&) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:2998 #13 0x7f364d19b57e in js::RunScript(JSContext*, js::RunState&) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:394:12 #14 0x7f364d1cf2e7 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:683:15 #15 0x7f364d1cfb52 in js::Execute(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value*) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:715:12
1,356,854
12,238,227
This bug was filed from the Socorro interface and is report bp-3d1ea580-36cc-4cfb-ac0c-03a082170415. ============================================================= Currently top crash number 37 on Firefox 52 (release)
1,341,657
12,088,573
Created attachment 8839964 index.html Testcase found by fuzzing on mozilla-central rev 20170216-a9ec72f82299. ==14997==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000020 (pc 0x7f5b4aa61ae8 bp 0x7ffc394456e0 sp 0x7ffc39444940 T0) #0 0x7f5b4aa61ae7 in get /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:283:27 #1 0x7f5b4aa61ae7 in operator-> /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h:315 #2 0x7f5b4aa61ae7 in IsHTMLElement /home/worker/workspace/build/src/obj-firefox/dist/include/nsIContent.h:275 #3 0x7f5b4aa61ae7 in nsDocShell::InternalLoad(nsIURI*, nsIURI*, bool, nsIURI*, unsigned int, nsIPrincipal*, nsIPrincipal*, unsigned int, nsAString_internal const&, char const*, nsAString_internal const&, nsIInputStream*, nsIInputStream*, unsigned int, nsISHEntry*, bool, nsAString_internal const&, nsIDocShell*, nsIURI*, bool, nsIDocShell**, nsIRequest**) /home/worker/workspace/build/src/docshell/base/nsDocShell.cpp:9891 #4 0x7f5b4aa5e3b0 in nsDocShell::LoadURI(nsIURI*, nsIDocShellLoadInfo*, unsigned int, bool) /home/worker/workspace/build/src/docshell/base/nsDocShell.cpp:1564:10 #5 0x7f5b4446eac5 in mozilla::dom::Location::SetURI(nsIURI*, bool) /home/worker/workspace/build/src/dom/base/Location.cpp:288:12 #6 0x7f5b44471de2 in mozilla::dom::Location::SetHrefWithBase(nsAString_internal const&, nsIURI*, bool) /home/worker/workspace/build/src/dom/base/Location.cpp:550:12 #7 0x7f5b4447159f in SetHrefWithContext /home/worker/workspace/build/src/dom/base/Location.cpp:503:10 #8 0x7f5b4447159f in mozilla::dom::Location::SetHref(nsAString_internal const&) /home/worker/workspace/build/src/dom/base/Location.cpp:472 #9 0x7f5b44c1d1f0 in SetHref /home/worker/workspace/build/src/obj-firefox/dist/include/mozilla/dom/Location.h:89:14 #10 0x7f5b44c1d1f0 in mozilla::dom::LocationBinding::set_href(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Location*, JSJitSetterCallArgs) /home/worker/workspace/build/src/obj-firefox/dom/bindings/LocationBinding.cpp:96 #11 0x7f5b44c1c8eb in mozilla::dom::LocationBinding::genericCrossOriginSetter(JSContext*, unsigned int, JS::Value*) /home/worker/workspace/build/src/obj-firefox/dom/bindings/LocationBinding.cpp:968:8 #12 0x7f5b4ba4be24 in CallJSNative /home/worker/workspace/build/src/js/src/jscntxtinlines.h:281:15 #13 0x7f5b4ba4be24 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:463 #14 0x7f5b4ba4da24 in InternalCall /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:508:12 #15 0x7f5b4ba4da24 in Call /home/worker/workspace/build/src/js/src/vm/Interpreter.cpp:527
1,342,255
12,093,830
This bug was filed from the Socorro interface and is report bp-7add4b55-5b0e-470b-87ac-e91c22170223. ============================================================= Null deref crash in NS_OutputStreamIsBuffered. This is not a common crash. I only see a couple of crashes, all from the same install time, all on the site https://una.im/ I was able to reproduce this crash by going to the site, then scrolling around, then closing the tab and later going to the page again: bp-c96a72da-f97b-4469-b90a-4f0a72170223 It is called like this, so I guess responseBody is null: if (!NS_OutputStreamIsBuffered(responseBody)) { That is set like this earlier in the method: nsCOMPtr<nsIOutputStream> responseBody; rv = mInterceptedChannel->GetResponseBody(getter_AddRefs(responseBody)); if (NS_WARN_IF(NS_FAILED(rv))) { return; } However, the definition of GetResponseBody seems to be: InterceptedChannelBase::GetResponseBody(nsIOutputStream** aStream) { NS_IF_ADDREF(*aStream = mResponseBody); return NS_OK; } which means that we can return null on success.
1,343,536
12,106,799
This is the ugly sister of bug 1343488. It was first reported in bug 1316416 comment #37, but that bug has a hotchpotch of various crashes, mostly irreproducible, that end up in a stack overflow. This crash here is easy to reproduce with the following steps: STR: Attach a BMO message which has CTE quoted-printable to a message and send. Result: message/rfc822 attachment looks good in the preview pane. Compose a new message and drag the message/rfc822 attachment from the sent message to the attachment bucket. Double click the attachment in the attachment bucket - Crash! https://crash-stats.mozilla.com/report/index/bp-e49fbf9b-7fc3-4024-8fa7-243512170301 https://crash-stats.mozilla.com/report/index/bp-aa5a6b84-2661-47b8-8365-efd0c2170301 Using TB 45.x, double clicking the attachment in the attachment bucket is just ignored. If you look at the crash, there seems to be an endless loop of these four calls: 52 xul.dll nsStreamConverter::OnStopRequest(nsIRequest*, nsISupports*, nsresult) C:/builds/moz2_slave/tb-c-cen-w64-ntly-000000000000/build/mailnews/mime/src/nsStreamConverter.cpp:1081 53 xul.dll nsDocumentOpenInfo::OnStopRequest(nsIRequest*, nsISupports*, nsresult) uriloader/base/nsURILoader.cpp:340 54 xul.dll nsUnknownDecoder::OnStopRequest(nsIRequest*, nsISupports*, nsresult) netwerk/streamconv/converters/nsUnknownDecoder.cpp:301 55 xul.dll nsDocumentOpenInfo::OnStopRequest(nsIRequest*, nsISupports*, nsresult) uriloader/base/nsURILoader.cpp:340 In the end you get a stack overflow.
1,413,467
12,807,738
This bug was filed from the Socorro interface and is report bp-10fb304e-2d3b-4b39-aad7-6a4e90171101. ============================================================= Firefox 57 beta has become almost unusable for me on MacOS Sierra since 57.0beta10 (beta8, beta9: ok; beta10, beta11, beta12, and beta13: not ok). Tabs are crashing frequently, always with the same signature. I also tried to reset my settings, but it didn't help. I think that this should be a blocker for a public Firefox 57 release.
1,422,545
12,891,906
Created attachment 8933956 File that makes Firefox crash Visiting http://pbook.s3-eu-west-1.amazonaws.com/global.zip makes my Firefox crash. Out of three times I visited the page (by entering the URL in the address bar and pressing enter), every time it crashed with a signature of "mozilla::net::HttpBaseChannel::DoApplyContentConversions". Here is the latest report: https://crash-stats.mozilla.com/report/index/e8505ca5-f649-4be5-b207-1ef1e0171202 I tried to reproduce it by downloading the file and serving it with a local server (python3 -m http.server), but in that case, it doesn't crash. I attached the file for debug purposes, as well as the output of "curl -v <URL>".
1,423,456
12,900,906
+++ This bug was initially created as a clone of Bug #1420849 +++ +++ This bug was initially created as a clone of Bug #1405832 +++ The patches for bug 1405832 are not enough to fix the crash. Here is the latest crash report after landing them: https://crash-stats.mozilla.com/report/index/706f8f0f-0b3e-450d-860b-614c60171125 > There is no pending composition but received eCompositionCommitRequestHandled message from the remote child > > Dispatched Event Message Log: > eCompositionStart > eCompositionChange > eCompositionChange > eCompositionChange > eCompositionChange > eCompositionCommit > > Received Event Message Log: > eCompositionStart > eCompositionChange > eCompositionChange > eCompositionChange > eCompositionCommitRequestHandled > eCompositionChange > eCompositionCommitRequestHandled > > Result of RequestIMEToCommitComposition(): > Commit reqeust is handled synchronously > Commit request is handled with stored composition string because TabParent has already lost focus The reason why some people meet this crash is, mPendingCompositionCount is decremented when both commit request handles synchronously when TabParent has already lost focus and commit event is handled (ignored, actually) by the remote process. So, accidentally, mPendingCompositionCount is decremented twice for a composition in this case. Perhaps, ContentCacheInParent::OnEventNeedingAckHandled() shouldn't decrement it when the main process receives notification that eCompositionCommit event is handled (ignored) in the remote process because of already committed by preceding commit request.
1,415,549
12,827,548
This bug was found by Google's OSS-Fuzz running their custom internal JS fuzzer. Please note that they apply a 90-day disclose timeline to all bugs. The following testcase crashes on mozilla-central revision 4e6df5159df3 (build with --enable-posix-nspr-emulation --enable-valgrind --enable-gczeal --disable-tests --enable-stdcxx-compat --disable-profiling --enable-debug --enable-optimize, run with --fuzzing-safe): See attachment. Backtrace: received signal SIGSEGV, Segmentation fault. #0 0x00000000009ae627 in AutoMessageArgs::init (this=this@entry=0x7fffffffb430, cx=cx@entry=0x7ffff6948000, argsArg=argsArg@entry=0x0, countArg=countArg@entry=1, typeArg=typeArg@entry=js::ArgumentsAreASCII, ap=ap@entry=0x7fffffffb5e0) at js/src/jscntxt.cpp:698 #1 0x00000000009b3224 in ExpandErrorArgumentsHelper<JSErrorReport> (cx=cx@entry=0x7ffff6948000, callback=<optimized out>, callback@entry=0x970170 <js::GetErrorMessage(void*, unsigned int)>, userRef=userRef@entry=0x0, errorNumber=errorNumber@entry=317, messageArgs=messageArgs@entry=0x0, argumentsType=argumentsType@entry=js::ArgumentsAreASCII, reportp=0x7fffffffb550, ap=0x7fffffffb5e0) at js/src/jscntxt.cpp:799 #2 0x0000000000988f6b in js::ExpandErrorArgumentsVA (ap=0x7fffffffb5e0, reportp=0x7fffffffb550, argumentsType=js::ArgumentsAreASCII, messageArgs=0x0, errorNumber=317, userRef=0x0, callback=0x970170 <js::GetErrorMessage(void*, unsigned int)>, cx=0x7ffff6948000) at js/src/jscntxt.cpp:869 #3 js::ReportErrorNumberVA (cx=0x7ffff6948000, flags=flags@entry=0, callback=0x970170 <js::GetErrorMessage(void*, unsigned int)>, userRef=0x0, errorNumber=317, ap=ap@entry=0x7fffffffb5e0, argumentsType=js::ArgumentsAreASCII) at js/src/jscntxt.cpp:899 #4 0x0000000000988ffd in JS_ReportErrorNumberASCIIVA (cx=<optimized out>, errorCallback=<optimized out>, userRef=<optimized out>, errorNumber=<optimized out>, ap=ap@entry=0x7fffffffb5e0) at js/src/jsapi.cpp:6424 #5 0x0000000000989098 in JS_ReportErrorNumberASCII (cx=<optimized out>, errorCallback=<optimized out>, userRef=userRef@entry=0x0, errorNumber=errorNumber@entry=317) at js/src/jsapi.cpp:6413 #6 0x0000000000df05ad in GetImports (cx=0x7ffff6948000, module=..., importObj=..., importObj@entry=..., funcImports=..., funcImports@entry=..., tableImport=..., tableImport@entry=..., memoryImport=..., memoryImport@entry=..., globalImports=0x7fffffffb8c0) at js/src/wasm/WasmJS.cpp:243 #7 0x0000000000e07f4b in Instantiate (cx=cx@entry=0x7ffff6948000, module=..., importObj=importObj@entry=..., instanceObj=..., instanceObj@entry=...) at js/src/wasm/WasmJS.cpp:1088 #8 0x0000000000e08b1f in js::WasmInstanceObject::construct (cx=0x7ffff6948000, argc=<optimized out>, vp=<optimized out>) at js/src/wasm/WasmJS.cpp:1116 #9 0x000000000055e631 in js::CallJSNative (cx=0x7ffff6948000, native=native@entry=0xe08960 <js::WasmInstanceObject::construct(JSContext*, unsigned int, JS::Value*)>, args=...) at js/src/jscntxtinlines.h:291 [...] #32 main (argc=<optimized out>, argv=<optimized out>, envp=<optimized out>) at js/src/shell/js.cpp:8962 rax 0x0 0 rbx 0x7fffffffb5e0 140737488336352 rcx 0x7ffff6c282ad 140737333330605 rdx 0x0 0 rsi 0x7ffff6ef7770 140737336276848 rdi 0x7ffff6ef6540 140737336272192 rbp 0x7fffffffb3e0 140737488335840 rsp 0x7fffffffb330 140737488335664 r8 0x7ffff6ef7770 140737336276848 r9 0x7ffff7fe4740 140737354024768 r10 0x58 88 r11 0x7ffff6b9e7a0 140737332766624 r12 0x0 0 r13 0x1 1 r14 0x0 0 r15 0x7fffffffb430 140737488335920 rip 0x9ae627 <AutoMessageArgs::init(JSContext*, char16_t const**, unsigned short, js::ErrorArgumentsType, __va_list_tag*)+903> => 0x9ae627 <AutoMessageArgs::init(JSContext*, char16_t const**, unsigned short, js::ErrorArgumentsType, __va_list_tag*)+903>: movl $0x0,0x0 0x9ae632 <AutoMessageArgs::init(JSContext*, char16_t const**, unsigned short, js::ErrorArgumentsType, __va_list_tag*)+914>: ud2
1,416,227
12,834,178
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:58.0) Gecko/20100101 Firefox/58.0 Build ID: 20171110100139 Steps to reproduce: This code crashes firefox after some time (e.g. if you reload all tabs, load some sites...) function listener(details) { let filter = browser.webRequest.filterResponseData(details.requestId); filter.ondata = event => { filter.write(event.data); filter.disconnect(); } } browser.webRequest.onBeforeRequest.addListener( listener, {urls: ["<all_urls>"]}, ["blocking"] ); Actual results: Here are the crash reports: https://crash-stats.mozilla.com/report/index/bp-4908d9ee-4279-48a9-9d17-0dbe60171110 https://crash-stats.mozilla.com/report/index/bp-35ee4760-2fb8-44ff-b96d-bb0970171110 https://crash-stats.mozilla.com/report/index/bp-cf7ffdd0-f0f1-4fc1-bb74-1d1780171110 https://crash-stats.mozilla.com/report/index/bp-6c4b127e-c43f-4526-afd7-98c360171110
1,416,799
12,839,742
This bug was filed from the Socorro interface and is report bp-66c27fc2-d689-4735-a148-932160171112. ============================================================= Seen while looking at crash stats: http://bit.ly/2jnYUS8. Crashes date back to at least 20171107122447. Marking as sec sensitive since there are several possible UAF addresses among the crashes. 26 crashes/26 installs so far. Possible regression range based on crash stats: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=179dae92e4d794e7f45ad080ff01908c80691f31&tochange=40df5dd35fdb7ce3652fe4448ac8961c075c928e Bug 1414680 landed in that time frame. ni on :cpearce Top 10 frames of crashing thread: 0 xul.dll mozilla::MediaDecoderStateMachine::AccurateSeekingState::OnSeekRejected dom/media/MediaDecoderStateMachine.cpp:1167 1 xul.dll mozilla::MozPromise&lt;mozilla::media::TimeUnit, mozilla::SeekRejectValue, 1&gt;::InvokeCallbackMethod&lt;0, &lt;lambda_22680133a5d5989365f728d14cadbff9&gt;, void const, mozilla::SeekRejectValue, RefPtr&lt;mozilla::MozPromise&lt;mozilla::media::TimeUnit, mozilla::SeekRejectValue, 1&gt;::Private&gt; &gt; xpcom/threads/MozPromise.h:565 2 xul.dll mozilla::MozPromise&lt;mozilla::media::TimeUnit, mozilla::SeekRejectValue, 1&gt;::ThenValue&lt;&lt;lambda_9d45ba55067d58ca3a399286c26ce766&gt;, &lt;lambda_22680133a5d5989365f728d14cadbff9&gt; &gt;::DoResolveOrRejectInternal xpcom/threads/MozPromise.h:771 3 xul.dll mozilla::MozPromise&lt;nsTString&lt;char&gt;, nsresult, 1&gt;::ThenValueBase::DoResolveOrReject xpcom/threads/MozPromise.h:497 4 xul.dll mozilla::MozPromise&lt;mozilla::media::TimeUnit, mozilla::SeekRejectValue, 1&gt;::ThenValueBase::ResolveOrRejectRunnable::Run xpcom/threads/MozPromise.h:402 5 xul.dll mozilla::AutoTaskDispatcher::TaskGroupRunnable::Run xpcom/threads/TaskDispatcher.h:209 6 xul.dll mozilla::TaskQueue::Runner::Run xpcom/threads/TaskQueue.cpp:246 7 xul.dll nsThreadPool::Run xpcom/threads/nsThreadPool.cpp:228 8 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1037 9 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:513 =============================================================
1,418,810
12,855,583
This bug was filed from the Socorro interface and is report bp-f72383be-eb2f-4c54-a8c3-8c7e60171119. ============================================================= Top 10 frames of crashing thread: 0 xul.dll NS_ABORT_OOM xpcom/base/nsDebugImpl.cpp:620 1 xul.dll mozilla::net::nsSimpleURI::SetPathQueryRefEscaped netwerk/base/nsSimpleURI.cpp:472 2 xul.dll mozilla::net::nsSimpleURI::SetSpec netwerk/base/nsSimpleURI.cpp:309 3 xul.dll nsDataHandler::NewURI netwerk/protocol/data/nsDataHandler.cpp:100 4 xul.dll mozilla::net::nsIOService::NewURI netwerk/base/nsIOService.cpp:697 5 xul.dll NS_NewURI netwerk/base/nsNetUtil.cpp:1782 6 xul.dll NS_NewURI netwerk/base/nsNetUtil.cpp:1795 7 xul.dll NS_NewURI netwerk/base/nsNetUtil.cpp:1815 8 xul.dll nsImageLoadingContent::StringToURI dom/base/nsImageLoadingContent.cpp:1265 9 xul.dll nsImageLoadingContent::LoadImage dom/base/nsImageLoadingContent.cpp:883 ============================================================= crash reports with this signature are newly showing up on fennec in version 57 & on firefox desktop since 58.
1,419,762
12,865,489
Found while fuzzing mozilla-central rev 5378dcb45044. I am in the process of reducing the testcase and will attach shortly. ==15820==ERROR: AddressSanitizer: use-after-poison on address 0x6250034b1628 at pc 0x7f60ef349513 bp 0x7ffca7946860 sp 0x7ffca7946858 READ of size 8 at 0x6250034b1628 thread T0 (file:// Content) #0 0x7f60ef349512 in Hdr /builds/worker/workspace/build/src/obj-firefox/dist/include/nsTArray.h:527:32 #1 0x7f60ef349512 in Elements /builds/worker/workspace/build/src/obj-firefox/dist/include/nsTArray.h:1038 #2 0x7f60ef349512 in IndexOf<const mozilla::FramePropertyDescriptorUntyped *, mozilla::FrameProperties::PropertyComparator> /builds/worker/workspace/build/src/obj-firefox/dist/include/nsTArray.h:1187 #3 0x7f60ef349512 in mozilla::FrameProperties::DeleteInternal(mozilla::FramePropertyDescriptorUntyped const*, nsIFrame const*) /builds/worker/workspace/build/src/layout/base/FrameProperties.h:485 #4 0x7f60ef3ebf9c in Delete<nsContainerFrame> /builds/worker/workspace/build/src/layout/base/FrameProperties.h:266:5 #5 0x7f60ef3ebf9c in DeleteProperty<nsContainerFrame> /builds/worker/workspace/build/src/layout/generic/nsIFrame.h:3611 #6 0x7f60ef3ebf9c in nsContainerFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:233 #7 0x7f60ef5c000c in nsLineBox::DeleteLineList(nsPresContext*, nsLineList&, nsIFrame*, nsFrameList*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsLineBox.cpp:402:14 #8 0x7f60ef3eb2e7 in nsBlockFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsBlockFrame.cpp:331:3 #9 0x7f60ef5c000c in nsLineBox::DeleteLineList(nsPresContext*, nsLineList&, nsIFrame*, nsFrameList*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsLineBox.cpp:402:14 #10 0x7f60ef3eb2e7 in nsBlockFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsBlockFrame.cpp:331:3 #11 0x7f60ef3ebe4d in DestroyFramesFrom /builds/worker/workspace/build/src/layout/generic/nsFrameList.cpp:59:12 #12 0x7f60ef3ebe4d in nsContainerFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:223 #13 0x7f60ef3ebe4d in DestroyFramesFrom /builds/worker/workspace/build/src/layout/generic/nsFrameList.cpp:59:12 #14 0x7f60ef3ebe4d in nsContainerFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:223 #15 0x7f60ef449199 in nsCanvasFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsCanvasFrame.cpp:160:21 #16 0x7f60ef3ebe4d in DestroyFramesFrom /builds/worker/workspace/build/src/layout/generic/nsFrameList.cpp:59:12 #17 0x7f60ef3ebe4d in nsContainerFrame::DestroyFrom(nsIFrame*, mozilla::layout::PostFrameDestroyData&) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:223 #18 0x7f60ef4601d5 in Destroy /builds/worker/workspace/build/src/layout/generic/nsIFrame.h:695:5 #19 0x7f60ef4601d5 in nsContainerFrame::RemoveFrame(mozilla::layout::FrameChildListID, nsIFrame*) /builds/worker/workspace/build/src/layout/generic/nsContainerFrame.cpp:171 #20 0x7f60ef297c78 in RemoveFrame /builds/worker/workspace/build/src/layout/base/nsFrameManager.cpp:535:18 #21 0x7f60ef297c78 in nsCSSFrameConstructor::ContentRemoved(nsIContent*, nsIContent*, nsIContent*, nsCSSFrameConstructor::RemoveFlags) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:8696 #22 0x7f60ef283644 in nsCSSFrameConstructor::RecreateFramesForContent(nsIContent*, nsCSSFrameConstructor::InsertionKind) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:9896:7 #23 0x7f60ef1ad75a in mozilla::RestyleManager::ProcessRestyledFrames(nsStyleChangeList&) /builds/worker/workspace/build/src/layout/base/RestyleManager.cpp:1523:25 #24 0x7f60ef22570a in mozilla::ServoRestyleManager::DoProcessPendingRestyles(mozilla::ServoTraversalFlags) /builds/worker/workspace/build/src/layout/base/ServoRestyleManager.cpp:1159:9 #25 0x7f60ef1e3846 in ProcessPendingRestyles /builds/worker/workspace/build/src/layout/base/ServoRestyleManager.cpp:1235:3 #26 0x7f60ef1e3846 in ProcessPendingRestyles /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RestyleManagerInlines.h:44 #27 0x7f60ef1e3846 in mozilla::PresShell::DoFlushPendingNotifications(mozilla::ChangesToFlush) /builds/worker/workspace/build/src/layout/base/PresShell.cpp:4226 #28 0x7f60eafeb710 in FlushPendingNotifications /builds/worker/workspace/build/src/obj-firefox/dist/include/nsIPresShell.h:571:5 #29 0x7f60eafeb710 in nsDocument::FlushPendingNotifications(mozilla::FlushType, mozilla::FlushTarget) /builds/worker/workspace/build/src/dom/base/nsDocument.cpp:8566 #30 0x7f60eadb2bf7 in GetPrimaryFrame /builds/worker/workspace/build/src/dom/base/Element.cpp:2451:10 #31 0x7f60eadb2bf7 in mozilla::dom::Element::GetBoundingClientRect() /builds/worker/workspace/build/src/dom/base/Element.cpp:1081 #32 0x7f60ec6447dc in mozilla::dom::ElementBinding::getBoundingClientRect(JSContext*, JS::Handle<JSObject*>, mozilla::dom::Element*, JSJitMethodCallArgs const&) /builds/worker/workspace/build/src/obj-firefox/dom/bindings/ElementBinding.cpp:2660:59 #33 0x7f60ecb69660 in mozilla::dom::GenericBindingMethod(JSContext*, unsigned int, JS::Value*) /builds/worker/workspace/build/src/dom/bindings/BindingUtils.cpp:3040:13 #34 0x7f60f30226c0 in CallJSNative /builds/worker/workspace/build/src/js/src/jscntxtinlines.h:291:15 #35 0x7f60f30226c0 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:473 #36 0x7f60f300dbdb in CallFromStack /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:528:12 #37 0x7f60f300dbdb in Interpret(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:3098 #38 0x7f60f2ff5c9a in js::RunScript(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:423:12 #39 0x7f60f30255e0 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:706:15 #40 0x7f60f30777d5 in EvalKernel(JSContext*, JS::Handle<JS::Value>, EvalType, js::AbstractFramePtr, JS::Handle<JSObject*>, unsigned char*, JS::MutableHandle<JS::Value>) /builds/worker/workspace/build/src/js/src/builtin/Eval.cpp:323:12 #41 0x7f60f3075f33 in js::IndirectEval(JSContext*, unsigned int, JS::Value*) /builds/worker/workspace/build/src/js/src/builtin/Eval.cpp:416:12 #42 0x1e5d1f4cc0c5 (<unknown module>) 0x6250034b1628 is located 7464 bytes inside of 8192-byte region [0x6250034af900,0x6250034b1900) allocated by thread T0 (file:// Content) here: #0 0x4bbc8c in malloc /builds/worker/workspace/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:64:3 #1 0x7f60e814ded3 in AllocateChunk /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:193:15 #2 0x7f60e814ded3 in InternalAllocate /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:228 #3 0x7f60e814ded3 in Allocate /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:75 #4 0x7f60e814ded3 in mozilla::ArenaAllocator<8192ul, 8ul>::Allocate(unsigned long) /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ArenaAllocator.h:80 #5 0x7f60ef6ca6af in AllocateByFrameID /builds/worker/workspace/build/src/layout/base/nsPresArena.h:39:12 #6 0x7f60ef6ca6af in AllocateFrame /builds/worker/workspace/build/src/obj-firefox/dist/include/nsIPresShell.h:205 #7 0x7f60ef6ca6af in operator new /builds/worker/workspace/build/src/layout/forms/nsHTMLButtonControlFrame.cpp:28 #8 0x7f60ef6ca6af in NS_NewHTMLButtonControlFrame(nsIPresShell*, nsStyleContext*) /builds/worker/workspace/build/src/layout/forms/nsHTMLButtonControlFrame.cpp:25 #9 0x7f60ef2767ae in nsCSSFrameConstructor::ConstructFrameFromItemInternal(nsCSSFrameConstructor::FrameConstructionItem&, nsFrameConstructorState&, nsContainerFrame*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:4011:7 #10 0x7f60ef282a2b in nsCSSFrameConstructor::ConstructFramesFromItem(nsFrameConstructorState&, nsCSSFrameConstructor::FrameConstructionItemList::Iterator&, nsContainerFrame*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:6342:3 #11 0x7f60ef261806 in ConstructFramesFromItemList /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:10879:5 #12 0x7f60ef261806 in nsCSSFrameConstructor::ProcessChildren(nsFrameConstructorState&, nsIContent*, nsStyleContext*, nsContainerFrame*, bool, nsFrameItems&, bool, PendingBinding*, nsIFrame*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:11193 #13 0x7f60ef278152 in nsCSSFrameConstructor::ConstructFrameFromItemInternal(nsCSSFrameConstructor::FrameConstructionItem&, nsFrameConstructorState&, nsContainerFrame*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:4189:9 #14 0x7f60ef282a2b in nsCSSFrameConstructor::ConstructFramesFromItem(nsFrameConstructorState&, nsCSSFrameConstructor::FrameConstructionItemList::Iterator&, nsContainerFrame*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:6342:3 #15 0x7f60ef261806 in ConstructFramesFromItemList /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:10879:5 #16 0x7f60ef261806 in nsCSSFrameConstructor::ProcessChildren(nsFrameConstructorState&, nsIContent*, nsStyleContext*, nsContainerFrame*, bool, nsFrameItems&, bool, PendingBinding*, nsIFrame*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:11193 #17 0x7f60ef26b54e in nsCSSFrameConstructor::ConstructBlock(nsFrameConstructorState&, nsIContent*, nsContainerFrame*, nsContainerFrame*, nsStyleContext*, nsContainerFrame**, nsFrameItems&, nsIFrame*, PendingBinding*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:12133:3 #18 0x7f60ef273a54 in nsCSSFrameConstructor::ConstructNonScrollableBlockWithConstructor(nsFrameConstructorState&, nsCSSFrameConstructor::FrameConstructionItem&, nsContainerFrame*, nsStyleDisplay const*, nsFrameItems&, nsBlockFrame* (*)(nsIPresShell*, nsStyleContext*)) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:5094:3 #19 0x7f60ef27b5c7 in nsCSSFrameConstructor::ConstructNonScrollableBlock(nsFrameConstructorState&, nsCSSFrameConstructor::FrameConstructionItem&, nsContainerFrame*, nsStyleDisplay const*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:5058:10 #20 0x7f60ef2768b8 in nsCSSFrameConstructor::ConstructFrameFromItemInternal(nsCSSFrameConstructor::FrameConstructionItem&, nsFrameConstructorState&, nsContainerFrame*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:4005:7 #21 0x7f60ef282a2b in nsCSSFrameConstructor::ConstructFramesFromItem(nsFrameConstructorState&, nsCSSFrameConstructor::FrameConstructionItemList::Iterator&, nsContainerFrame*, nsFrameItems&) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:6342:3 #22 0x7f60ef261806 in ConstructFramesFromItemList /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:10879:5 #23 0x7f60ef261806 in nsCSSFrameConstructor::ProcessChildren(nsFrameConstructorState&, nsIContent*, nsStyleContext*, nsContainerFrame*, bool, nsFrameItems&, bool, PendingBinding*, nsIFrame*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:11193 #24 0x7f60ef26b54e in nsCSSFrameConstructor::ConstructBlock(nsFrameConstructorState&, nsIContent*, nsContainerFrame*, nsContainerFrame*, nsStyleContext*, nsContainerFrame**, nsFrameItems&, nsIFrame*, PendingBinding*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:12133:3 #25 0x7f60ef267541 in nsCSSFrameConstructor::ConstructDocElementFrame(mozilla::dom::Element*, nsILayoutHistoryState*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:2757:5 #26 0x7f60ef28a9f3 in nsCSSFrameConstructor::ContentRangeInserted(nsIContent*, nsIContent*, nsIContent*, nsILayoutHistoryState*, nsCSSFrameConstructor::InsertionKind, TreeMatchContext*) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:8026:9 #27 0x7f60ef2892c2 in nsCSSFrameConstructor::ContentInserted(nsIContent*, nsIContent*, nsILayoutHistoryState*, nsCSSFrameConstructor::InsertionKind) /builds/worker/workspace/build/src/layout/base/nsCSSFrameConstructor.cpp:7899:3 #28 0x7f60ef1c83f0 in mozilla::PresShell::Initialize(int, int) /builds/worker/workspace/build/src/layout/base/PresShell.cpp:1782:26 #29 0x7f60eaf36020 in nsContentSink::StartLayout(bool) /builds/worker/workspace/build/src/dom/base/nsContentSink.cpp:1288:26 #30 0x7f60eafeb4a0 in nsDocument::FlushPendingNotifications(mozilla::FlushType, mozilla::FlushTarget) /builds/worker/workspace/build/src/dom/base/nsDocument.cpp:8537:13 #31 0x7f60eacd5ded in FlushPendingNotifications /builds/worker/workspace/build/src/dom/base/nsGlobalWindowInner.cpp:6450:11 #32 0x7f60eacd5ded in nsGlobalWindowInner::ScrollByPages(int, mozilla::dom::ScrollOptions const&) /builds/worker/workspace/build/src/dom/base/nsGlobalWindowInner.cpp:3549 #33 0x7f60ec2cf029 in mozilla::dom::WindowBinding::scrollByPages(JSContext*, JS::Handle<JSObject*>, nsGlobalWindowInner*, JSJitMethodCallArgs const&) /builds/worker/workspace/build/src/obj-firefox/dom/bindings/WindowBinding.cpp:4317:9 #34 0x7f60ec2c4105 in mozilla::dom::WindowBinding::genericMethod(JSContext*, unsigned int, JS::Value*) /builds/worker/workspace/build/src/obj-firefox/dom/bindings/WindowBinding.cpp:15333:13 #35 0x7f60f30226c0 in CallJSNative /builds/worker/workspace/build/src/js/src/jscntxtinlines.h:291:15 #36 0x7f60f30226c0 in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:473 #37 0x7f60f300dbdb in CallFromStack /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:528:12 #38 0x7f60f300dbdb in Interpret(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:3098 #39 0x7f60f2ff5c9a in js::RunScript(JSContext*, js::RunState&) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:423:12 #40 0x7f60f30255e0 in js::ExecuteKernel(JSContext*, JS::Handle<JSScript*>, JSObject&, JS::Value const&, js::AbstractFramePtr, JS::Value*) /builds/worker/workspace/build/src/js/src/vm/Interpreter.cpp:706:15 #41 0x7f60f30777d5 in EvalKernel(JSContext*, JS::Handle<JS::Value>, EvalType, js::AbstractFramePtr, JS::Handle<JSObject*>, unsigned char*, JS::MutableHandle<JS::Value>) /builds/worker/workspace/build/src/js/src/builtin/Eval.cpp:323:12 SUMMARY: AddressSanitizer: use-after-poison /builds/worker/workspace/build/src/obj-firefox/dist/include/nsTArray.h:527:32 in Hdr Shadow bytes around the buggy address: 0x0c4a8068e270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a8068e280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a8068e290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a8068e2a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a8068e2b0: 00 00 00 00 00 00 00 00 00 00 f7 f7 f7 f7 f7 f7 =>0x0c4a8068e2c0: f7 f7 f7 f7 f7[f7]f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 0x0c4a8068e2d0: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 0x0c4a8068e2e0: f7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a8068e2f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c4a8068e300: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 0x0c4a8068e310: f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 f7 Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Heap right redzone: fb Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack partial redzone: f4 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==15820==ABORTING
1,419,799
12,865,920
Just type a key, or copy text, into the textarea at https://anaran.github.io/import/ and notice how the tab crashes on linux. (Trying this in nightly fennec (Firefox for Android) does not crash, but exposes another proplem affecting both textarea and input elements inside custom elements: Characters are duplicated, digits are inserted in reverse order.)
1,420,849
12,875,976
+++ This bug was initially created as a clone of Bug #1405832 +++ The patches for bug 1405832 are not enough to fix the crash. Here is the latest crash report after landing them: https://crash-stats.mozilla.com/report/index/706f8f0f-0b3e-450d-860b-614c60171125 > There is no pending composition but received eCompositionCommitRequestHandled message from the remote child > > Dispatched Event Message Log: > eCompositionStart > eCompositionChange > eCompositionChange > eCompositionChange > eCompositionChange > eCompositionCommit > > Received Event Message Log: > eCompositionStart > eCompositionChange > eCompositionChange > eCompositionChange > eCompositionCommitRequestHandled > eCompositionChange > eCompositionCommitRequestHandled > > Result of RequestIMEToCommitComposition(): > Commit reqeust is handled synchronously > Commit request is handled with stored composition string because TabParent has already lost focus
1,424,220
12,907,988
This bug was filed from the Socorro interface and is report bp-32d12c86-4e43-4fc0-91d8-789160171208. ============================================================= Top 10 frames of crashing thread: 0 xul.dll nsHtml5TreeOpExecutor::RunScript parser/html/nsHtml5TreeOpExecutor.cpp:731 1 xul.dll nsHtml5TreeOperation::Perform parser/html/nsHtml5TreeOperation.cpp:986 2 xul.dll nsHtml5TreeOpExecutor::RunFlushLoop parser/html/nsHtml5TreeOpExecutor.cpp:492 3 xul.dll nsHtml5ExecutorReflusher::Run parser/html/nsHtml5TreeOpExecutor.cpp:56 4 xul.dll mozilla::SchedulerGroup::Runnable::Run xpcom/threads/SchedulerGroup.cpp:396 5 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1037 6 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:97 7 xul.dll mozilla::ipc::MessagePumpForChildProcess::Run ipc/glue/MessagePump.cpp:301 8 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:319 9 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:299 ============================================================= this crash signature seems to be regressing across platforms in 58 with "MOZ_RELEASE_ASSERT(mFlushState == eNotFlushing) (Tried to run script while flushing.)"
1,417,939
12,848,932
This bug was filed from the Socorro interface and is report bp-0e633b82-f98f-4647-8d33-b098a0171116. ============================================================= Top 10 frames of crashing thread: 0 nss3.dll PR_Close nsprpub/pr/src/io/priometh.c:104 1 xul.dll mozilla::layout::PRFileDescStream::Close layout/printing/DrawEventRecorder.h:38 2 xul.dll nsDeviceContextSpecProxy::EndPage widget/nsDeviceContextSpecProxy.cpp:228 3 xul.dll nsDeviceContext::EndPage gfx/src/nsDeviceContext.cpp:605 4 xul.dll nsSimplePageSequenceFrame::DoPageEnd layout/generic/nsSimplePageSequenceFrame.cpp:809 5 xul.dll nsPrintEngine::PrintPage layout/printing/nsPrintEngine.cpp:2896 6 xul.dll nsPagePrintTimer::Run layout/printing/nsPagePrintTimer.cpp:82 7 xul.dll mozilla::SchedulerGroup::Runnable::Run xpcom/threads/SchedulerGroup.cpp:396 8 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1037 9 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:97 ============================================================= these content process crashes show up in greater numbers after we started rolling out 58.0b4 to the general beta audience.
51,446
419,965
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; m18) Gecko/20000905 BuildID: 2000090504 If URL points to a ftp directory (ftp://ftp.cdrom.com/pub ) only 2 items are displayed...although this directory contains lots of directories this works with all ftp sites I tried. this bug is a showstopper for browsing ftp sites. all proxies are disabled. Reproducible: Always Steps to Reproduce: 1.enter this url: ftp://ftp.cdrom.com/pub 2. 3. Actual Results: only 2 directories are displayed: 1eidos 3dfiles Expected Results: there should be displayed at least 40 and more directories this works in older builds e.g. 2000082408
51,683
422,443
BenB created a new bookmarks file that I reviewed. The file had a link to http://www.mozilla.org/ in the PT called "mozilla.org" and also a link to http://www.mozilla.org/ in the main section of bookmarks called "The Mozilla Organization." When I tried to use this file by placing it in mozilla/package/defaults/profile/ and removing my .mozilla directory, I noticed that the newly created bookmarks both had "The Mozilla Organization." Then I tried making two links with the same url but different names. Aftering entering the second link one of the two entered links disappears. More info tomorrow, going to sleep now.
52,565
431,538
I just had a crash while starting up, and the stack shows that I'm in spinning cursor code: (CurStackBase does not seem to apply...dumping 4K.) Calling chain using A6/R1 links Back chain ISA Caller 0F6E9985 PPC 0051409C EmToNatEndMoveParams+00014 0F6E9900 PPC 0002C248 0F6E980D PPC 0051409C EmToNatEndMoveParams+00014 0F6E97C0 PPC 1C1914BC WatchTask::DoWatchTask(WatchTask*)+00070 0F6E9780 PPC 1FEC3358 SetAnimatedThemeCursor+00064 0F6E9730 PPC 1FEC375C SetThemeCursorWithOptions+003DC 0F6E96E0 PPC 1FEC3888 SetThemeCursorWithOptions+00508 0F6E96A0 PPC FFD21868 GetCursor+0001C 0F6E9660 68K FFC35C44 _GetPattern+00014 0F6E9591 PPC 0051409C EmToNatEndMoveParams+00014 0F6E9540 PPC 1FE7E528 __GetResource+00148 0F6E94D0 PPC 1FE7B6D0 __IsThisASystemResourceMap+00998 Closing log The heap was also trashed (cause unknown).
53,238
438,384
Build Date & Platform Bug Found: win32 commercial seamonkey build 2000-091906-m18 installed on P500 Win98 macos commercial seamonkey build 2000-091904-m18 installed on G3/400 OS 9.04 Overview Description: Reported by Jeff Tsai. If you receive a message that contain 2 different with the same name and try to save all the attachment at once, the 1st attachment will be overwritten by 2nd attachment. Steps to Reproduce: 1) On your hard drive, select two different files such as a gif or jpeg Recommend the file being different file size to make it easier to recognize. 2) Rename one of the file with the same name as the first. 3) Start seamonkey 4) Open Mail 5) Start a new mail message 6) Address the mail message to yourself and type in a subject title 7) Attach both files 8) Send the mail message 9) Get Mail 10) Select the mail message 11) Click on the attachment paperclip icon and click "save all" 12) Select your location and click ok The 1st attachment is saved then overwritten by the 2nd file attachment. Actual Results: The first file is downloaded and saved to the hard drive then is overwritten by the 2nd file attachment. Expected Results: We should either ask the user for a different file name or automatically make the 2nd file a unqiue file name. Additional Builds and Platforms Tested On: In Communicator 4.7x, we automatically prevented the 1st file from being overwritten by adding a "-1, -2, etc" numeric number to the file name to make it unique. Additional Information:
62,502
531,171
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14 i586; en-US; m18) Gecko/20001208 BuildID: 2000120808 When using my Mail.com account that has checkboxes in the folders view of messages it uses a table to format this. I have done this several times: I click just on the edge of the checkbox and it will cause Mozilla to crash. Since, the page can't be referred to by a URL, I have taken the html for a page and simplified it down to a single checkbox and I can reproduce the crash everytime. I will show it below... Reproducible: Always Steps to Reproduce: Load html shown below and click right on the edge of the checkbox shown. Actual Results: The browser crashes--window closes. Expected Results: Nothing. <html> <head> <title>Mail.com - Folder Contents</title> </head> <body> <table border="0" cellspacing="0" cellpadding="1" width="95%"> <tr valign="MIDDLE"> <td align="center" valign="middle" height="15"></td> <td nowrap><input type="checkbox" name="msgids" value="1234567890" ></td> <tr> </table> </body> </html>
62,763
533,881
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16-22 i686; en-US; m18) Gecko/20001211 BuildID: 2000121112 When the mouse wheel is moved within a text area that has the style property set to "overflow:hidden" this crashes Mozilla. Reproducible: Always Steps to Reproduce: 1.Give focus to a textarea that has the style property set to "overflow:hidden" 2.Move mouse wheel Actual Results: Mozilla crashes with the following message: /usr/local/mozilla/run-mozilla.sh: line 72: 5997 Segmentation fault $prog ${1+"$@"} Expected Results: Nothing (I think) I used the following page to reproduce the problem: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>Text Area Test</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" LINK="#0000FF" ALINK="" VLINK="#6666FF"> <CENTER> <form action="" method="GET"> <textarea cols=15 rows=4 name="test" style="overflow:hidden"></textarea> </form> </body> </html>
68,606
597,300
Steps to reproduce: 1. Hit Ctrl+D to open the "Add Bookmark" dialog. 2. Hit Tab until you get to the Cancel button, and then hit Tab again. Result: crash, "MOZILLA caused an invalid page fault in module <unknown> at 0000:c060780d." Crashes on both Modern and Win Classic. Note: Shift-Tab from the first textbox in the dialog also causes this crash. [email protected] says this also happens on Linux, so setting as all/all.
68,737
599,118
Using 2001-02-13-08 commerical trunk build linux rh6.0 Have not been able to reproduce on Win98, mac OS 9.0 When a POP account message fires which moves a message to a POP folder or Local Folders, the destination folder is not updating to show the new message, either in its thread pane or via message count. Filter will fire; after the first or second firing the destination folder will be in a state where it doesn't show newly filtered messages or update the count to show they should be there. In one case I saw the Filtered messages do indeed show in that destination folder file on disk, but not in the UI. If said folder's .msf file is removed then next launch the previously filtered messages will indeed appear. I have not seen this with IMAP, even when filtering to local folders. Steps: 1. Create New Pop Account or New profile, POP account. 2. Create a Folder within the POP account (I used a top level folder, not subfolder). 3. Set up a simple single criteria line "subject contains" filter for the POP account, setting the filter action to MoveToFolder naming the newly created POP folder as the filter destination. 4. Send your POP account a message which will match the filter condition. 5. Get the message in your POP account, note the message filter fires and moves the message to the destination folder. Destination folder is bold, shows unread count for the filtered message; open destination folder and select message -- it is there. (Note: will usually be OK for first filter firing, but in one case didn't ever work.) 6. Send your POP account another message matching filter condition, get messages. 7. Note the filter fires, message doesn't show in the Inbox, but neither does it show in the destination folder. Switching folders, getting messages again, etc. doesn't help. 8. Repeat sending filter matching messages to the POP account, note each time the filter moves the message from the Inbox but it doesn't reflect in the (ui) destination folder. 9. Look at the destination folder file on disk and see the filtered messages appear. Remove the destination's .msf file, relaunch to Mail and the destination folder will now show the filtered messages. Actual result: POP filter's destination folder will stop showing filtered messages after one, maybe two filtering instances. Removing the destination folder msf file then relaunching to mail will cause the destination folder to reveal the filtered messages. Expected result: Filter should be available in destination folder display immediately after filter fires.
69,231
603,345
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.1 i686; en-US; 0.7) Gecko/20010105 BuildID: 2001021503 and 0000000000 (CVS 2001-02-17) Regression in 0.8 (problem not present in 0.7). When attempting to subscribe to newsgroups for a new news account, the subscribe dialog appears and a second later, mozilla crashes. This occurs with 0.8 binary and with CVS from 2001-02-17. It also occurs with a freshly created profile. For the CVS version, the following message accompanies the problem: ###!!! ASSERTION: didn't find the node: 'node', file nsSubscribableServer.cpp, line 199 ###!!! Break: at file nsSubscribableServer.cpp, line 199 ###!!! ASSERTION: failed to add to subscribe ds: 'NS_SUCCEEDED(rv)', file nsNNTPProtocol.cpp, line 3274 ###!!! Break: at file nsNNTPProtocol.cpp, line 3274 Reproducible: Always Steps to Reproduce: 1.Delete or rename ~/.mozilla 2.Start mozilla 3.Use the account wizard to set up the news account. 4.With the account selected, invoke File->Subscribe. Actual Results: The subscribe dialog appears and a short time later (before any newsgroups have appeared), mozilla terminates. Expected Results: Produced a list of newsgroups available on the selected server.
57,054
479,953
Build: 2000101608 Platform:All Expected Result: Image to be inline in TD element. What I got: Image renders on top of second image in the TD element. Steps to reproduce: 1) Go to www.msnbc.com 2) In top portion of the table, one image is rendered on top of another. 3) See attachment. 4) This problem is related to a Map element being rendered as block. It is most noticeable when the MAP element is contained in a TD with other inline elements.