Closed Bug 1363966 Opened 7 years ago Closed 7 years ago

I get "this.listener[listenerFunc] is undefined" in browser console when trying to use Geolocation

Categories

(Core :: DOM: Geolocation, defect)

53 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: dandromb, Assigned: garvan, Mentored)

Details

(Whiteboard: [lang=js])

Attachments

(2 files, 1 obsolete file)

Attached image browserconsole.png
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0 Build ID: 20170421105455 Steps to reproduce: 1. Visit http://refugerestrooms.org/ (This is a site I am a volunteer developer for) 2. Click magnifying glass in main search box. This triggers a search by location. 3. Give permission to share location Actual results: No errors in the Devtools console, But I get "this.listener[listenerFunc] is undefined" in the Browser Console (Ctrl + Shift + J). See screenshot for details. Expected results: Geolocation should complete, and the site should return paginated results of nearby restrooms. (To see what should happen, type a location in the search box and hit enter)
Also happens at http://www.openstreetmap.org and http://maps.google.com ! So it's not just the website I work on.
Component: Untriaged → Geolocation
Product: Firefox → Core
We no longer support the locationUpdatePending API that's used in https://dxr.mozilla.org/mozilla-central/rev/d8762cb967423618ff0a488f14745f60964e5c49/dom/system/NetworkGeolocationProvider.js#380 . We should remove that line to avoid triggering this error.
Mentor: josh
Keywords: good-first-bug
Whiteboard: [lang=js]
Assignee: nobody → gkeeley
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment on attachment 8867365 [details] Bug 1363966: Cleanup network geo provider: removed unneeded listener function wrapper and the call to non-existent listener.locationUpdatePending(); https://reviewboard.mozilla.org/r/138894/#review142252
Attachment #8867365 - Flags: review?(josh) → review+
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/20127bd6337b Cleanup network geo provider: removed unneeded listener function wrapper and the call to non-existent listener.locationUpdatePending(); r=jdm
Keywords: checkin-needed
Backed out for crashing e.g. in browser/base/content/test/permissions/browser_temporary_permissions.js: https://hg.mozilla.org/integration/autoland/rev/25ddfb854eec24c9d4a32667f9ac7529ef32baa1 Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=20127bd6337b46825b271e8c90662223db05da5f&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=98993867&repo=autoland [task 2017-05-14T19:59:43.375729Z] 19:59:43 INFO - TEST-START | browser/base/content/test/permissions/browser_temporary_permissions.js [task 2017-05-14T19:59:44.306641Z] 19:59:44 INFO - GECKO(1329) | JavaScript error: jar:file:///home/worker/workspace/build/application/firefox/omni.ja!/components/NetworkGeolocationProvider.js, line 419: SyntaxError: expected expression, got '}' [task 2017-05-14T19:59:44.526561Z] 19:59:44 INFO - GECKO(1329) | ExceptionHandler::GenerateDump cloned child 1395 [task 2017-05-14T19:59:44.529614Z] 19:59:44 INFO - GECKO(1329) | ExceptionHandler::SendContinueSignalToChild sent continue signal to child [task 2017-05-14T19:59:44.532916Z] 19:59:44 INFO - GECKO(1329) | ExceptionHandler::WaitForContinueSignal waiting for continue signal... [task 2017-05-14T19:59:45.424183Z] 19:59:45 INFO - TEST-INFO | Main app process: exit 11 [task 2017-05-14T19:59:45.426678Z] 19:59:45 INFO - Buffered messages logged at 19:59:43 [task 2017-05-14T19:59:45.432506Z] 19:59:45 INFO - Entering test bound testTempPermissionChangeEvents [task 2017-05-14T19:59:45.434605Z] 19:59:45 INFO - TEST-PASS | browser/base/content/test/permissions/browser_temporary_permissions.js | {"state":2,"scope":"{SitePermissions.SCOPE_TEMPORARY}"} deepEqual {"state":2,"scope":"{SitePermissions.SCOPE_TEMPORARY}"} - [task 2017-05-14T19:59:45.436638Z] 19:59:45 INFO - TEST-PASS | browser/base/content/test/permissions/browser_temporary_permissions.js | geo anchor should be visible - 16 != 0 - [task 2017-05-14T19:59:45.439330Z] 19:59:45 INFO - TEST-PASS | browser/base/content/test/permissions/browser_temporary_permissions.js | geo anchor should not be visible - 0 == 0 - [task 2017-05-14T19:59:45.441050Z] 19:59:45 INFO - Leaving test bound testTempPermissionChangeEvents [task 2017-05-14T19:59:45.442748Z] 19:59:45 INFO - Entering test bound testTempPermissionSubframes [task 2017-05-14T19:59:45.444452Z] 19:59:45 INFO - Buffered messages logged at 19:59:44 [task 2017-05-14T19:59:45.446243Z] 19:59:45 INFO - TEST-PASS | browser/base/content/test/permissions/browser_temporary_permissions.js | "example.org" != "example.com" - [task 2017-05-14T19:59:45.449295Z] 19:59:45 INFO - Console message: [JavaScript Error: "SyntaxError: expected expression, got '}'" {file: "jar:file:///home/worker/workspace/build/application/firefox/omni.ja!/components/NetworkGeolocationProvider.js" line: 419}] [task 2017-05-14T19:59:45.451300Z] 19:59:45 INFO - TEST-PASS | browser/base/content/test/permissions/browser_temporary_permissions.js | {"state":2,"scope":"{SitePermissions.SCOPE_TEMPORARY}"} deepEqual {"state":2,"scope":"{SitePermissions.SCOPE_TEMPORARY}"} - [task 2017-05-14T19:59:45.453119Z] 19:59:45 INFO - Buffered messages finished [task 2017-05-14T19:59:45.456764Z] 19:59:45 ERROR - TEST-UNEXPECTED-FAIL | browser/base/content/test/permissions/browser_temporary_permissions.js | application terminated with exit code 11 [task 2017-05-14T19:59:45.458820Z] 19:59:45 INFO - runtests.py | Application ran for: 0:00:12.028543 [task 2017-05-14T19:59:45.460847Z] 19:59:45 INFO - zombiecheck | Reading PID log: /tmp/tmpIqbpzQpidlog [task 2017-05-14T19:59:45.462550Z] 19:59:45 INFO - ==> process 1329 launched child process 1348 [task 2017-05-14T19:59:45.465069Z] 19:59:45 INFO - zombiecheck | Checking for orphan process with PID: 1348 [task 2017-05-14T19:59:45.467021Z] 19:59:45 INFO - mozcrash Downloading symbols from: https://queue.taskcluster.net/v1/task/Xv91Qt3yRpaVsRwW4mhlVQ/artifacts/public/build/target.crashreporter-symbols.zip [task 2017-05-14T19:59:59.320828Z] 19:59:59 INFO - mozcrash Copy/paste: /usr/local/bin/linux64-minidump_stackwalk /tmp/tmpZACVZ0.mozrunner/minidumps/76b7cd74-5589-5ca2-c742-ec26f16afc3a.dmp /tmp/tmpvyMqMV [task 2017-05-14T20:00:14.900294Z] 20:00:14 INFO - mozcrash Saved minidump as /home/worker/workspace/build/blobber_upload_dir/76b7cd74-5589-5ca2-c742-ec26f16afc3a.dmp [task 2017-05-14T20:00:14.903980Z] 20:00:14 INFO - mozcrash Saved app info as /home/worker/workspace/build/blobber_upload_dir/76b7cd74-5589-5ca2-c742-ec26f16afc3a.extra [task 2017-05-14T20:00:15.339960Z] 20:00:15 INFO - PROCESS-CRASH | browser/base/content/test/permissions/browser_temporary_permissions.js | application crashed [@ nsGeolocationService::UpdateAccuracy] [task 2017-05-14T20:00:15.342462Z] 20:00:15 INFO - Crash dump filename: /tmp/tmpZACVZ0.mozrunner/minidumps/76b7cd74-5589-5ca2-c742-ec26f16afc3a.dmp [task 2017-05-14T20:00:15.344146Z] 20:00:15 INFO - Operating system: Linux [task 2017-05-14T20:00:15.345848Z] 20:00:15 INFO - 0.0.0 Linux 3.13.0-100-generic #147-Ubuntu SMP Tue Oct 18 16:48:51 UTC 2016 x86_64 [task 2017-05-14T20:00:15.347412Z] 20:00:15 INFO - CPU: x86 [task 2017-05-14T20:00:15.349070Z] 20:00:15 INFO - GenuineIntel family 6 model 45 stepping 7 [task 2017-05-14T20:00:15.350613Z] 20:00:15 INFO - 1 CPU [task 2017-05-14T20:00:15.352209Z] 20:00:15 INFO - [task 2017-05-14T20:00:15.354447Z] 20:00:15 INFO - GPU: UNKNOWN [task 2017-05-14T20:00:15.355975Z] 20:00:15 INFO - [task 2017-05-14T20:00:15.357756Z] 20:00:15 INFO - Crash reason: SIGSEGV [task 2017-05-14T20:00:15.359336Z] 20:00:15 INFO - Crash address: 0x0 [task 2017-05-14T20:00:15.360951Z] 20:00:15 INFO - Process uptime: not available [task 2017-05-14T20:00:15.362492Z] 20:00:15 INFO - [task 2017-05-14T20:00:15.364067Z] 20:00:15 INFO - Thread 0 (crashed) [task 2017-05-14T20:00:15.366085Z] 20:00:15 INFO - 0 libxul.so!nsGeolocationService::UpdateAccuracy [nsGeolocation.cpp:20127bd6337b : 897 + 0x4] [task 2017-05-14T20:00:15.368245Z] 20:00:15 INFO - eip = 0xf28cd6d7 esp = 0xff8b6610 ebp = 0xff8b6628 ebx = 0xf563401c [task 2017-05-14T20:00:15.369925Z] 20:00:15 INFO - esi = 0xd0c98700 edi = 0xd0cc3000 eax = 0x00000000 ecx = 0xf563401c [task 2017-05-14T20:00:15.371519Z] 20:00:15 INFO - edx = 0x00000000 efl = 0x00010246 [task 2017-05-14T20:00:15.373188Z] 20:00:15 INFO - Found by: given as instruction pointer in context [task 2017-05-14T20:00:15.375612Z] 20:00:15 INFO - 1 libxul.so!mozilla::dom::Geolocation::Shutdown [nsGeolocation.cpp:20127bd6337b : 1059 + 0xc] [task 2017-05-14T20:00:15.377356Z] 20:00:15 INFO - eip = 0xf28cdcfc esp = 0xff8b6630 ebp = 0xff8b6658 ebx = 0xf563401c [task 2017-05-14T20:00:15.380075Z] 20:00:15 INFO - esi = 0xd09d1c80 edi = 0xd0cc3000 [task 2017-05-14T20:00:15.381676Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.383345Z] 20:00:15 INFO - 2 libxul.so!mozilla::dom::Navigator::Invalidate [Navigator.cpp:20127bd6337b : 241 + 0x9] [task 2017-05-14T20:00:15.385012Z] 20:00:15 INFO - eip = 0xf22ed33b esp = 0xff8b6660 ebp = 0xff8b6678 ebx = 0xf563401c [task 2017-05-14T20:00:15.386651Z] 20:00:15 INFO - esi = 0xd0c84890 edi = 0xd0cc3000 [task 2017-05-14T20:00:15.388224Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.389895Z] 20:00:15 INFO - 3 libxul.so!nsGlobalWindow::FreeInnerObjects [nsGlobalWindow.cpp:20127bd6337b : 2119 + 0xc] [task 2017-05-14T20:00:15.391522Z] 20:00:15 INFO - eip = 0xf22a65a0 esp = 0xff8b6680 ebp = 0xff8b66b8 ebx = 0xf563401c [task 2017-05-14T20:00:15.393108Z] 20:00:15 INFO - esi = 0xd0cc30d0 edi = 0xd0cc3000 [task 2017-05-14T20:00:15.394776Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.396451Z] 20:00:15 INFO - 4 libxul.so!nsGlobalWindow::DetachFromDocShell [nsGlobalWindow.cpp:20127bd6337b : 3547 + 0x9] [task 2017-05-14T20:00:15.398256Z] 20:00:15 INFO - eip = 0xf22a6902 esp = 0xff8b66c0 ebp = 0xff8b66f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.399937Z] 20:00:15 INFO - esi = 0xd0c0cc00 edi = 0xff8b66dc [task 2017-05-14T20:00:15.401555Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.403242Z] 20:00:15 INFO - 5 libxul.so!nsDocShell::Destroy [nsDocShell.cpp:20127bd6337b : 5886 + 0xc] [task 2017-05-14T20:00:15.404953Z] 20:00:15 INFO - eip = 0xf3777132 esp = 0xff8b6700 ebp = 0xff8b6748 ebx = 0xf563401c [task 2017-05-14T20:00:15.406565Z] 20:00:15 INFO - esi = 0xd0b4c400 edi = 0xff8b6728 [task 2017-05-14T20:00:15.408394Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.415047Z] 20:00:15 INFO - 6 libxul.so!nsFrameLoader::DestroyDocShell [nsFrameLoader.cpp:20127bd6337b : 2144 + 0x9] [task 2017-05-14T20:00:15.415925Z] 20:00:15 INFO - eip = 0xf233419d esp = 0xff8b6750 ebp = 0xff8b6778 ebx = 0xf563401c [task 2017-05-14T20:00:15.416790Z] 20:00:15 INFO - esi = 0xd2587640 edi = 0xff8b676c [task 2017-05-14T20:00:15.419535Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.422165Z] 20:00:15 INFO - 7 libxul.so!nsFrameLoaderDestroyRunnable::Run [nsFrameLoader.cpp:20127bd6337b : 2082 + 0xb] [task 2017-05-14T20:00:15.423865Z] 20:00:15 INFO - eip = 0xf235692e esp = 0xff8b6780 ebp = 0xff8b6798 ebx = 0xf563401c [task 2017-05-14T20:00:15.425427Z] 20:00:15 INFO - esi = 0xd0c61560 edi = 0x00000001 [task 2017-05-14T20:00:15.426969Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.428658Z] 20:00:15 INFO - 8 libxul.so!nsDocument::MaybeInitializeFinalizeFrameLoaders [nsDocument.cpp:20127bd6337b : 7273 + 0x6] [task 2017-05-14T20:00:15.430266Z] 20:00:15 INFO - eip = 0xf235b24a esp = 0xff8b67a0 ebp = 0xff8b67e8 ebx = 0xf563401c [task 2017-05-14T20:00:15.431845Z] 20:00:15 INFO - esi = 0xff8b67cc edi = 0x00000001 [task 2017-05-14T20:00:15.434377Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.436142Z] 20:00:15 INFO - 9 libxul.so!mozilla::detail::RunnableMethodArguments<>::apply<nsDocument, void (nsDocument::*)()> [nsThreadUtils.h:20127bd6337b : 874 + 0x14] [task 2017-05-14T20:00:15.437861Z] 20:00:15 INFO - eip = 0xf2349f6a esp = 0xff8b67f0 ebp = 0xff8b6808 ebx = 0xf563401c [task 2017-05-14T20:00:15.439592Z] 20:00:15 INFO - esi = 0xd0c618a0 edi = 0xff8b685c [task 2017-05-14T20:00:15.441321Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.443142Z] 20:00:15 INFO - 10 libxul.so!mozilla::detail::RunnableMethodImpl<nsDocument*, void (nsDocument::*)(), true, false>::Run [nsThreadUtils.h:20127bd6337b : 909 + 0x10] [task 2017-05-14T20:00:15.444834Z] 20:00:15 INFO - eip = 0xf2349f92 esp = 0xff8b6810 ebp = 0xff8b6828 ebx = 0xf563401c [task 2017-05-14T20:00:15.446407Z] 20:00:15 INFO - esi = 0xd0c618a0 edi = 0xff8b685c [task 2017-05-14T20:00:15.448009Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.449694Z] 20:00:15 INFO - 11 libxul.so!nsContentUtils::AddScriptRunner [nsContentUtils.cpp:20127bd6337b : 5611 + 0x9] [task 2017-05-14T20:00:15.451324Z] 20:00:15 INFO - eip = 0xf2275a1e esp = 0xff8b6830 ebp = 0xff8b6878 ebx = 0xf563401c [task 2017-05-14T20:00:15.453270Z] 20:00:15 INFO - esi = 0xd0c618a0 edi = 0xff8b685c [task 2017-05-14T20:00:15.454841Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.456551Z] 20:00:15 INFO - 12 libxul.so!nsContentUtils::AddScriptRunner [nsContentUtils.cpp:20127bd6337b : 5618 + 0x9] [task 2017-05-14T20:00:15.458198Z] 20:00:15 INFO - eip = 0xf2275a6f esp = 0xff8b6880 ebp = 0xff8b68a8 ebx = 0xf563401c [task 2017-05-14T20:00:15.459957Z] 20:00:15 INFO - esi = 0xd0bd7000 edi = 0xd0bd739c [task 2017-05-14T20:00:15.463457Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.465152Z] 20:00:15 INFO - 13 libxul.so!nsDocument::FinalizeFrameLoader [nsDocument.cpp:20127bd6337b : 7229 + 0x9] [task 2017-05-14T20:00:15.466789Z] 20:00:15 INFO - eip = 0xf2345288 esp = 0xff8b68b0 ebp = 0xff8b68f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.468419Z] 20:00:15 INFO - esi = 0xd0bd7000 edi = 0xd0bd739c [task 2017-05-14T20:00:15.469991Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.471760Z] 20:00:15 INFO - 14 libxul.so!nsFrameLoader::StartDestroy [nsFrameLoader.cpp:20127bd6337b : 2072 + 0xe] [task 2017-05-14T20:00:15.473869Z] 20:00:15 INFO - eip = 0xf2340947 esp = 0xff8b6900 ebp = 0xff8b6958 ebx = 0xf563401c [task 2017-05-14T20:00:15.475449Z] 20:00:15 INFO - esi = 0xd2587640 edi = 0xff8b6934 [task 2017-05-14T20:00:15.477071Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.478735Z] 20:00:15 INFO - 15 libxul.so!nsFrameLoader::Destroy [nsFrameLoader.cpp:20127bd6337b : 1960 + 0x8] [task 2017-05-14T20:00:15.480623Z] 20:00:15 INFO - eip = 0xf2340986 esp = 0xff8b6960 ebp = 0xff8b6978 ebx = 0xf563401c [task 2017-05-14T20:00:15.482264Z] 20:00:15 INFO - esi = 0xd0c83da0 edi = 0x00000002 [task 2017-05-14T20:00:15.483843Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.485577Z] 20:00:15 INFO - 16 libxul.so!nsGenericHTMLFrameElement::DestroyContent [nsGenericHTMLFrameElement.cpp:20127bd6337b : 428 + 0x9] [task 2017-05-14T20:00:15.487221Z] 20:00:15 INFO - eip = 0xf294e834 esp = 0xff8b6980 ebp = 0xff8b6998 ebx = 0xf563401c [task 2017-05-14T20:00:15.488898Z] 20:00:15 INFO - esi = 0xd0c83da0 edi = 0x00000002 [task 2017-05-14T20:00:15.490448Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.492146Z] 20:00:15 INFO - 17 libxul.so!mozilla::dom::FragmentOrElement::DestroyContent [FragmentOrElement.cpp:20127bd6337b : 1242 + 0x9] [task 2017-05-14T20:00:15.494317Z] 20:00:15 INFO - eip = 0xf22dd5d4 esp = 0xff8b69a0 ebp = 0xff8b69c8 ebx = 0xf563401c [task 2017-05-14T20:00:15.495916Z] 20:00:15 INFO - esi = 0xd0c95970 edi = 0x00000002 [task 2017-05-14T20:00:15.497576Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.499322Z] 20:00:15 INFO - 18 libxul.so!mozilla::dom::FragmentOrElement::DestroyContent [FragmentOrElement.cpp:20127bd6337b : 1242 + 0x9] [task 2017-05-14T20:00:15.501161Z] 20:00:15 INFO - eip = 0xf22dd5d4 esp = 0xff8b69d0 ebp = 0xff8b69f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.502810Z] 20:00:15 INFO - esi = 0xd0cb41c0 edi = 0x00000003 [task 2017-05-14T20:00:15.504384Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.506041Z] 20:00:15 INFO - 19 libxul.so!nsDocument::Destroy [nsDocument.cpp:20127bd6337b : 8754 + 0x17] [task 2017-05-14T20:00:15.507679Z] 20:00:15 INFO - eip = 0xf2320c4c esp = 0xff8b6a00 ebp = 0xff8b6a28 ebx = 0xf563401c [task 2017-05-14T20:00:15.509307Z] 20:00:15 INFO - esi = 0xd0bd7000 edi = 0xd0bd7260 [task 2017-05-14T20:00:15.510893Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.512550Z] 20:00:15 INFO - 20 libxul.so!nsDocumentViewer::Destroy [nsDocumentViewer.cpp:20127bd6337b : 1758 + 0xc] [task 2017-05-14T20:00:15.514592Z] 20:00:15 INFO - eip = 0xf2f64e03 esp = 0xff8b6a30 ebp = 0xff8b6a68 ebx = 0xf563401c [task 2017-05-14T20:00:15.516183Z] 20:00:15 INFO - esi = 0xd0c58660 edi = 0xff8b6a98 [task 2017-05-14T20:00:15.517802Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.519431Z] 20:00:15 INFO - 21 libxul.so!nsDocShell::Destroy [nsDocShell.cpp:20127bd6337b : 5876 + 0x8] [task 2017-05-14T20:00:15.521259Z] 20:00:15 INFO - eip = 0xf37770e2 esp = 0xff8b6a70 ebp = 0xff8b6ab8 ebx = 0xf563401c [task 2017-05-14T20:00:15.522912Z] 20:00:15 INFO - esi = 0xd0b4cc00 edi = 0xff8b6a98 [task 2017-05-14T20:00:15.524487Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.526174Z] 20:00:15 INFO - 22 libxul.so!nsFrameLoader::DestroyDocShell [nsFrameLoader.cpp:20127bd6337b : 2144 + 0x9] [task 2017-05-14T20:00:15.527817Z] 20:00:15 INFO - eip = 0xf233419d esp = 0xff8b6ac0 ebp = 0xff8b6ae8 ebx = 0xf563401c [task 2017-05-14T20:00:15.529439Z] 20:00:15 INFO - esi = 0xd0c2e5e0 edi = 0xff8b6adc [task 2017-05-14T20:00:15.530997Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.532660Z] 20:00:15 INFO - 23 libxul.so!nsFrameLoaderDestroyRunnable::Run [nsFrameLoader.cpp:20127bd6337b : 2082 + 0xb] [task 2017-05-14T20:00:15.534747Z] 20:00:15 INFO - eip = 0xf235692e esp = 0xff8b6af0 ebp = 0xff8b6b08 ebx = 0xf563401c [task 2017-05-14T20:00:15.536341Z] 20:00:15 INFO - esi = 0xd0bf70a0 edi = 0x00000001 [task 2017-05-14T20:00:15.537950Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.544288Z] 20:00:15 INFO - 24 libxul.so!nsDocument::MaybeInitializeFinalizeFrameLoaders [nsDocument.cpp:20127bd6337b : 7273 + 0x6] [task 2017-05-14T20:00:15.546154Z] 20:00:15 INFO - eip = 0xf235b24a esp = 0xff8b6b10 ebp = 0xff8b6b58 ebx = 0xf563401c [task 2017-05-14T20:00:15.547857Z] 20:00:15 INFO - esi = 0xff8b6b3c edi = 0x00000001 [task 2017-05-14T20:00:15.549784Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.552218Z] 20:00:15 INFO - 25 libxul.so!nsDocument::EndUpdate [nsDocument.cpp:20127bd6337b : 5117 + 0x8] [task 2017-05-14T20:00:15.554156Z] 20:00:15 INFO - eip = 0xf235b35e esp = 0xff8b6b60 ebp = 0xff8b6b98 ebx = 0xf563401c [task 2017-05-14T20:00:15.556571Z] 20:00:15 INFO - esi = 0xe32c0800 edi = 0xff8b6b84 [task 2017-05-14T20:00:15.560111Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.561835Z] 20:00:15 INFO - 26 libxul.so!mozilla::dom::XULDocument::EndUpdate [XULDocument.cpp:20127bd6337b : 3193 + 0x9] [task 2017-05-14T20:00:15.564186Z] 20:00:15 INFO - eip = 0xf2d13e3d esp = 0xff8b6ba0 ebp = 0xff8b6bb8 ebx = 0xf563401c [task 2017-05-14T20:00:15.567023Z] 20:00:15 INFO - esi = 0xe32c0800 edi = 0xd0c310b0 [task 2017-05-14T20:00:15.568673Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.570420Z] 20:00:15 INFO - 27 libxul.so!mozAutoDocUpdate::~mozAutoDocUpdate [mozAutoDocUpdate.h:20127bd6337b : 40 + 0xe] [task 2017-05-14T20:00:15.572554Z] 20:00:15 INFO - eip = 0xf22c9cee esp = 0xff8b6bc0 ebp = 0xff8b6bd8 ebx = 0xf563401c [task 2017-05-14T20:00:15.576499Z] 20:00:15 INFO - esi = 0xff8b6c08 edi = 0xd0c310b0 [task 2017-05-14T20:00:15.578121Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.579766Z] 20:00:15 INFO - 28 libxul.so!nsINode::doRemoveChildAt [nsINode.cpp:20127bd6337b : 1929 + 0x19] [task 2017-05-14T20:00:15.581451Z] 20:00:15 INFO - eip = 0xf237458b esp = 0xff8b6be0 ebp = 0xff8b6c18 ebx = 0xf563401c [task 2017-05-14T20:00:15.583084Z] 20:00:15 INFO - esi = 0xd0c31100 edi = 0xd0c310b0 [task 2017-05-14T20:00:15.584664Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.587215Z] 20:00:15 INFO - 29 libxul.so!mozilla::dom::FragmentOrElement::RemoveChildAt [FragmentOrElement.cpp:20127bd6337b : 1211 + 0x13] [task 2017-05-14T20:00:15.590973Z] 20:00:15 INFO - eip = 0xf22d0409 esp = 0xff8b6c20 ebp = 0xff8b6c68 ebx = 0xf563401c [task 2017-05-14T20:00:15.592610Z] 20:00:15 INFO - esi = 0xd0c31134 edi = 0x00000000 [task 2017-05-14T20:00:15.594195Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.595916Z] 20:00:15 INFO - 30 libxul.so!nsXULElement::RemoveChildAt [nsXULElement.cpp:20127bd6337b : 966 + 0xf] [task 2017-05-14T20:00:15.597644Z] 20:00:15 INFO - eip = 0xf2d0a9ec esp = 0xff8b6c70 ebp = 0xff8b6cf8 ebx = 0xf563401c [task 2017-05-14T20:00:15.599360Z] 20:00:15 INFO - esi = 0xd0c31100 edi = 0xff8b6ca0 [task 2017-05-14T20:00:15.603876Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.605565Z] 20:00:15 INFO - 31 libxul.so!nsINode::RemoveChild [nsINode.cpp:20127bd6337b : 600 + 0xd] [task 2017-05-14T20:00:15.607413Z] 20:00:15 INFO - eip = 0xf235fc84 esp = 0xff8b6d00 ebp = 0xff8b6d18 ebx = 0xe2105420 [task 2017-05-14T20:00:15.609093Z] 20:00:15 INFO - esi = 0xd0c31100 edi = 0xd0c310b0 [task 2017-05-14T20:00:15.610670Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.612804Z] 20:00:15 INFO - 32 libxul.so!nsINode::Remove [nsINode.cpp:20127bd6337b : 1844 + 0x6] [task 2017-05-14T20:00:15.614477Z] 20:00:15 INFO - eip = 0xf2367ec4 esp = 0xff8b6d20 ebp = 0xff8b6d58 ebx = 0xe2105420 [task 2017-05-14T20:00:15.616440Z] 20:00:15 INFO - esi = 0xff8b6d3c edi = 0xff8b6d40 [task 2017-05-14T20:00:15.618121Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.620580Z] 20:00:15 INFO - 33 libxul.so!mozilla::dom::ElementBinding::remove [ElementBinding.cpp:20127bd6337b : 3568 + 0x8] [task 2017-05-14T20:00:15.622225Z] 20:00:15 INFO - eip = 0xf26a7c09 esp = 0xff8b6d60 ebp = 0xff8b6d88 ebx = 0xe2105420 [task 2017-05-14T20:00:15.624131Z] 20:00:15 INFO - esi = 0xf5479b74 edi = 0xea23acc0 [task 2017-05-14T20:00:15.627580Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.629339Z] 20:00:15 INFO - 34 libxul.so!mozilla::dom::GenericBindingMethod [BindingUtils.cpp:20127bd6337b : 2954 + 0x6] [task 2017-05-14T20:00:15.631075Z] 20:00:15 INFO - eip = 0xf27a1b4a esp = 0xff8b6d90 ebp = 0xff8b6de8 ebx = 0xe2105420 [task 2017-05-14T20:00:15.632683Z] 20:00:15 INFO - esi = 0xf5479b74 edi = 0xea23acc0 [task 2017-05-14T20:00:15.635255Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.637344Z] 20:00:15 INFO - 35 0x4750caf0 [task 2017-05-14T20:00:15.639018Z] 20:00:15 INFO - eip = 0x4750caf0 esp = 0xff8b6df0 ebp = 0xff8b6e30 ebx = 0xe2105420 [task 2017-05-14T20:00:15.640742Z] 20:00:15 INFO - esi = 0x479c47aa edi = 0xd10f6ca8 [task 2017-05-14T20:00:15.643416Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.645226Z] 20:00:15 INFO - 36 0xd10f6ca8 [task 2017-05-14T20:00:15.647019Z] 20:00:15 INFO - eip = 0xd10f6ca8 esp = 0xff8b6e38 ebp = 0xff8b6eac [task 2017-05-14T20:00:15.650996Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.652601Z] 20:00:15 INFO - 37 0x47290925 [task 2017-05-14T20:00:15.655009Z] 20:00:15 INFO - eip = 0x47290925 esp = 0xff8b6eb4 ebp = 0xff8b6ee8 [task 2017-05-14T20:00:15.656648Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.660465Z] 20:00:15 INFO - 38 libxul.so!EnterBaseline [BaselineJIT.cpp:20127bd6337b : 162 + 0x34] [task 2017-05-14T20:00:15.662740Z] 20:00:15 INFO - eip = 0xf3b5e6d2 esp = 0xff8b6ef0 ebp = 0xff8b6fc8 [task 2017-05-14T20:00:15.664455Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.666156Z] 20:00:15 INFO - 39 libxul.so!js::jit::EnterBaselineMethod [BaselineJIT.cpp:20127bd6337b : 200 + 0x7] [task 2017-05-14T20:00:15.667893Z] 20:00:15 INFO - eip = 0xf3b63eb7 esp = 0xff8b6fd0 ebp = 0xff8b7068 ebx = 0xf563401c [task 2017-05-14T20:00:15.669644Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b7338 [task 2017-05-14T20:00:15.671386Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.676109Z] 20:00:15 INFO - 40 libxul.so!Interpret [Interpreter.cpp:20127bd6337b : 3073 + 0x18] [task 2017-05-14T20:00:15.677919Z] 20:00:15 INFO - eip = 0xf3ad9189 esp = 0xff8b7070 ebp = 0xff8b73d8 ebx = 0xf563401c [task 2017-05-14T20:00:15.679510Z] 20:00:15 INFO - esi = 0xff8b72c4 edi = 0xd0a75000 [task 2017-05-14T20:00:15.681128Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.682749Z] 20:00:15 INFO - 41 libxul.so!js::RunScript [Interpreter.cpp:20127bd6337b : 410 + 0xa] [task 2017-05-14T20:00:15.684422Z] 20:00:15 INFO - eip = 0xf3add688 esp = 0xff8b73e0 ebp = 0xff8b7488 ebx = 0xf563401c [task 2017-05-14T20:00:15.686585Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b7420 [task 2017-05-14T20:00:15.688242Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.691252Z] 20:00:15 INFO - 42 libxul.so!js::InternalCallOrConstruct [Interpreter.cpp:20127bd6337b : 488 + 0xf] [task 2017-05-14T20:00:15.693046Z] 20:00:15 INFO - eip = 0xf3addd18 esp = 0xff8b7490 ebp = 0xff8b7528 ebx = 0xf563401c [task 2017-05-14T20:00:15.696513Z] 20:00:15 INFO - esi = 0xff8b74ec edi = 0xf7169000 [task 2017-05-14T20:00:15.699082Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.701620Z] 20:00:15 INFO - 43 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:15.703669Z] 20:00:15 INFO - eip = 0xf3ade0ca esp = 0xff8b7530 ebp = 0xff8b7568 ebx = 0xf563401c [task 2017-05-14T20:00:15.705546Z] 20:00:15 INFO - esi = 0xddd928c0 edi = 0xffffff8c [task 2017-05-14T20:00:15.708483Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.710292Z] 20:00:15 INFO - 44 libxul.so!js::Call [Interpreter.cpp:20127bd6337b : 534 + 0x8] [task 2017-05-14T20:00:15.712676Z] 20:00:15 INFO - eip = 0xf3ade199 esp = 0xff8b7570 ebp = 0xff8b7578 ebx = 0xf563401c [task 2017-05-14T20:00:15.716419Z] 20:00:15 INFO - esi = 0xff8b7618 edi = 0xffffff8c [task 2017-05-14T20:00:15.718037Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.719732Z] 20:00:15 INFO - 45 libxul.so!js::Wrapper::call [Wrapper.cpp:20127bd6337b : 166 + 0x1d] [task 2017-05-14T20:00:15.721420Z] 20:00:15 INFO - eip = 0xf3e72296 esp = 0xff8b7580 ebp = 0xff8b76a8 ebx = 0xf563401c [task 2017-05-14T20:00:15.723023Z] 20:00:15 INFO - esi = 0xff8b7728 edi = 0xffffff8c [task 2017-05-14T20:00:15.724731Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.726891Z] 20:00:15 INFO - 46 libxul.so!js::CrossCompartmentWrapper::call [CrossCompartmentWrapper.cpp:20127bd6337b : 353 + 0x1a] [task 2017-05-14T20:00:15.728813Z] 20:00:15 INFO - eip = 0xf3e65e5c esp = 0xff8b76b0 ebp = 0xff8b76e8 ebx = 0xf563401c [task 2017-05-14T20:00:15.731747Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b7728 [task 2017-05-14T20:00:15.733427Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.736378Z] 20:00:15 INFO - 47 libxul.so!js::proxy_Call [Proxy.cpp:20127bd6337b : 479 + 0x1c] [task 2017-05-14T20:00:15.738748Z] 20:00:15 INFO - eip = 0xf3e6e0ba esp = 0xff8b76f0 ebp = 0xff8b7758 ebx = 0xf563401c [task 2017-05-14T20:00:15.740386Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b773c [task 2017-05-14T20:00:15.741991Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.743759Z] 20:00:15 INFO - 48 libxul.so!js::InternalCallOrConstruct [jscntxtinlines.h:20127bd6337b : 293 + 0x10] [task 2017-05-14T20:00:15.746771Z] 20:00:15 INFO - eip = 0xf3addde4 esp = 0xff8b7760 ebp = 0xff8b77f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.748434Z] 20:00:15 INFO - esi = 0xff8b77c0 edi = 0xf7169000 [task 2017-05-14T20:00:15.750171Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.754846Z] 20:00:15 INFO - 49 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:15.756581Z] 20:00:15 INFO - eip = 0xf3ade0ca esp = 0xff8b7800 ebp = 0xff8b7838 ebx = 0xf563401c [task 2017-05-14T20:00:15.758175Z] 20:00:15 INFO - esi = 0xd5598850 edi = 0xffffff8c [task 2017-05-14T20:00:15.759836Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.762985Z] 20:00:15 INFO - 50 libxul.so!Interpret [Interpreter.cpp:20127bd6337b : 521 + 0x13] [task 2017-05-14T20:00:15.764960Z] 20:00:15 INFO - eip = 0xf3ad0cc1 esp = 0xff8b7840 ebp = 0xff8b7ba8 ebx = 0xf563401c [task 2017-05-14T20:00:15.766665Z] 20:00:15 INFO - esi = 0xff8b7a94 edi = 0x00000000 [task 2017-05-14T20:00:15.768364Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.771088Z] 20:00:15 INFO - 51 libxul.so!js::RunScript [Interpreter.cpp:20127bd6337b : 410 + 0xa] [task 2017-05-14T20:00:15.772808Z] 20:00:15 INFO - eip = 0xf3add688 esp = 0xff8b7bb0 ebp = 0xff8b7c58 ebx = 0xf563401c [task 2017-05-14T20:00:15.774485Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b7bf0 [task 2017-05-14T20:00:15.776092Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.778876Z] 20:00:15 INFO - 52 libxul.so!js::InternalCallOrConstruct [Interpreter.cpp:20127bd6337b : 488 + 0xf] [task 2017-05-14T20:00:15.780538Z] 20:00:15 INFO - eip = 0xf3addd18 esp = 0xff8b7c60 ebp = 0xff8b7cf8 ebx = 0xf563401c [task 2017-05-14T20:00:15.782118Z] 20:00:15 INFO - esi = 0xff8b7cbc edi = 0xf7169000 [task 2017-05-14T20:00:15.783678Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.785299Z] 20:00:15 INFO - 53 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:15.787037Z] 20:00:15 INFO - eip = 0xf3ade0ca esp = 0xff8b7d00 ebp = 0xff8b7d38 ebx = 0xf563401c [task 2017-05-14T20:00:15.788630Z] 20:00:15 INFO - esi = 0xd5126a60 edi = 0xffffff8c [task 2017-05-14T20:00:15.790249Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.792002Z] 20:00:15 INFO - 54 libxul.so!Interpret [Interpreter.cpp:20127bd6337b : 521 + 0x13] [task 2017-05-14T20:00:15.793800Z] 20:00:15 INFO - eip = 0xf3ad0cc1 esp = 0xff8b7d40 ebp = 0xff8b80a8 ebx = 0xf563401c [task 2017-05-14T20:00:15.800514Z] 20:00:15 INFO - esi = 0xff8b7f94 edi = 0x00000000 [task 2017-05-14T20:00:15.802145Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.804267Z] 20:00:15 INFO - 55 libxul.so!js::RunScript [Interpreter.cpp:20127bd6337b : 410 + 0xa] [task 2017-05-14T20:00:15.805959Z] 20:00:15 INFO - eip = 0xf3add688 esp = 0xff8b80b0 ebp = 0xff8b8158 ebx = 0xf563401c [task 2017-05-14T20:00:15.807587Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b80f0 [task 2017-05-14T20:00:15.809311Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.812122Z] 20:00:15 INFO - 56 libxul.so!js::InternalCallOrConstruct [Interpreter.cpp:20127bd6337b : 488 + 0xf] [task 2017-05-14T20:00:15.813848Z] 20:00:15 INFO - eip = 0xf3addd18 esp = 0xff8b8160 ebp = 0xff8b81f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.815731Z] 20:00:15 INFO - esi = 0xff8b81bc edi = 0xf7169000 [task 2017-05-14T20:00:15.817458Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.819898Z] 20:00:15 INFO - 57 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:15.821571Z] 20:00:15 INFO - eip = 0xf3ade0ca esp = 0xff8b8200 ebp = 0xff8b8238 ebx = 0xf563401c [task 2017-05-14T20:00:15.824496Z] 20:00:15 INFO - esi = 0xff8b8298 edi = 0xfffffffe [task 2017-05-14T20:00:15.826090Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.828195Z] 20:00:15 INFO - 58 libxul.so!js::Call [Interpreter.cpp:20127bd6337b : 534 + 0x8] [task 2017-05-14T20:00:15.829900Z] 20:00:15 INFO - eip = 0xf3ade199 esp = 0xff8b8240 ebp = 0xff8b8248 ebx = 0xf563401c [task 2017-05-14T20:00:15.832335Z] 20:00:15 INFO - esi = 0xff8b8298 edi = 0xfffffffe [task 2017-05-14T20:00:15.834912Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.836678Z] 20:00:15 INFO - 59 libxul.so!js::jit::InterpretResume [VMFunctions.cpp:20127bd6337b : 932 + 0x1d] [task 2017-05-14T20:00:15.838413Z] 20:00:15 INFO - eip = 0xf3d0bcf0 esp = 0xff8b8250 ebp = 0xff8b82f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.840554Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xfffffffe [task 2017-05-14T20:00:15.842340Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.844442Z] 20:00:15 INFO - 60 0x47290e5c [task 2017-05-14T20:00:15.846236Z] 20:00:15 INFO - eip = 0x47290e5c esp = 0xff8b8300 ebp = 0xff8b839c ebx = 0xff8b832c [task 2017-05-14T20:00:15.848527Z] 20:00:15 INFO - esi = 0x00002443 edi = 0xd0a8d5a8 [task 2017-05-14T20:00:15.850657Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.854062Z] 20:00:15 INFO - 61 0x47290925 [task 2017-05-14T20:00:15.856524Z] 20:00:15 INFO - eip = 0x47290925 esp = 0xff8b83a4 ebp = 0xff8b83d8 [task 2017-05-14T20:00:15.858237Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.860541Z] 20:00:15 INFO - 62 libxul.so!EnterBaseline [BaselineJIT.cpp:20127bd6337b : 162 + 0x34] [task 2017-05-14T20:00:15.864404Z] 20:00:15 INFO - eip = 0xf3b5e6d2 esp = 0xff8b83e0 ebp = 0xff8b84b8 [task 2017-05-14T20:00:15.866063Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.867726Z] 20:00:15 INFO - 63 libxul.so!js::jit::EnterBaselineMethod [BaselineJIT.cpp:20127bd6337b : 200 + 0x7] [task 2017-05-14T20:00:15.869425Z] 20:00:15 INFO - eip = 0xf3b63eb7 esp = 0xff8b84c0 ebp = 0xff8b8558 ebx = 0xf563401c [task 2017-05-14T20:00:15.871198Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b8670 [task 2017-05-14T20:00:15.872870Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.874897Z] 20:00:15 INFO - 64 libxul.so!js::RunScript [Interpreter.cpp:20127bd6337b : 400 + 0xf] [task 2017-05-14T20:00:15.878605Z] 20:00:15 INFO - eip = 0xf3add91b esp = 0xff8b8560 ebp = 0xff8b8608 ebx = 0xf563401c [task 2017-05-14T20:00:15.880675Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b85a0 [task 2017-05-14T20:00:15.882332Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.883998Z] 20:00:15 INFO - 65 libxul.so!js::InternalCallOrConstruct [Interpreter.cpp:20127bd6337b : 488 + 0xf] [task 2017-05-14T20:00:15.885778Z] 20:00:15 INFO - eip = 0xf3addd18 esp = 0xff8b8610 ebp = 0xff8b86a8 ebx = 0xf563401c [task 2017-05-14T20:00:15.887494Z] 20:00:15 INFO - esi = 0xff8b866c edi = 0xf7169000 [task 2017-05-14T20:00:15.890714Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.892405Z] 20:00:15 INFO - 66 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:15.894097Z] 20:00:15 INFO - eip = 0xf3ade0ca esp = 0xff8b86b0 ebp = 0xff8b86e8 ebx = 0xf563401c [task 2017-05-14T20:00:15.895887Z] 20:00:15 INFO - esi = 0xde4471a0 edi = 0xffffff8c [task 2017-05-14T20:00:15.899501Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.901229Z] 20:00:15 INFO - 67 libxul.so!js::Call [Interpreter.cpp:20127bd6337b : 534 + 0x8] [task 2017-05-14T20:00:15.902913Z] 20:00:15 INFO - eip = 0xf3ade199 esp = 0xff8b86f0 ebp = 0xff8b86f8 ebx = 0xf563401c [task 2017-05-14T20:00:15.905056Z] 20:00:15 INFO - esi = 0xff8b8798 edi = 0xffffff82 [task 2017-05-14T20:00:15.906645Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.908529Z] 20:00:15 INFO - 68 libxul.so!js::Wrapper::call [Wrapper.cpp:20127bd6337b : 166 + 0x1d] [task 2017-05-14T20:00:15.910351Z] 20:00:15 INFO - eip = 0xf3e72296 esp = 0xff8b8700 ebp = 0xff8b8828 ebx = 0xf563401c [task 2017-05-14T20:00:15.912484Z] 20:00:15 INFO - esi = 0xff8b88a8 edi = 0xffffff82 [task 2017-05-14T20:00:15.916112Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.917877Z] 20:00:15 INFO - 69 libxul.so!js::CrossCompartmentWrapper::call [CrossCompartmentWrapper.cpp:20127bd6337b : 353 + 0x1a] [task 2017-05-14T20:00:15.919613Z] 20:00:15 INFO - eip = 0xf3e65e5c esp = 0xff8b8830 ebp = 0xff8b8868 ebx = 0xf563401c [task 2017-05-14T20:00:15.921234Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b88a8 [task 2017-05-14T20:00:15.922873Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.928533Z] 20:00:15 INFO - 70 libxul.so!js::proxy_Call [Proxy.cpp:20127bd6337b : 479 + 0x1c] [task 2017-05-14T20:00:15.930219Z] 20:00:15 INFO - eip = 0xf3e6e0ba esp = 0xff8b8870 ebp = 0xff8b88d8 ebx = 0xf563401c [task 2017-05-14T20:00:15.932361Z] 20:00:15 INFO - esi = 0xf7169000 edi = 0xff8b88bc [task 2017-05-14T20:00:15.933953Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.935619Z] 20:00:15 INFO - 71 libxul.so!js::InternalCallOrConstruct [jscntxtinlines.h:20127bd6337b : 293 + 0x10] [task 2017-05-14T20:00:15.938461Z] 20:00:15 INFO - eip = 0xf3addde4 esp = 0xff8b88e0 ebp = 0xff8b8978 ebx = 0xf563401c [task 2017-05-14T20:00:15.940080Z] 20:00:15 INFO - esi = 0xff8b8940 edi = 0xf7169000 [task 2017-05-14T20:00:15.941697Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.943319Z] 20:00:15 INFO - 72 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:15.945003Z] 20:00:15 INFO - eip = 0xf3ade0ca esp = 0xff8b8980 ebp = 0xff8b89b8 ebx = 0xf563401c [task 2017-05-14T20:00:15.948422Z] 20:00:15 INFO - esi = 0xde444e80 edi = 0xffffff8c [task 2017-05-14T20:00:15.950022Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.951691Z] 20:00:15 INFO - 73 libxul.so!js::jit::DoCallFallback [BaselineIC.cpp:20127bd6337b : 2447 + 0x18] [task 2017-05-14T20:00:15.953855Z] 20:00:15 INFO - eip = 0xf3b81eb9 esp = 0xff8b89c0 ebp = 0xff8b8b28 ebx = 0xf563401c [task 2017-05-14T20:00:15.955449Z] 20:00:15 INFO - esi = 0xe95774dd edi = 0xf7169000 [task 2017-05-14T20:00:15.957327Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.960458Z] 20:00:15 INFO - 74 0x47296daf [task 2017-05-14T20:00:15.962205Z] 20:00:15 INFO - eip = 0x47296daf esp = 0xff8b8b30 ebp = 0xff8b8b90 ebx = 0xff8b8b50 [task 2017-05-14T20:00:15.963823Z] 20:00:15 INFO - esi = 0xe9529000 edi = 0xd5f5f350 [task 2017-05-14T20:00:15.965520Z] 20:00:15 INFO - Found by: call frame info [task 2017-05-14T20:00:15.968448Z] 20:00:15 INFO - 75 0xd5f5f350 [task 2017-05-14T20:00:15.970088Z] 20:00:15 INFO - eip = 0xd5f5f350 esp = 0xff8b8b98 ebp = 0xff8b8bec [task 2017-05-14T20:00:15.971705Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.973410Z] 20:00:15 INFO - 76 0x477d2125 [task 2017-05-14T20:00:15.976510Z] 20:00:15 INFO - eip = 0x477d2125 esp = 0xff8b8bf4 ebp = 0xff8b8c20 [task 2017-05-14T20:00:15.978732Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.980377Z] 20:00:15 INFO - 77 0xd075d210 [task 2017-05-14T20:00:15.982008Z] 20:00:15 INFO - eip = 0xd075d210 esp = 0xff8b8c28 ebp = 0xff8b8c8c [task 2017-05-14T20:00:15.983730Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.986636Z] 20:00:15 INFO - 78 0x47290925 [task 2017-05-14T20:00:15.988303Z] 20:00:15 INFO - eip = 0x47290925 esp = 0xff8b8c94 ebp = 0xff8b8cc8 [task 2017-05-14T20:00:15.989913Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.992519Z] 20:00:15 INFO - 79 libxul.so!EnterBaseline [BaselineJIT.cpp:20127bd6337b : 162 + 0x34] [task 2017-05-14T20:00:15.994177Z] 20:00:15 INFO - eip = 0xf3b5e6d2 esp = 0xff8b8cd0 ebp = 0xff8b8da8 [task 2017-05-14T20:00:15.995860Z] 20:00:15 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:15.999044Z] 20:00:15 INFO - 80 libxul.so!js::jit::EnterBaselineMethod [BaselineJIT.cpp:20127bd6337b : 200 + 0x7] [task 2017-05-14T20:00:16.000788Z] 20:00:16 INFO - eip = 0xf3b63eb7 esp = 0xff8b8db0 ebp = 0xff8b8e48 ebx = 0xf563401c [task 2017-05-14T20:00:16.002949Z] 20:00:16 INFO - esi = 0xf7169000 edi = 0xff8b8f60 [task 2017-05-14T20:00:16.006870Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.008577Z] 20:00:16 INFO - 81 libxul.so!js::RunScript [Interpreter.cpp:20127bd6337b : 400 + 0xf] [task 2017-05-14T20:00:16.010248Z] 20:00:16 INFO - eip = 0xf3add91b esp = 0xff8b8e50 ebp = 0xff8b8ef8 ebx = 0xf563401c [task 2017-05-14T20:00:16.011838Z] 20:00:16 INFO - esi = 0xf7169000 edi = 0xff8b8e90 [task 2017-05-14T20:00:16.013456Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.015174Z] 20:00:16 INFO - 82 libxul.so!js::InternalCallOrConstruct [Interpreter.cpp:20127bd6337b : 488 + 0xf] [task 2017-05-14T20:00:16.016954Z] 20:00:16 INFO - eip = 0xf3addd18 esp = 0xff8b8f00 ebp = 0xff8b8f98 ebx = 0xf563401c [task 2017-05-14T20:00:16.019084Z] 20:00:16 INFO - esi = 0xff8b8f5c edi = 0xf7169000 [task 2017-05-14T20:00:16.022777Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.024448Z] 20:00:16 INFO - 83 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:16.026097Z] 20:00:16 INFO - eip = 0xf3ade0ca esp = 0xff8b8fa0 ebp = 0xff8b8fd8 ebx = 0xf563401c [task 2017-05-14T20:00:16.028285Z] 20:00:16 INFO - esi = 0xff8b9088 edi = 0xffffff82 [task 2017-05-14T20:00:16.029867Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.031598Z] 20:00:16 INFO - 84 libxul.so!js::Call [Interpreter.cpp:20127bd6337b : 534 + 0x8] [task 2017-05-14T20:00:16.036344Z] 20:00:16 INFO - eip = 0xf3ade199 esp = 0xff8b8fe0 ebp = 0xff8b8fe8 ebx = 0xf563401c [task 2017-05-14T20:00:16.037976Z] 20:00:16 INFO - esi = 0xff8b9088 edi = 0xffffff82 [task 2017-05-14T20:00:16.039761Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.041505Z] 20:00:16 INFO - 85 libxul.so!js::Wrapper::call [Wrapper.cpp:20127bd6337b : 166 + 0x1d] [task 2017-05-14T20:00:16.043224Z] 20:00:16 INFO - eip = 0xf3e72296 esp = 0xff8b8ff0 ebp = 0xff8b9118 ebx = 0xf563401c [task 2017-05-14T20:00:16.044933Z] 20:00:16 INFO - esi = 0xff8b91c8 edi = 0xffffff82 [task 2017-05-14T20:00:16.046510Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.048499Z] 20:00:16 INFO - 86 libxul.so!js::CrossCompartmentWrapper::call [CrossCompartmentWrapper.cpp:20127bd6337b : 353 + 0x1a] [task 2017-05-14T20:00:16.050259Z] 20:00:16 INFO - eip = 0xf3e65e5c esp = 0xff8b9120 ebp = 0xff8b9158 ebx = 0xf563401c [task 2017-05-14T20:00:16.053196Z] 20:00:16 INFO - esi = 0xf7169000 edi = 0xff8b91c8 [task 2017-05-14T20:00:16.054776Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.061170Z] 20:00:16 INFO - 87 libxul.so!xpc::AddonWrapper<js::CrossCompartmentWrapper>::call [AddonWrapper.cpp:20127bd6337b : 156 + 0xd] [task 2017-05-14T20:00:16.063883Z] 20:00:16 INFO - eip = 0xf1f34805 esp = 0xff8b9160 ebp = 0xff8b9188 ebx = 0xf563401c [task 2017-05-14T20:00:16.065629Z] 20:00:16 INFO - esi = 0xff8b91dc edi = 0xff8b91c8 [task 2017-05-14T20:00:16.067226Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.068912Z] 20:00:16 INFO - 88 libxul.so!js::proxy_Call [Proxy.cpp:20127bd6337b : 479 + 0x1c] [task 2017-05-14T20:00:16.070644Z] 20:00:16 INFO - eip = 0xf3e6e0ba esp = 0xff8b9190 ebp = 0xff8b91f8 ebx = 0xf563401c [task 2017-05-14T20:00:16.072258Z] 20:00:16 INFO - esi = 0xf7169000 edi = 0xff8b91dc [task 2017-05-14T20:00:16.073825Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.080786Z] 20:00:16 INFO - 89 libxul.so!js::InternalCallOrConstruct [jscntxtinlines.h:20127bd6337b : 293 + 0x10] [task 2017-05-14T20:00:16.083417Z] 20:00:16 INFO - eip = 0xf3addde4 esp = 0xff8b9200 ebp = 0xff8b9298 ebx = 0xf563401c [task 2017-05-14T20:00:16.085124Z] 20:00:16 INFO - esi = 0xff8b9260 edi = 0xf7169000 [task 2017-05-14T20:00:16.086710Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.088346Z] 20:00:16 INFO - 90 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:16.090129Z] 20:00:16 INFO - eip = 0xf3ade0ca esp = 0xff8b92a0 ebp = 0xff8b92d8 ebx = 0xf563401c [task 2017-05-14T20:00:16.093233Z] 20:00:16 INFO - esi = 0xff8b9398 edi = 0xff8b9390 [task 2017-05-14T20:00:16.094836Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.096477Z] 20:00:16 INFO - 91 libxul.so!js::Call [Interpreter.cpp:20127bd6337b : 534 + 0x8] [task 2017-05-14T20:00:16.100502Z] 20:00:16 INFO - eip = 0xf3ade199 esp = 0xff8b92e0 ebp = 0xff8b92e8 ebx = 0xf563401c [task 2017-05-14T20:00:16.103378Z] 20:00:16 INFO - esi = 0xff8b9398 edi = 0xff8b9390 [task 2017-05-14T20:00:16.105514Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.107152Z] 20:00:16 INFO - 92 libxul.so!PromiseReactionJob [Promise.cpp:20127bd6337b : 998 + 0x5] [task 2017-05-14T20:00:16.108809Z] 20:00:16 INFO - eip = 0xf3b5722b esp = 0xff8b92f0 ebp = 0xff8b93e8 ebx = 0xf563401c [task 2017-05-14T20:00:16.110475Z] 20:00:16 INFO - esi = 0xf7169000 edi = 0xff8b9390 [task 2017-05-14T20:00:16.112288Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.114075Z] 20:00:16 INFO - 93 libxul.so!js::InternalCallOrConstruct [jscntxtinlines.h:20127bd6337b : 293 + 0x10] [task 2017-05-14T20:00:16.116105Z] 20:00:16 INFO - eip = 0xf3addc17 esp = 0xff8b93f0 ebp = 0xff8b9488 ebx = 0xf563401c [task 2017-05-14T20:00:16.119329Z] 20:00:16 INFO - esi = 0xff8b9450 edi = 0xf7169000 [task 2017-05-14T20:00:16.120948Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.122878Z] 20:00:16 INFO - 94 libxul.so!InternalCall [Interpreter.cpp:20127bd6337b : 515 + 0x15] [task 2017-05-14T20:00:16.124971Z] 20:00:16 INFO - eip = 0xf3ade0ca esp = 0xff8b9490 ebp = 0xff8b94c8 ebx = 0xf563401c [task 2017-05-14T20:00:16.127148Z] 20:00:16 INFO - esi = 0xff8b9568 edi = 0x00000002 [task 2017-05-14T20:00:16.129624Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.131400Z] 20:00:16 INFO - 95 libxul.so!js::Call [Interpreter.cpp:20127bd6337b : 534 + 0x8] [task 2017-05-14T20:00:16.137176Z] 20:00:16 INFO - eip = 0xf3ade199 esp = 0xff8b94d0 ebp = 0xff8b94d8 ebx = 0xf563401c [task 2017-05-14T20:00:16.138823Z] 20:00:16 INFO - esi = 0xff8b9568 edi = 0x00000002 [task 2017-05-14T20:00:16.143034Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.144746Z] 20:00:16 INFO - 96 libxul.so!JS::Call [jsapi.cpp:20127bd6337b : 2891 + 0x2a] [task 2017-05-14T20:00:16.146450Z] 20:00:16 INFO - eip = 0xf3db6773 esp = 0xff8b94e0 ebp = 0xff8b95f8 ebx = 0xf563401c [task 2017-05-14T20:00:16.148095Z] 20:00:16 INFO - esi = 0xff8b9638 edi = 0x00000002 [task 2017-05-14T20:00:16.149695Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.151410Z] 20:00:16 INFO - 97 libxul.so!mozilla::dom::PromiseJobCallback::Call [PromiseBinding.cpp:20127bd6337b : 22 + 0x5] [task 2017-05-14T20:00:16.155817Z] 20:00:16 INFO - eip = 0xf24930dc esp = 0xff8b9600 ebp = 0xff8b9668 ebx = 0xf563401c [task 2017-05-14T20:00:16.157921Z] 20:00:16 INFO - esi = 0xff8b9650 edi = 0xff8b9638 [task 2017-05-14T20:00:16.159538Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.161252Z] 20:00:16 INFO - 98 libxul.so!mozilla::PromiseJobRunnable::Run [PromiseBinding.h:20127bd6337b : 89 + 0x14] [task 2017-05-14T20:00:16.163257Z] 20:00:16 INFO - eip = 0xf1941f4c esp = 0xff8b9670 ebp = 0xff8b9778 ebx = 0xf563401c [task 2017-05-14T20:00:16.164902Z] 20:00:16 INFO - esi = 0xff8b9690 edi = 0xff8b96a0 [task 2017-05-14T20:00:16.166476Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.168185Z] 20:00:16 INFO - 99 libxul.so!mozilla::dom::Promise::PerformMicroTaskCheckpoint [Promise.cpp:20127bd6337b : 536 + 0x8] [task 2017-05-14T20:00:16.169832Z] 20:00:16 INFO - eip = 0xf2c9c513 esp = 0xff8b9780 ebp = 0xff8b97e8 ebx = 0xf563401c [task 2017-05-14T20:00:16.171404Z] 20:00:16 INFO - esi = 0xff8b97b0 edi = 0xf71d53f0 [task 2017-05-14T20:00:16.172996Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.177051Z] 20:00:16 INFO - 100 libxul.so!mozilla::CycleCollectedJSContext::AfterProcessTask [CycleCollectedJSContext.cpp:20127bd6337b : 363 + 0x5] [task 2017-05-14T20:00:16.178824Z] 20:00:16 INFO - eip = 0xf1949c54 esp = 0xff8b97f0 ebp = 0xff8b97f8 ebx = 0xf563401c [task 2017-05-14T20:00:16.180452Z] 20:00:16 INFO - esi = 0xf71d53e0 edi = 0x00000001 [task 2017-05-14T20:00:16.182048Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.188389Z] 20:00:16 INFO - 101 libxul.so!XPCJSContext::AfterProcessTask [XPCJSContext.cpp:20127bd6337b : 877 + 0x9] [task 2017-05-14T20:00:16.190092Z] 20:00:16 INFO - eip = 0xf1f692fe esp = 0xff8b9800 ebp = 0xff8b9818 ebx = 0xf563401c [task 2017-05-14T20:00:16.191683Z] 20:00:16 INFO - esi = 0xf71d53e0 edi = 0x00000001 [task 2017-05-14T20:00:16.193267Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.194914Z] 20:00:16 INFO - 102 libxul.so!nsThread::ProcessNextEvent [nsThread.cpp:20127bd6337b : 1286 + 0xe] [task 2017-05-14T20:00:16.196678Z] 20:00:16 INFO - eip = 0xf1997271 esp = 0xff8b9820 ebp = 0xff8b98a8 ebx = 0xf563401c [task 2017-05-14T20:00:16.199628Z] 20:00:16 INFO - esi = 0xf7125300 edi = 0x00000000 [task 2017-05-14T20:00:16.201235Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.203342Z] 20:00:16 INFO - 103 libxul.so!NS_ProcessNextEvent [nsThreadUtils.cpp:20127bd6337b : 393 + 0x10] [task 2017-05-14T20:00:16.205079Z] 20:00:16 INFO - eip = 0xf1997c94 esp = 0xff8b98b0 ebp = 0xff8b98e8 ebx = 0xf563401c [task 2017-05-14T20:00:16.208491Z] 20:00:16 INFO - esi = 0xf71f50a0 edi = 0xf71556e0 [task 2017-05-14T20:00:16.210095Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.211758Z] 20:00:16 INFO - 104 libxul.so!mozilla::ipc::MessagePump::Run [MessagePump.cpp:20127bd6337b : 96 + 0xc] [task 2017-05-14T20:00:16.213431Z] 20:00:16 INFO - eip = 0xf1c8c027 esp = 0xff8b98f0 ebp = 0xff8b9938 ebx = 0xf563401c [task 2017-05-14T20:00:16.216406Z] 20:00:16 INFO - esi = 0xf71f50a0 edi = 0xf71556e0 [task 2017-05-14T20:00:16.218009Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.219661Z] 20:00:16 INFO - 105 libxul.so!MessageLoop::RunInternal [message_loop.cc:20127bd6337b : 238 + 0x6] [task 2017-05-14T20:00:16.221348Z] 20:00:16 INFO - eip = 0xf1c6e1fe esp = 0xff8b9940 ebp = 0xff8b9958 ebx = 0xf563401c [task 2017-05-14T20:00:16.224451Z] 20:00:16 INFO - esi = 0xf71556e0 edi = 0xf7125300 [task 2017-05-14T20:00:16.226061Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.228209Z] 20:00:16 INFO - 106 libxul.so!MessageLoop::Run [message_loop.cc:20127bd6337b : 231 + 0x7] [task 2017-05-14T20:00:16.229871Z] 20:00:16 INFO - eip = 0xf1c6e2f7 esp = 0xff8b9960 ebp = 0xff8b9988 ebx = 0xf563401c [task 2017-05-14T20:00:16.232455Z] 20:00:16 INFO - esi = 0xf71556e0 edi = 0xf7125300 [task 2017-05-14T20:00:16.234037Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.235686Z] 20:00:16 INFO - 107 libxul.so!nsBaseAppShell::Run [nsBaseAppShell.cpp:20127bd6337b : 156 + 0xe] [task 2017-05-14T20:00:16.238141Z] 20:00:16 INFO - eip = 0xf2da986a esp = 0xff8b9990 ebp = 0xff8b99a8 ebx = 0xf563401c [task 2017-05-14T20:00:16.239757Z] 20:00:16 INFO - esi = 0xebf06560 edi = 0xf7125300 [task 2017-05-14T20:00:16.243017Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.248540Z] 20:00:16 INFO - 108 libxul.so!nsAppStartup::Run [nsAppStartup.cpp:20127bd6337b : 283 + 0x6] [task 2017-05-14T20:00:16.250244Z] 20:00:16 INFO - eip = 0xf39396cf esp = 0xff8b99b0 ebp = 0xff8b99c8 ebx = 0xf563401c [task 2017-05-14T20:00:16.251843Z] 20:00:16 INFO - esi = 0xed7343d0 edi = 0x00000077 [task 2017-05-14T20:00:16.253448Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.255590Z] 20:00:16 INFO - 109 libxul.so!XREMain::XRE_mainRun [nsAppRunner.cpp:20127bd6337b : 4553 + 0x8] [task 2017-05-14T20:00:16.257272Z] 20:00:16 INFO - eip = 0xf399ab5d esp = 0xff8b99d0 ebp = 0xff8b9ac8 ebx = 0xf563401c [task 2017-05-14T20:00:16.258865Z] 20:00:16 INFO - esi = 0xff8b9a5c edi = 0x00000077 [task 2017-05-14T20:00:16.260431Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.262060Z] 20:00:16 INFO - 110 libxul.so!XREMain::XRE_main [nsAppRunner.cpp:20127bd6337b : 4733 + 0x9] [task 2017-05-14T20:00:16.265300Z] 20:00:16 INFO - eip = 0xf399b0b0 esp = 0xff8b9ad0 ebp = 0xff8b9b28 ebx = 0xf563401c [task 2017-05-14T20:00:16.266921Z] 20:00:16 INFO - esi = 0xff8b9b64 edi = 0x00000000 [task 2017-05-14T20:00:16.268516Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.270138Z] 20:00:16 INFO - 111 libxul.so!XRE_main [nsAppRunner.cpp:20127bd6337b : 4826 + 0x6] [task 2017-05-14T20:00:16.272448Z] 20:00:16 INFO - eip = 0xf399b2e0 esp = 0xff8b9b30 ebp = 0xff8b9c88 ebx = 0x08068230 [task 2017-05-14T20:00:16.274064Z] 20:00:16 INFO - esi = 0xff8b9b64 edi = 0xff8badc4 [task 2017-05-14T20:00:16.276064Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.278082Z] 20:00:16 INFO - 112 firefox!do_main [nsBrowserApp.cpp:20127bd6337b : 236 + 0xf] [task 2017-05-14T20:00:16.280536Z] 20:00:16 INFO - eip = 0x0804d0e8 esp = 0xff8b9c90 ebp = 0xff8bacc8 ebx = 0x08068230 [task 2017-05-14T20:00:16.282165Z] 20:00:16 INFO - esi = 0x00000005 edi = 0xff8badc4 [task 2017-05-14T20:00:16.283848Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.288517Z] 20:00:16 INFO - 113 firefox!main [nsBrowserApp.cpp:20127bd6337b : 309 + 0xd] [task 2017-05-14T20:00:16.290188Z] 20:00:16 INFO - eip = 0x0804c8b8 esp = 0xff8bacd0 ebp = 0xff8bad18 ebx = 0x08068230 [task 2017-05-14T20:00:16.291805Z] 20:00:16 INFO - esi = 0xff8badc4 edi = 0x00000005 [task 2017-05-14T20:00:16.293389Z] 20:00:16 INFO - Found by: call frame info [task 2017-05-14T20:00:16.294947Z] 20:00:16 INFO - 114 libc-2.23.so + 0x18637 [task 2017-05-14T20:00:16.296561Z] 20:00:16 INFO - eip = 0xf734d637 esp = 0xff8bad20 ebp = 0x00000000 [task 2017-05-14T20:00:16.298141Z] 20:00:16 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:16.301327Z] 20:00:16 INFO - 115 libc-2.23.so + 0x1b2000 [task 2017-05-14T20:00:16.303308Z] 20:00:16 INFO - eip = 0xf74e7000 esp = 0xff8bad24 ebp = 0x00000000 [task 2017-05-14T20:00:16.304961Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.306519Z] 20:00:16 INFO - 116 libc-2.23.so + 0x1b2000 [task 2017-05-14T20:00:16.308149Z] 20:00:16 INFO - eip = 0xf74e7000 esp = 0xff8bad28 ebp = 0x00000000 [task 2017-05-14T20:00:16.309845Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.312461Z] 20:00:16 INFO - 117 libc-2.23.so + 0x18637 [task 2017-05-14T20:00:16.314091Z] 20:00:16 INFO - eip = 0xf734d637 esp = 0xff8bad30 ebp = 0x00000000 [task 2017-05-14T20:00:16.316351Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.317915Z] 20:00:16 INFO - 118 libc-2.23.so + 0x1b2000 [task 2017-05-14T20:00:16.320427Z] 20:00:16 INFO - eip = 0xf74e7000 esp = 0xff8bad4c ebp = 0x00000000 [task 2017-05-14T20:00:16.322012Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.323573Z] 20:00:16 INFO - 119 libc-2.23.so + 0x1b2000 [task 2017-05-14T20:00:16.326736Z] 20:00:16 INFO - eip = 0xf74e7000 esp = 0xff8bad5c ebp = 0x00000000 [task 2017-05-14T20:00:16.328340Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.332367Z] 20:00:16 INFO - 120 libc-2.23.so + 0x1b2000 [task 2017-05-14T20:00:16.334015Z] 20:00:16 INFO - eip = 0xf74e7000 esp = 0xff8bad60 ebp = 0x00000000 [task 2017-05-14T20:00:16.335746Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.337329Z] 20:00:16 INFO - 121 firefox + 0x4b74 [task 2017-05-14T20:00:16.338950Z] 20:00:16 INFO - eip = 0x0804cb74 esp = 0xff8bad80 ebp = 0x00000000 [task 2017-05-14T20:00:16.340518Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.342072Z] 20:00:16 INFO - 122 ld-2.23.so + 0x14f10 [task 2017-05-14T20:00:16.343800Z] 20:00:16 INFO - eip = 0xf7739f10 esp = 0xff8bad88 ebp = 0x00000000 [task 2017-05-14T20:00:16.348481Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.350058Z] 20:00:16 INFO - 123 ld-2.23.so + 0xf780 [task 2017-05-14T20:00:16.352264Z] 20:00:16 INFO - eip = 0xf7734780 esp = 0xff8bad8c ebp = 0x00000000 [task 2017-05-14T20:00:16.353857Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.355450Z] 20:00:16 INFO - 124 firefox + 0x4b74 [task 2017-05-14T20:00:16.357098Z] 20:00:16 INFO - eip = 0x0804cb74 esp = 0xff8bad98 ebp = 0x00000000 [task 2017-05-14T20:00:16.358656Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.360338Z] 20:00:16 INFO - 125 firefox!_start + 0x21 [task 2017-05-14T20:00:16.362068Z] 20:00:16 INFO - eip = 0x0804cb95 esp = 0xff8bada0 ebp = 0x00000000 [task 2017-05-14T20:00:16.364464Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.366094Z] 20:00:16 INFO - 126 firefox!SSE2Check [nsBrowserApp.cpp:20127bd6337b : 92 + 0x8] [task 2017-05-14T20:00:16.368501Z] 20:00:16 INFO - eip = 0x0804c823 esp = 0xff8bada4 ebp = 0x00000000 [task 2017-05-14T20:00:16.370071Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.372471Z] 20:00:16 INFO - 127 firefox!__libc_csu_fini + 0x10 [task 2017-05-14T20:00:16.374551Z] 20:00:16 INFO - eip = 0x08061950 esp = 0xff8badb0 ebp = 0xff8badc4 [task 2017-05-14T20:00:16.380277Z] 20:00:16 INFO - Found by: stack scanning [task 2017-05-14T20:00:16.381909Z] 20:00:16 INFO - 128 0xff8bb521 [task 2017-05-14T20:00:16.383567Z] 20:00:16 INFO - eip = 0xff8bb521 esp = 0xff8badcc ebp = 0xff8bb4e8 [task 2017-05-14T20:00:16.385265Z] 20:00:16 INFO - Found by: previous frame's frame pointer [task 2017-05-14T20:00:16.386821Z] 20:00:16 INFO - 129 0x6f772f65 [task 2017-05-14T20:00:16.388424Z] 20:00:16 INFO - eip = 0x6f772f65 esp = 0xff8bb4f0 ebp = 0x6d6f682f [task 2017-05-14T20:00:16.390031Z] 20:00:16 INFO - Found by: previous frame's frame pointer
Flags: needinfo?(gkeeley)
Sorry, there is an extra trailing bracket in my patch: https://hg.mozilla.org/integration/autoland/rev/20127bd6337b46825b271e8c90662223db05da5f#l1.81 I thought the single platform try build I did would have tests to cover this file. I'll upload another patch
Flags: needinfo?(gkeeley)
Uploaded fixed patch with bad bracket removed, carry over r+ from jdm, try on multi-platform build passes: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5692b97ffebf12ec33fbe38926eed1735f5c8c1c
Attachment #8867365 - Attachment is obsolete: true
Attachment #8870821 - Flags: review+
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/5d0dc8f43881 Cleanup network geo provider: removed unneeded listener function wrapper and the call to non-existent listener.locationUpdatePending(). r=jdm
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: