Closed Bug 1947378 Opened 11 months ago Closed 10 months ago

Intermittent Bpgo None [@ memcpy] | Profile initialization

Categories

(Toolkit :: Places, defect, P1)

defect

Tracking

()

RESOLVED FIXED
137 Branch
Tracking Status
firefox-esr128 --- unaffected
firefox135 --- unaffected
firefox136 --- unaffected
firefox137 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: mak)

References

(Regression)

Details

(Keywords: crash, intermittent-failure, regression)

Crash Data

Filed by: nfay [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=494299007&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/e7V9vu3eTwWb_l-SGJhDiA/runs/0/artifacts/public/logs/live_backing.log


[setup 2025-02-11T02:30:05.493Z] Setting up local python environment
[setup 2025-02-11T02:30:05.500Z] updated PATH with python artifact: D:/task_173923870690023/fetches/python;C:\mozilla-build\msys2\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\Puppet Labs\Puppet\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files\Mercurial\;C:\Program Files\Mercurial;C:\mozilla-build\bin;C:\mozilla-build\kdiff;C:\mozilla-build\moztools-x64\bin;C:\mozilla-build\mozmake;C:\mozilla-build\nsis-3.01;C:\mozilla-build\python;C:\mozilla-build\python\Scripts;C:\mozilla-build\python3;C:\mozilla-build\msys\bin;C:\mozilla-build\msys\local\bin;C:\mozilla-build\msys2;C:\Users\task_173923870690023\AppData\Local\Microsoft\WindowsApps
[task 2025-02-11T02:30:05.500Z] executing ['bash', '-cx', './taskcluster/scripts/misc/run-profileserver.sh']in build/src
[task 2025-02-11T02:30:05.520Z] + ./taskcluster/scripts/misc/run-profileserver.sh
[task 2025-02-11T02:30:05.538Z] #! /bin/bash -vex
[task 2025-02-11T02:30:05.538Z] 
[task 2025-02-11T02:30:05.538Z] set -x -e
[task 2025-02-11T02:30:05.538Z] + set -x -e
[task 2025-02-11T02:30:05.538Z] 
[task 2025-02-11T02:30:05.538Z] echo "running as" $(id)
[task 2025-02-11T02:30:05.552Z] ++ id
[task 2025-02-11T02:30:05.566Z] + echo 'running as' 'uid=197609(task_173923870690023)' 'gid=197121(None)' 'groups=197121(None),555(Remote' Desktop 'Users),545(Users),4(INTERACTIVE),66049(CONSOLE' 'LOGON),11(Authenticated' 'Users),15(This' 'Organization),113(Local' 'account),4095(CurrentSession),66048(LOCAL),262154(NTLM' 'Authentication),401408(Medium' Mandatory 'Level)'
[task 2025-02-11T02:30:05.566Z] running as uid=197609(task_173923870690023) gid=197121(None) groups=197121(None),555(Remote Desktop Users),545(Users),4(INTERACTIVE),66049(CONSOLE LOGON),11(Authenticated Users),15(This Organization),113(Local account),4095(CurrentSession),66048(LOCAL),262154(NTLM Authentication),401408(Medium Mandatory Level)
[task 2025-02-11T02:30:05.566Z] 
[task 2025-02-11T02:30:05.566Z] : NEED_XVFB     ${NEED_XVFB:=false}
[task 2025-02-11T02:30:05.566Z] + : NEED_XVFB false
[task 2025-02-11T02:30:05.580Z] : UPLOAD_PATH   ${UPLOAD_PATH:=$HOME/artifacts}
[task 2025-02-11T02:30:05.580Z] + : UPLOAD_PATH artifacts
[task 2025-02-11T02:30:05.580Z] export UPLOAD_PATH
[task 2025-02-11T02:30:05.580Z] + export UPLOAD_PATH
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z] ####
[task 2025-02-11T02:30:05.580Z] # Taskcluster friendly wrapper for running the profileserver
[task 2025-02-11T02:30:05.580Z] ####
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z] PGO_RUNDIR=obj-firefox/dist
[task 2025-02-11T02:30:05.580Z] + PGO_RUNDIR=obj-firefox/dist
[task 2025-02-11T02:30:05.580Z] export JARLOG_FILE="en-US.log"
[task 2025-02-11T02:30:05.580Z] + export JARLOG_FILE=en-US.log
[task 2025-02-11T02:30:05.580Z] + JARLOG_FILE=en-US.log
[task 2025-02-11T02:30:05.580Z] export LLVM_PROFDATA=$MOZ_FETCHES_DIR/clang/bin/llvm-profdata
[task 2025-02-11T02:30:05.580Z] + export LLVM_PROFDATA=D:/task_173923870690023/fetches/clang/bin/llvm-profdata
[task 2025-02-11T02:30:05.580Z] + LLVM_PROFDATA=D:/task_173923870690023/fetches/clang/bin/llvm-profdata
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z] set -v
[task 2025-02-11T02:30:05.580Z] + set -v
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z] if $NEED_XVFB; then
[task 2025-02-11T02:30:05.580Z]     # run XVfb in the background
[task 2025-02-11T02:30:05.580Z]     . /builds/worker/scripts/xvfb.sh
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z]     cleanup() {
[task 2025-02-11T02:30:05.580Z]         local rv=$?
[task 2025-02-11T02:30:05.580Z]         cleanup_xvfb
[task 2025-02-11T02:30:05.580Z]         exit $rv
[task 2025-02-11T02:30:05.580Z]     }
[task 2025-02-11T02:30:05.580Z]     trap cleanup EXIT INT
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z]     start_xvfb '1024x768x24' 2
[task 2025-02-11T02:30:05.580Z] fi
[task 2025-02-11T02:30:05.580Z] + false
[task 2025-02-11T02:30:05.580Z] 
[task 2025-02-11T02:30:05.580Z] # Move our fetched firefox into objdir/dist so the jarlog entries will match
[task 2025-02-11T02:30:05.580Z] # the paths when the final PGO stage packages the build.
[task 2025-02-11T02:30:05.580Z] mkdir -p $PGO_RUNDIR
[task 2025-02-11T02:30:05.580Z] + mkdir -p obj-firefox/dist
[task 2025-02-11T02:30:05.598Z] mkdir -p $UPLOAD_PATH
[task 2025-02-11T02:30:05.598Z] + mkdir -p artifacts
[task 2025-02-11T02:30:05.613Z] mv $MOZ_FETCHES_DIR/firefox $PGO_RUNDIR
[task 2025-02-11T02:30:05.613Z] + mv D:/task_173923870690023/fetches/firefox obj-firefox/dist
[task 2025-02-11T02:30:05.645Z] ./mach python build/pgo/profileserver.py --binary $PGO_RUNDIR/firefox/firefox
[task 2025-02-11T02:30:05.645Z] + ./mach python build/pgo/profileserver.py --binary obj-firefox/dist/firefox/firefox
[task 2025-02-11T02:30:16.222Z] mozcrash INFO | Copy/paste: D:/task_173923870690023/fetches\minidump-stackwalk\minidump-stackwalk.exe --symbols-url=https://symbols.mozilla.org/ --cyborg=C:\Users\task_173923870690023\AppData\Local\Temp\tmpvx5z8vlv\5a313374-bd31-4e7f-b82e-21c78df80d0e.trace C:\Users\task_173923870690023\AppData\Local\Temp\tmpv8z2km4f\minidumps\5a313374-bd31-4e7f-b82e-21c78df80d0e.dmp D:/task_173923870690023/fetches
[task 2025-02-11T02:30:27.101Z] mozcrash INFO | Saved minidump as artifacts\5a313374-bd31-4e7f-b82e-21c78df80d0e.dmp
[task 2025-02-11T02:30:27.104Z] mozcrash INFO | Saved app info as artifacts\5a313374-bd31-4e7f-b82e-21c78df80d0e.extra
[task 2025-02-11T02:30:27.107Z] started SP3 server on port 8000
[task 2025-02-11T02:30:27.107Z] Firefox exited with code 1 during profile initialization
[task 2025-02-11T02:30:27.107Z] Firefox output (artifacts\profile-run-1.log):
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Remote Settings startup changesets bundle could not be extracted (SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data)
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] awaitPromise@resource://gre/modules/addons/XPIProvider.sys.mjs:207:15
[task 2025-02-11T02:30:27.107Z] syncLoadManifest@resource://gre/modules/addons/XPIInstall.sys.mjs:800:33
[task 2025-02-11T02:30:27.107Z] addMetadata@resource://gre/modules/addons/XPIDatabase.sys.mjs:3356:43
[task 2025-02-11T02:30:27.107Z] processFileChanges@resource://gre/modules/addons/XPIDatabase.sys.mjs:3841:26
[task 2025-02-11T02:30:27.107Z] checkForChanges@resource://gre/modules/addons/XPIProvider.sys.mjs:3122:45
[task 2025-02-11T02:30:27.107Z] startup@resource://gre/modules/addons/XPIProvider.sys.mjs:2525:12
[task 2025-02-11T02:30:27.107Z] callProvider@resource://gre/modules/AddonManager.sys.mjs:228:31
[task 2025-02-11T02:30:27.107Z] _startProvider@resource://gre/modules/AddonManager.sys.mjs:537:17
[task 2025-02-11T02:30:27.107Z] startup@resource://gre/modules/AddonManager.sys.mjs:750:14
[task 2025-02-11T02:30:27.107Z] startup@resource://gre/modules/AddonManager.sys.mjs:3684:26
[task 2025-02-11T02:30:27.107Z] observe@resource://gre/modules/amManager.sys.mjs:73:29
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.warn: services.settings: #fetchAttachment: Forcing fallbackToDump to false due to Utils.LOAD_DUMPS being false
[task 2025-02-11T02:30:27.107Z] console.warn: services.settings: #fetchAttachment: Forcing fallbackToDump to false due to Utils.LOAD_DUMPS being false
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.107Z]   Stack:
[task 2025-02-11T02:30:27.107Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.107Z] 
[task 2025-02-11T02:30:27.107Z] console.error: services.settings:
[task 2025-02-11T02:30:27.107Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.108Z]   Stack:
[task 2025-02-11T02:30:27.108Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] console.error: services.settings:
[task 2025-02-11T02:30:27.108Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.108Z]   Stack:
[task 2025-02-11T02:30:27.108Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] console.error: services.settings:
[task 2025-02-11T02:30:27.108Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.108Z]   Stack:
[task 2025-02-11T02:30:27.108Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] console.error: services.settings:
[task 2025-02-11T02:30:27.108Z]   Message: Error: Unexpected content-type "text/plain;charset=US-ASCII"
[task 2025-02-11T02:30:27.108Z]   Stack:
[task 2025-02-11T02:30:27.108Z]     fetchLatestChanges@resource://services-settings/Utils.sys.mjs:441:13
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] console.warn: services.settings: #fetchAttachment: Forcing fallbackToDump to false due to Utils.LOAD_DUMPS being false
[task 2025-02-11T02:30:27.108Z] console.error: (new NotFoundError("Could not find fa0fc42c-d91d-fca7-34eb-806ff46062dc in cache or dump", "resource://services-settings/Attachments.sys.mjs", 48))
[task 2025-02-11T02:30:27.108Z] console.warn: "Unable to find the attachment for" "fa0fc42c-d91d-fca7-34eb-806ff46062dc"
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] mozcrash checking C:\Users\task_173923870690023\AppData\Local\Temp\tmpv8z2km4f\minidumps for minidumps...
[task 2025-02-11T02:30:27.108Z] PROCESS-CRASH | None [@ memcpy] | Profile initialization
[task 2025-02-11T02:30:27.108Z] Crash dump filename: C:\Users\task_173923870690023\AppData\Local\Temp\tmpv8z2km4f\minidumps\5a313374-bd31-4e7f-b82e-21c78df80d0e.dmp
[task 2025-02-11T02:30:27.108Z] Process type: main
[task 2025-02-11T02:30:27.108Z] Process pid: 2172
[task 2025-02-11T02:30:27.108Z] Operating system: Windows NT
[task 2025-02-11T02:30:27.108Z]                   10.0.20348
[task 2025-02-11T02:30:27.108Z] CPU: x86
[task 2025-02-11T02:30:27.108Z]      GenuineIntel family 6 model 106 stepping 6
[task 2025-02-11T02:30:27.108Z]      32 CPUs
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] Crash reason:  EXCEPTION_ACCESS_VIOLATION_READ
[task 2025-02-11T02:30:27.108Z] Crash address: 0xfffffffc
[task 2025-02-11T02:30:27.108Z] Process uptime: 7 seconds
[task 2025-02-11T02:30:27.108Z] 
[task 2025-02-11T02:30:27.108Z] Thread 0 MainThread (crashed) - tid: 8100
[task 2025-02-11T02:30:27.108Z]  0  VCRUNTIME140.dll!memcpy(unsigned char*, unsigned char*, unsigned long) [memcpy.asm : 657 + 0x0]
[task 2025-02-11T02:30:27.108Z]      eip = 0x718edc07    esp = 0x0517ebcc    ebp = 0x0517ec00    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0xfffffffc    edi = 0x1d838328    eax = 0x00000004    ecx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      edx = 0x00000004 eflags = 0x00210202
[task 2025-02-11T02:30:27.108Z]     Found by: given as instruction pointer in context
[task 2025-02-11T02:30:27.108Z]  1  xul.dll!mozilla::detail::nsDequeBase::GrowCapacity() [nsDeque.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 98 + 0x49]
[task 2025-02-11T02:30:27.108Z]      eip = 0x57467a12    esp = 0x0517ebd8    ebp = 0x0517ec00    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0xfffffffc    edi = 0x1d838328
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z]  2  xul.dll!mozilla::detail::nsDequeBase::PushFront(void*, std::nothrow_t const&) [nsDeque.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 168 + 0x14]
[task 2025-02-11T02:30:27.108Z]      eip = 0x57467b6d    esp = 0x0517ec08    ebp = 0x0517ec0c    ebx = 0x20e9e940
[task 2025-02-11T02:30:27.108Z]      esi = 0x1f24b8a4    edi = 0x1f24b8a4
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z]  3  xul.dll!nsDeque<mozilla::places::PendingQuery>::PushFront(mozilla::places::PendingQuery*) [nsDeque.h:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 309]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z]  4  xul.dll!nsRefPtrDeque<mozilla::places::PendingQuery>::PushFront(already_AddRefed<mozilla::places::PendingQuery>) [nsDeque.h:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 469]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z]  5  xul.dll!mozilla::places::ConcurrentConnection::Queue(nsTString<char> const&, mozilla::places::PendingStatementCallback*) [ConcurrentConnection.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 389 + 0xc]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5ecddb33    esp = 0x0517ec14    ebp = 0x0517ec30    ebx = 0x20e9e940
[task 2025-02-11T02:30:27.108Z]      esi = 0x1f24b870    edi = 0x1f24b8a4
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z]  6  xul.dll!mozilla::places::History::QueueVisitedStatement(RefPtr<mozilla::places::VisitedQuery>&&) [History.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 1552 + 0x8]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5ecf8798    esp = 0x0517ec38    ebp = 0x0517ec5c    ebx = 0x0517ec40
[task 2025-02-11T02:30:27.108Z]      esi = 0x00000000    edi = 0x1f24b870
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z]  7  xul.dll!mozilla::places::VisitedQuery::Start(nsBaseHashtable<nsURIHashKey,nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> >,nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> >,nsDefaultConverter<nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> >,nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> > > >&&) [History.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 436 + 0x5]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5ed00218    esp = 0x0517ec64    ebp = 0x0517ed64    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0x20e9e860    edi = 0x0517ece0
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z]  8  xul.dll!mozilla::places::History::StartPendingVisitedQueries(nsBaseHashtable<nsURIHashKey,nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> >,nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> >,nsDefaultConverter<nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> >,nsTBaseHashSet<nsRefPtrHashKey<mozilla::dom::ContentParent> > > >&&) [History.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 2406 + 0x13]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5ecffd13    esp = 0x0517ed6c    ebp = 0x0517ee20    ebx = 0x5ecffa10
[task 2025-02-11T02:30:27.108Z]      esi = 0x0517ee2c    edi = 0x1c46a3a0
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z]  9  xul.dll!mozilla::BaseHistory::ScheduleVisitedQuery::<lambda_3>::operator()() const [BaseHistory.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 64]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z] 10  xul.dll!mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/docshell/base/BaseHistory.cpp:64:7'>::Run() [nsThreadUtils.h:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 548 + 0x57]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5e7053a9    esp = 0x0517ee28    ebp = 0x0517ee50    ebx = 0x5ecffa10
[task 2025-02-11T02:30:27.108Z]      esi = 0x1a2fd560    edi = 0x1c46a3a0
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 11  xul.dll!mozilla::RunnableTask::Run() [TaskController.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 714 + 0x21]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5753ab08    esp = 0x0517ee58    ebp = 0x0517ee68    ebx = 0x1a2fd560
[task 2025-02-11T02:30:27.108Z]      esi = 0x215090b0    edi = 0x5e705320
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 12  xul.dll!mozilla::TaskController::RunTask(mozilla::Task*) [TaskController.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 218 + 0x30]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5752575c    esp = 0x0517ee70    ebp = 0x0517f014    ebx = 0x0517f528
[task 2025-02-11T02:30:27.108Z]      esi = 0x5753aac0    edi = 0x215090b0
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 13  xul.dll!mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex &> const&) [TaskController.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 1143 + 0x5]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5752c178    esp = 0x0517f01c    ebp = 0x0517f584    ebx = 0x0517f528
[task 2025-02-11T02:30:27.108Z]      esi = 0x215090b0    edi = 0x00000027
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 14  xul.dll!mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex &> const&) [TaskController.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 1008 + 0x9]
[task 2025-02-11T02:30:27.108Z]      eip = 0x575294c8    esp = 0x0517f58c    ebp = 0x0517f620    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0x0585c030    edi = 0x0585c030
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 15  xul.dll!mozilla::TaskController::ProcessPendingMTTask(bool) [TaskController.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 650 + 0x7]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5752974c    esp = 0x0517f628    ebp = 0x0517f658    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0x0585c030    edi = 0x57541e10
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 16  xul.dll!mozilla::TaskController::TaskController::<lambda_6>::operator()() const [TaskController.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 351]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z] 17  xul.dll!mozilla::detail::RunnableFunction<`lambda at /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:351:7'>::Run() [nsThreadUtils.h:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 548 + 0x27]
[task 2025-02-11T02:30:27.108Z]      eip = 0x57541e3b    esp = 0x0517f660    ebp = 0x0517f664    ebx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      esi = 0x05802500    edi = 0x57541e10
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 18  xul.dll!nsThread::ProcessNextEvent(bool, bool*) [nsThread.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 1159 + 0x21]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5755f349    esp = 0x0517f66c    ebp = 0x0517f76c    ebx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      esi = 0x05802500    edi = 0x57541e10
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 19  xul.dll!NS_ProcessNextEvent(nsIThread*, bool) [nsThreadUtils.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 480 + 0x29]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5756634b    esp = 0x0517f774    ebp = 0x0517f794    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0x0585dca0    edi = 0x5755ed90
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 20  xul.dll!mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) [MessagePump.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 85 + 0x9]
[task 2025-02-11T02:30:27.108Z]      eip = 0x58329946    esp = 0x0517f79c    ebp = 0x0517f7c4    ebx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      esi = 0x05808ac0    edi = 0x57578a90
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 21  xul.dll!MessageLoop::RunInternal() [message_loop.cc:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 369]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z] 22  xul.dll!MessageLoop::RunHandler() [message_loop.cc:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 362 + 0x33]
[task 2025-02-11T02:30:27.108Z]      eip = 0x582989e4    esp = 0x0517f7cc    ebp = 0x0517f7fc    ebx = 0x58329880
[task 2025-02-11T02:30:27.108Z]      esi = 0x05805ac0    edi = 0x05808ac0
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 23  xul.dll!MessageLoop::Run() [message_loop.cc:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 344 + 0x6]
[task 2025-02-11T02:30:27.108Z]      eip = 0x58298894    esp = 0x0517f804    ebp = 0x0517f820    ebx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      esi = 0x05805ac0    edi = 0x0587dd00
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 24  xul.dll!nsBaseAppShell::Run() [nsBaseAppShell.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 148 + 0xb]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5dbb3c50    esp = 0x0517f828    ebp = 0x0517f830    ebx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      esi = 0x0585dca0    edi = 0x0587dd00
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 25  xul.dll!nsAppShell::Run() [nsAppShell.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 679 + 0x5]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5dcef2a0    esp = 0x0517f838    ebp = 0x0517f85c    ebx = 0x00000001
[task 2025-02-11T02:30:27.108Z]      esi = 0x0587dd00    edi = 0x5cdef290
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 26  xul.dll!nsAppStartup::Run() [nsAppStartup.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 291 + 0x21]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5eee6e20    esp = 0x0517f864    ebp = 0x0517f87c    ebx = 0x0587dd00
[task 2025-02-11T02:30:27.108Z]      esi = 0x5dcef120    edi = 0x123bd640
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 27  xul.dll!XREMain::XRE_mainRun() [nsAppRunner.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 5861 + 0x27]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5f0cf900    esp = 0x0517f884    ebp = 0x0517fb0c    ebx = 0x12388c70
[task 2025-02-11T02:30:27.108Z]      esi = 0x5eee6d80    edi = 0x123bd640
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 28  xul.dll!XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) [nsAppRunner.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 6101 + 0x6]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5f0d17b6    esp = 0x0517fb14    ebp = 0x0517fb54    ebx = 0x00000000
[task 2025-02-11T02:30:27.108Z]      esi = 0x0517fb68    edi = 0x05809340
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 29  xul.dll!XRE_main(int, char**, mozilla::BootstrapConfig const&) [nsAppRunner.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 6174 + 0x9]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5f0d1e55    esp = 0x0517fb5c    ebp = 0x0517fc0c    ebx = 0x0517fc94
[task 2025-02-11T02:30:27.108Z]      esi = 0x00000004    edi = 0x0517fb68
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 30  xul.dll!mozilla::BootstrapImpl::XRE_main(int, char**, mozilla::BootstrapConfig const&) [Bootstrap.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 50 + 0x22]
[task 2025-02-11T02:30:27.108Z]      eip = 0x5f0e29e2    esp = 0x0517fc14    ebp = 0x0517fc2c    ebx = 0x0517fc94
[task 2025-02-11T02:30:27.108Z]      esi = 0x00000004    edi = 0x058022c0
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 31  firefox.exe!do_main(int, char**, char**) [nsBrowserApp.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 232]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z] 32  firefox.exe!NS_internal_main(int, char**, char**) [nsBrowserApp.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 464 + 0x319]
[task 2025-02-11T02:30:27.108Z]      eip = 0x00551b9d    esp = 0x0517fc34    ebp = 0x0517fdac    ebx = 0x00000004
[task 2025-02-11T02:30:27.108Z]      esi = 0x5f0e29b0    edi = 0x05809090
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 33  firefox.exe!wmain(int, wchar_t**) [nsWindowsWMain.cpp:6a17baafe77b0bdf5ddb994dd118a0fae0836e9e : 151 + 0x10]
[task 2025-02-11T02:30:27.108Z]      eip = 0x00551295    esp = 0x0517fdb4    ebp = 0x0517fde8    ebx = 0x058022c0
[task 2025-02-11T02:30:27.108Z]      esi = 0x00000004    edi = 0x05802060
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 34  firefox.exe!invoke_main() [exe_common.inl : 90]
[task 2025-02-11T02:30:27.108Z]     Found by: inlining
[task 2025-02-11T02:30:27.108Z] 35  firefox.exe!__scrt_common_main_seh() [exe_common.inl : 288 + 0x1b]
[task 2025-02-11T02:30:27.108Z]      eip = 0x0061a17c    esp = 0x0517fdf0    ebp = 0x0517fe30    ebx = 0x04ebb000
[task 2025-02-11T02:30:27.108Z]      esi = 0x053679e8    edi = 0x05367b80
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 36  kernel32.dll!BaseThreadInitThunk + 0x18
[task 2025-02-11T02:30:27.108Z]      eip = 0x760867f9    esp = 0x0517fe38    ebp = 0x0517fe40    ebx = 0x04ebb000
[task 2025-02-11T02:30:27.108Z]      esi = 0x053679e8    edi = 0x05367b80
[task 2025-02-11T02:30:27.108Z]     Found by: call frame info
[task 2025-02-11T02:30:27.108Z] 37  ntdll.dll!__RtlUserThreadStart + 0x2a
[task 2025-02-11T02:30:27.109Z]      eip = 0x77837f6d    esp = 0x0517fe48    ebp = 0x0517fe98    ebx = 0x04ebb000
[task 2025-02-11T02:30:27.109Z]      esi = 0x053679e8    edi = 0x05367b80
[task 2025-02-11T02:30:27.109Z]     Found by: call frame info
[task 2025-02-11T02:30:27.109Z] 38  ntdll.dll!_RtlUserThreadStart + 0x1a
[task 2025-02-11T02:30:27.109Z]      eip = 0x77837f3b    esp = 0x0517fea0    ebp = 0x0517fea8    ebx = 0x04ebb000
[task 2025-02-11T02:30:27.109Z]      esi = 0x053679e8    edi = 0x05367b80
[task 2025-02-11T02:30:27.109Z]     Found by: call frame info
[task 2025-02-11T02:30:27.109Z] 
[task 2025-02-11T02:30:27.109Z] Thread 1 BrokerEvent - tid: 7672
See Also: → 1947447

ConcurrentConnection in the stack was added in 1928020.

Component: XPCOM → Places
Keywords: regression
Product: Core → Toolkit
Regressed by: 1928020

Set release status flags based on info from the regressing bug 1928020

:mak, since you are the author of the regressor, bug 1928020, could you take a look? Also, could you set the severity field?

For more information, please visit BugBot documentation.

check again after bug 1947844 has been fixed.

Severity: -- → S2
Depends on: 1947844
Priority: -- → P1

I assume this has been fixed by bug 1947844 as I don't see a recent report.

Status: NEW → RESOLVED
Closed: 10 months ago
Flags: needinfo?(mak)
Resolution: --- → FIXED
Assignee: nobody → mak
Target Milestone: --- → 137 Branch
You need to log in before you can comment on or make changes to this bug.