Closed
Bug 1900976
Opened 2 years ago
Closed 2 years ago
Intermittent LeakSanitizer | leak at GetProperty, GetObjectElementOperation, GetElementOperationWithStackIndex, GetElementOperation
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: tszentpeteri [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=461273135&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/VYBRlgexTDiYy2Bpi3V7Vw/runs/0/artifacts/public/logs/live_backing.log
[task 2024-06-06T09:04:14.464Z] 09:04:14 INFO - PID 28122 | Direct leak of 56 byte(s) in 1 object(s) allocated from:
[task 2024-06-06T09:04:14.464Z] 09:04:14 INFO - PID 28122 | #0 0x56217292903f in malloc /builds/worker/fetches/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:68:3
[task 2024-06-06T09:04:14.465Z] 09:04:14 INFO - PID 28122 | #1 0x7faf09d80272 in js_arena_malloc /builds/worker/workspace/obj-build/dist/include/js/Utility.h:370:10
[task 2024-06-06T09:04:14.465Z] 09:04:14 INFO - PID 28122 | #2 0x7faf09d80272 in js_pod_arena_malloc<unsigned char> /builds/worker/workspace/obj-build/dist/include/js/Utility.h:586:26
[task 2024-06-06T09:04:14.465Z] 09:04:14 INFO - PID 28122 | #3 0x7faf09d80272 in maybe_pod_arena_malloc<unsigned char> /builds/worker/checkouts/gecko/js/src/vm/MallocProvider.h:57:12
[task 2024-06-06T09:04:14.466Z] 09:04:14 INFO - PID 28122 | #4 0x7faf09d80272 in pod_arena_malloc<unsigned char> /builds/worker/checkouts/gecko/js/src/vm/MallocProvider.h:109:12
[task 2024-06-06T09:04:14.466Z] 09:04:14 INFO - PID 28122 | #5 0x7faf09d80272 in pod_malloc<unsigned char> /builds/worker/checkouts/gecko/js/src/vm/MallocProvider.h:127:12
[task 2024-06-06T09:04:14.467Z] 09:04:14 INFO - PID 28122 | #6 0x7faf09d80272 in new_<js::PropMapTable> /builds/worker/checkouts/gecko/js/src/vm/MallocProvider.h:234:3
[task 2024-06-06T09:04:14.467Z] 09:04:14 INFO - PID 28122 | #7 0x7faf09d80272 in make_unique<js::PropMapTable> /builds/worker/checkouts/gecko/js/src/vm/MallocProvider.h:242:3
[task 2024-06-06T09:04:14.468Z] 09:04:14 INFO - PID 28122 | #8 0x7faf09d80272 in js::LinkedPropMap::createTable(JSContext*) /builds/worker/checkouts/gecko/js/src/vm/PropMap.cpp:1019:39
[task 2024-06-06T09:04:14.468Z] 09:04:14 INFO - PID 28122 | #9 0x7faf09cd078b in ensureTable /builds/worker/checkouts/gecko/js/src/vm/PropMap.h:824:25
[task 2024-06-06T09:04:14.469Z] 09:04:14 INFO - PID 28122 | #10 0x7faf09cd078b in lookup /builds/worker/checkouts/gecko/js/src/vm/PropMap-inl.h:130:43
[task 2024-06-06T09:04:14.469Z] 09:04:14 INFO - PID 28122 | #11 0x7faf09cd078b in lookup /builds/worker/checkouts/gecko/js/src/vm/Shape-inl.h:53:30
[task 2024-06-06T09:04:14.470Z] 09:04:14 INFO - PID 28122 | #12 0x7faf09cd078b in NativeLookupOwnPropertyInline<(js::AllowGC)1, (js::LookupResolveMode)1> /builds/worker/checkouts/gecko/js/src/vm/NativeObject-inl.h:764:36
[task 2024-06-06T09:04:14.470Z] 09:04:14 INFO - PID 28122 | #13 0x7faf09cd078b in NativeGetPropertyInline<(js::AllowGC)1> /builds/worker/checkouts/gecko/js/src/vm/NativeObject.cpp:2302:10
[task 2024-06-06T09:04:14.471Z] 09:04:14 INFO - PID 28122 | #14 0x7faf09cd078b in js::NativeGetProperty(JSContext*, JS::Handle<js::NativeObject*>, JS::Handle<JS::Value>, JS::Handle<JS::PropertyKey>, JS::MutableHandle<JS::Value>) /builds/worker/checkouts/gecko/js/src/vm/NativeObject.cpp:2350:10
[task 2024-06-06T09:04:14.471Z] 09:04:14 INFO - PID 28122 | #15 0x7faf099e42f1 in GetProperty /builds/worker/checkouts/gecko/js/src/vm/ObjectOperations-inl.h:117:10
[task 2024-06-06T09:04:14.471Z] 09:04:14 INFO - PID 28122 | #16 0x7faf099e42f1 in GetProperty /builds/worker/checkouts/gecko/js/src/vm/ObjectOperations-inl.h:124:10
[task 2024-06-06T09:04:14.472Z] 09:04:14 INFO - PID 28122 | #17 0x7faf099e42f1 in js::GetProperty(JSContext*, JS::Handle<JS::Value>, JS::Handle<js::PropertyName*>, JS::MutableHandle<JS::Value>) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:4634:10
[task 2024-06-06T09:04:14.472Z] 09:04:14 INFO - PID 28122 | #18 0x7faf099b979f in GetPropertyOperation /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:247:10
[task 2024-06-06T09:04:14.473Z] 09:04:14 INFO - PID 28122 | #19 0x7faf099b979f in js::Interpret(JSContext*, js::RunState&) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:2845:12
[task 2024-06-06T09:04:14.473Z] 09:04:14 INFO - PID 28122 | #20 0x7faf099ae76f in MaybeEnterInterpreterTrampoline /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:395:10
[task 2024-06-06T09:04:14.474Z] 09:04:14 INFO - PID 28122 | #21 0x7faf099ae76f in js::RunScript(JSContext*, js::RunState&) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:453:13
[task 2024-06-06T09:04:14.474Z] 09:04:14 INFO - PID 28122 | #22 0x7faf099af9ba in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:607:13
[task 2024-06-06T09:04:14.475Z] 09:04:14 INFO - PID 28122 | #23 0x7faf099b174c in InternalCall /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:642:10
[task 2024-06-06T09:04:14.475Z] 09:04:14 INFO - PID 28122 | #24 0x7faf099b174c in js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInvokeArgs const&, JS::MutableHandle<JS::Value>, js::CallReason) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:674:8
[task 2024-06-06T09:04:14.476Z] 09:04:14 INFO - PID 28122 | #25 0x7faf09afc38f in JS::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, JS::HandleValueArray const&, JS::MutableHandle<JS::Value>) /builds/worker/checkouts/gecko/js/src/vm/CallAndConstruct.cpp:119:10
[task 2024-06-06T09:04:14.476Z] 09:04:14 INFO - PID 28122 | #26 0x7faf01fceadc in mozilla::dom::MozJSActorCallback::Call(mozilla::dom::BindingCallContext&, JS::Handle<JS::Value>, mozilla::ErrorResult&) /builds/worker/workspace/obj-build/dom/bindings/./JSActorBinding.cpp:35:8
[task 2024-06-06T09:04:14.477Z] 09:04:14 INFO - PID 28122 | #27 0x7faf06e95bdb in void mozilla::dom::MozJSActorCallback::Call<mozilla::dom::JSActor*>(mozilla::dom::JSActor* const&, mozilla::ErrorResult&, char const*, mozilla::dom::CallbackObject::ExceptionHandling, JS::Realm*) /builds/worker/workspace/obj-build/dist/include/mozilla/dom/JSActorBinding.h:77:12
[task 2024-06-06T09:04:14.477Z] 09:04:14 INFO - PID 28122 | #28 0x7faf06e72557 in Call<mozilla::dom::JSActor *> /builds/worker/workspace/obj-build/dist/include/mozilla/dom/JSActorBinding.h:99:12
[task 2024-06-06T09:04:14.478Z] 09:04:14 INFO - PID 28122 | #29 0x7faf06e72557 in mozilla::dom::JSActor::InvokeCallback(mozilla::dom::JSActor::CallbackFunction) /builds/worker/checkouts/gecko/dom/ipc/jsactor/JSActor.cpp:121:44
[task 2024-06-06T09:04:14.478Z] 09:04:14 INFO - PID 28122 | #30 0x7faf06e71f02 in mozilla::dom::JSActor::AfterDestroy() /builds/worker/checkouts/gecko/dom/ipc/jsactor/JSActor.cpp:103:3
[task 2024-06-06T09:04:14.479Z] 09:04:14 INFO - PID 28122 | #31 0x7faf06e7ebfe in JSActorUnregister /builds/worker/checkouts/gecko/dom/ipc/jsactor/JSActorManager.cpp:264:12
[task 2024-06-06T09:04:14.479Z] 09:04:14 INFO - PID 28122 | #32 0x7faf06e7ebfe in mozilla::dom::JSActorService::UnregisterWindowActor(nsTSubstring<char> const&) /builds/worker/checkouts/gecko/dom/ipc/jsactor/JSActorService.cpp:156:12
[task 2024-06-06T09:04:14.480Z] 09:04:14 INFO - PID 28122 | #33 0x7faf06a6892c in mozilla::dom::ContentChild::RecvUnregisterJSWindowActor(nsTString<char> const&) /builds/worker/checkouts/gecko/dom/ipc/ContentChild.cpp:2739:11
[task 2024-06-06T09:04:14.480Z] 09:04:14 INFO - PID 28122 | #34 0x7faf06cfa842 in mozilla::dom::PContentChild::OnMessageReceived(IPC::Message const&) /builds/worker/workspace/obj-build/ipc/ipdl/PContentChild.cpp:10999:80
[task 2024-06-06T09:04:14.481Z] 09:04:14 INFO - PID 28122 | #35 0x7faeff50d40d in mozilla::ipc::MessageChannel::DispatchAsyncMessage(mozilla::ipc::ActorLifecycleProxy*, IPC::Message const&) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1820:25
[task 2024-06-06T09:04:14.481Z] 09:04:14 INFO - PID 28122 | #36 0x7faeff50a457 in mozilla::ipc::MessageChannel::DispatchMessage(mozilla::ipc::ActorLifecycleProxy*, mozilla::UniquePtr<IPC::Message, mozilla::DefaultDelete<IPC::Message>>) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1739:9
[task 2024-06-06T09:04:14.482Z] 09:04:14 INFO - PID 28122 | #37 0x7faeff50b135 in mozilla::ipc::MessageChannel::RunMessage(mozilla::ipc::ActorLifecycleProxy*, mozilla::ipc::MessageChannel::MessageTask&) /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1530:3
[task 2024-06-06T09:04:14.482Z] 09:04:14 INFO - PID 28122 | #38 0x7faeff50c102 in mozilla::ipc::MessageChannel::MessageTask::Run() /builds/worker/checkouts/gecko/ipc/glue/MessageChannel.cpp:1630:14
[task 2024-06-06T09:04:14.483Z] 09:04:14 INFO - PID 28122 | #39 0x7faefe0a006a in mozilla::RunnableTask::Run() /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:580:16
[task 2024-06-06T09:04:14.483Z] 09:04:14 INFO - PID 28122 | #40 0x7faefe08cf7d in mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex&> const&) /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:907:26
[task 2024-06-06T09:04:14.484Z] 09:04:14 INFO - PID 28122 | #41 0x7faefe08a7c8 in mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal(mozilla::detail::BaseAutoLock<mozilla::Mutex&> const&) /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:730:15
[task 2024-06-06T09:04:14.484Z] 09:04:14 INFO - PID 28122 | #42 0x7faefe08ade6 in mozilla::TaskController::ProcessPendingMTTask(bool) /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:516:36
[task 2024-06-06T09:04:14.486Z] 09:04:14 INFO - PID 28122 | #43 0x7faefe0a7714 in operator() /builds/worker/checkouts/gecko/xpcom/threads/TaskController.cpp:237:37
[task 2024-06-06T09:04:14.486Z] 09:04:14 INFO - PID 28122 | #44 0x7faefe0a7714 in mozilla::detail::RunnableFunction<mozilla::TaskController::TaskController()::$_1>::Run() /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.h:548:5
[task 2024-06-06T09:04:14.487Z] 09:04:14 INFO - PID 28122 | #45 0x7faefe0c8d14 in nsThread::ProcessNextEvent(bool, bool*) /builds/worker/checkouts/gecko/xpcom/threads/nsThread.cpp:1204:16
[task 2024-06-06T09:04:14.487Z] 09:04:14 INFO - PID 28122 | #46 0x7faefe0d3c58 in NS_ProcessNextEvent(nsIThread*, bool) /builds/worker/checkouts/gecko/xpcom/threads/nsThreadUtils.cpp:480:10
[task 2024-06-06T09:04:14.488Z] 09:04:14 INFO - PID 28122 | #47 0x7faeff5139dd in mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) /builds/worker/checkouts/gecko/ipc/glue/MessagePump.cpp:107:5
[task 2024-06-06T09:04:14.488Z] 09:04:14 INFO - PID 28122 | #48 0x7faeff40add4 in RunInternal /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:370:10
[task 2024-06-06T09:04:14.489Z] 09:04:14 INFO - PID 28122 | #49 0x7faeff40add4 in RunHandler /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:363:3
[task 2024-06-06T09:04:14.490Z] 09:04:14 INFO - PID 28122 | #50 0x7faeff40add4 in MessageLoop::Run() /builds/worker/checkouts/gecko/ipc/chromium/src/base/message_loop.cc:345:3
[task 2024-06-06T09:04:14.490Z] 09:04:14 INFO - PID 28122 | #51 0x7faf0789d7b9 in nsBaseAppShell::Run() /builds/worker/checkouts/gecko/widget/nsBaseAppShell.cpp:148:27
[task 2024-06-06T09:04:14.490Z] 09:04:14 INFO - PID 28122 | Direct leak of 56 byte(s) in 1 object(s) allocated from:
[task 2024-06-06T09:04:14.491Z] 09:04:14 INFO - PID 28122 | [Parent 28122, IPC I/O Parent] WARNING: Process 28469 hanging at shutdown; attempting crash report (fatal error).: file /builds/worker/checkouts/gecko/ipc/chromium/src/chrome/common/process_watcher_posix_sigchld.cc:207
[task 2024-06-06T09:04:14.491Z] 09:04:14 INFO - PID 28122 | [Parent 28122, IPC I/O Parent] WARNING: process 28469 exited on signal 6: file /builds/worker/checkouts/gecko/ipc/chromium/src/base/process_util_posix.cc:335
[task 2024-06-06T09:04:14.492Z] 09:04:14 INFO - PID 28122 | -----------------------------------------------------
[task 2024-06-06T09:04:14.492Z] 09:04:14 INFO - PID 28122 | Suppressions used:
[task 2024-06-06T09:04:14.492Z] 09:04:14 INFO - PID 28122 | count bytes template
[task 2024-06-06T09:04:14.493Z] 09:04:14 INFO - PID 28122 | 2 64 nsComponentManagerImpl
[task 2024-06-06T09:04:14.493Z] 09:04:14 INFO - PID 28122 | 1579 44897 libfontconfig.so
[task 2024-06-06T09:04:14.494Z] 09:04:14 INFO - PID 28122 | 2 18480 style::sharing::SHARING_CACHE_KEY
[task 2024-06-06T09:04:14.494Z] 09:04:14 INFO - PID 28122 | 2 8208 style::bloom::BLOOM_KEY
[task 2024-06-06T09:04:14.494Z] 09:04:14 INFO - PID 28122 | 25 4687 libEGL_mesa.so
[task 2024-06-06T09:04:14.495Z] 09:04:14 INFO - PID 28122 | 2 16393 libglib-2.0.so
[task 2024-06-06T09:04:14.495Z] 09:04:14 INFO - PID 28122 | 20 12800 libX11.so
[task 2024-06-06T09:04:14.496Z] 09:04:14 INFO - PID 28122 | 1653 479726 swrast_dri.so
[task 2024-06-06T09:04:14.497Z] 09:04:14 INFO - PID 28122 | 1 40 XPCWrappedNativeJSOps
[task 2024-06-06T09:04:14.498Z] 09:04:14 INFO - PID 28122 | -----------------------------------------------------
[task 2024-06-06T09:04:14.498Z] 09:04:14 INFO - Browser exited with return code 0
[task 2024-06-06T09:04:14.498Z] 09:04:14 INFO - ERROR | LeakSanitizer | SUMMARY: AddressSanitizer: 350096 byte(s) leaked in 2831 allocation(s).
[task 2024-06-06T09:04:14.499Z] 09:04:14 INFO - LeakSanitizer | To show the addresses of leaked objects add report_objects=1 to LSAN_OPTIONS
[task 2024-06-06T09:04:14.499Z] 09:04:14 INFO - This can be done in testing/mozbase/mozrunner/mozrunner/utils.py
[task 2024-06-06T09:04:14.500Z] 09:04:14 INFO - Allowed depth was 4
[task 2024-06-06T09:04:14.500Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at AllocateProtoAndIfaceCache, mozilla::dom::CreateGlobal, mozilla::dom::Window_Binding::Wrap, CreateNativeGlobalForInner
[task 2024-06-06T09:04:14.500Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame AllocateProtoAndIfaceCache matched a expected leak
[task 2024-06-06T09:04:14.501Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_malloc, js_pod_arena_malloc, maybe_pod_arena_malloc, pod_arena_malloc
[task 2024-06-06T09:04:14.501Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_malloc matched a expected leak
[task 2024-06-06T09:04:14.501Z] 09:04:14 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at match, match, match, match
[task 2024-06-06T09:04:14.502Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_malloc, js_pod_arena_malloc, MakeUTF8AtomHelperNonStaticValidLength, NewAtomNonStaticValidLength
[task 2024-06-06T09:04:14.502Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_malloc matched a expected leak
[task 2024-06-06T09:04:14.503Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at byte, js_arena_realloc, js_pod_arena_realloc, maybe_pod_arena_realloc
[task 2024-06-06T09:04:14.503Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_realloc matched a expected leak
[task 2024-06-06T09:04:14.504Z] 09:04:14 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at GetProperty, GetObjectElementOperation, GetElementOperationWithStackIndex, GetElementOperation
[task 2024-06-06T09:04:14.504Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_malloc, js_pod_arena_malloc, maybe_pod_arena_malloc, js::detail::OrderedHashTable
[task 2024-06-06T09:04:14.504Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_malloc matched a expected leak
[task 2024-06-06T09:04:14.505Z] 09:04:14 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at js::PrivateScriptData::InitFromStencil, JSScript::fullyInitFromStencil, JSScript::fromStencil, InstantiateScriptStencils
[task 2024-06-06T09:04:14.506Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at mozilla::detail::HashTable, changeTableSize, reserve, reserve
[task 2024-06-06T09:04:14.506Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame mozilla::detail::HashTable matched a expected leak
[task 2024-06-06T09:04:14.507Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_malloc, js_new, MakeUnique, js::SharedPropMap::addChild
[task 2024-06-06T09:04:14.507Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_malloc matched a expected leak
[task 2024-06-06T09:04:14.507Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at mozilla::detail::HashTable, changeTableSize, mozilla::detail::HashTable, reserve
[task 2024-06-06T09:04:14.507Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame mozilla::detail::HashTable matched a expected leak
[task 2024-06-06T09:04:14.508Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_realloc, js_pod_arena_realloc, maybe_pod_arena_realloc, pod_arena_realloc
[task 2024-06-06T09:04:14.508Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_realloc matched a expected leak
[task 2024-06-06T09:04:14.508Z] 09:04:14 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at unknown stack
[task 2024-06-06T09:04:14.508Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at mozilla::detail::HashTable, changeTableSize, rehashIfOverloaded, mozilla::detail::HashTable
[task 2024-06-06T09:04:14.508Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame mozilla::detail::HashTable matched a expected leak
[task 2024-06-06T09:04:14.509Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_malloc, js_pod_arena_malloc, maybe_pod_arena_malloc, mozilla::detail::HashTable
[task 2024-06-06T09:04:14.509Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_malloc matched a expected leak
[task 2024-06-06T09:04:14.509Z] 09:04:14 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at mozilla::EventListenerManager::HandleEventWithListenerArray, mozilla::EventListenerManager::HandleEventInternal, mozilla::EventTargetChainItem::HandleEvent, mozilla::EventTargetChainItem::HandleEventTargetChain
[task 2024-06-06T09:04:14.510Z] 09:04:14 INFO - TEST-FAIL | LeakSanitizer | leak at js_arena_malloc, v8::internal::Isolate::allocatePseudoHandle, NewByteArray, v8::internal::RegExpBytecodePeepholeOptimization::OptimizeBytecode
[task 2024-06-06T09:04:14.510Z] 09:04:14 INFO - INFO | LeakSanitizer | Frame js_arena_malloc matched a expected leak
[task 2024-06-06T09:04:14.510Z] 09:04:14 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at match, nsHtml5TreeOperation::Perform, nsHtml5TreeOpExecutor::RunFlushLoop, nsHtml5ExecutorReflusher::Run
[task 2024-06-06T09:04:14.515Z] 09:04:14 INFO - Closing logging queue
[task 2024-06-06T09:04:14.515Z] 09:04:14 INFO - queue closed
[task 2024-06-06T09:04:14.516Z] 09:04:14 INFO - INFO | runtests.py | ASan using symbolizer at /builds/worker/workspace/build/application/firefox/llvm-symbolizer
[task 2024-06-06T09:04:14.517Z] 09:04:14 INFO - LSan enabled.
[task 2024-06-06T09:04:14.517Z] 09:04:14 INFO - INFO | runtests.py | ASan running in default memory configuration
[task 2024-06-06T09:04:14.518Z] 09:04:14 INFO - Application command: /builds/worker/workspace/build/application/firefox/firefox --marionette about:blank -profile /tmp/tmp66d7osmq
[task 2024-06-06T09:04:14.519Z] 09:04:14 INFO - PID 28327 | ATTENTION: default value of option mesa_glthread overridden by environment.
[task 2024-06-06T09:04:14.519Z] 09:04:14 INFO - PID 28327 | 1717664351615 Marionette INFO Marionette enabled
[task 2024-06-06T09:04:14.520Z] 09:04:14 INFO - PID 28327 | ATTENTION: default value of option mesa_glthread overridden by environment.
[task 2024-06-06T09:04:14.520Z] 09:04:14 INFO - PID 28327 | 1717664351892 Marionette INFO Listening on port 45754
[task 2024-06-06T09:04:14.521Z] 09:04:14 INFO - PID 28327 | console.error: ({})
[task 2024-06-06T09:04:14.521Z] 09:04:14 INFO - PID 28327 | [ERROR error_support::handling] suggest-unexpected: Error from Remote Settings: Error parsing URL: relative URL with a cannot-be-a-base base
[task 2024-06-06T09:04:14.522Z] 09:04:14 INFO - PID 28327 | console.error: URLBar - QuickSuggest.SuggestBackendRust: "Ingest error: Error from Remote Settings: Error parsing URL: relative URL with a cannot-be-a-base base"
[task 2024-06-06T09:04:14.522Z] 09:04:14 INFO - Starting runner
[task 2024-06-06T09:04:15.447Z] 09:04:15 INFO - TEST-START | /html/webappapis/animation-frames/callback-cross-realm-report-exception.html
Updated•2 years ago
|
Component: General → DOM: Core & HTML
| Comment hidden (Intermittent Failures Robot) |
Comment 2•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•