Closed
Bug 1755254
Opened 3 years ago
Closed 3 years ago
message_pump_libevent.cc:113:5: error: profiler_thread_wake was not declared in this scope; did you mean ProfilerThreadId?
Categories
(Firefox :: Untriaged, defect)
Firefox
Untriaged
Tracking
()
RESOLVED
DUPLICATE
of bug 1755450
People
(Reporter: petr.sumbera, Unassigned)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Solaris build fails with:
14:49.86 /builds/psumbera/mozilla-central-build/obj-x86_64-pc-solaris2.11/dist/include/nsIFrame.h:410:8: note: mozilla::FrameProperties::PropertyType<mozilla::SmallValueHol der<mozilla::FrameBidiData> > {aka struct mozilla::FrameBidiData} declared here
14:49.86 410 | struct FrameBidiData {
14:49.86 | ^~~~~~~~~~~~~
14:53.53 In file included from Unified_cpp_ipc_chromium0.cpp:83:
14:53.53 /builds/psumbera/mozilla-central-build/ipc/chromium/src/base/message_pump_libevent.cc: In static member function static void base::MessagePumpLibevent::OnWakeup(in t, short int, void*):
14:53.53 /builds/psumbera/mozilla-central-build/ipc/chromium/src/base/message_pump_libevent.cc:113:5: error: profiler_thread_wake was not declared in this scope; did you mean ProfilerThreadId?
14:53.53 113 | profiler_thread_wake();
14:53.53 | ^~~~~~~~~~~~~~~~~~~~
14:53.53 | ProfilerThreadId
..
The first bad revision is:
changeset: 607483:eaeaf7286193
parent: 607480:46048399bf0f
user: Gabriele Svelto <gsvelto@mozilla.com>
date: Fri Feb 11 05:31:21 2022 -0800
description:
Bug 1748643 - Do not process MIDI runnables after shutdown r=padenot
Reporter | ||
Updated•3 years ago
|
Keywords: regression
Regressed by: 1748643
Updated•3 years ago
|
Has Regression Range: --- → yes
Reporter | ||
Comment 1•3 years ago
|
||
My bisectiing was erroneous (not sure why). Closing as a duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•