Closed
Bug 1216055
Opened 10 years ago
Closed 9 years ago
crash in nsPresContext::IsRootContentDocument()
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | affected |
People
(Reporter: Sylvestre, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-42703b3f-ccc2-490f-95a1-44be62151014.
=============================================================
I don't have the STR but it happened a few times for me lately.
This is the Thunderbird crash #2 but it also affects Fx.
Comment 1•10 years ago
|
||
Crashes go back at least as far as 20150604 41.0a1. This is gone in version 42 betas, if crash-stats is to believed - https://crash-stats.mozilla.com/search/?product=Thunderbird&signature=~nsPresContext%3A%3AIsRootContentDocument&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports
(In reply to Sylvestre Ledru [:sylvestre] from comment #0)
> This bug was filed from the Socorro interface and is
> report bp-42703b3f-ccc2-490f-95a1-44be62151014.
0 libxul.so nsPresContext::IsRootContentDocument() layout/base/nsDisplayList.h
1 libxul.so PresShell::ScheduleImageVisibilityUpdate() layout/base/nsPresShell.cpp
2 libxul.so nsRefreshDriver::Tick(long, mozilla::TimeStamp) layout/base/nsRefreshDriver.cpp
3 libxul.so nsRefreshDriver::DoTick() layout/base/nsRefreshDriver.cpp
4 libxul.so nsRefreshDriver::Tick(long, mozilla::TimeStamp) layout/base/nsRefreshDriver.cpp
5 libxul.so nsRefreshDriver::DoTick() layout/base/nsRefreshDriver.cpp
6 libxul.so nsRefreshDriver::FinishedWaitingForTransaction() layout/base/nsRefreshDriver.cpp
7 libxul.so mozilla::layers::CompositorChild::RecvDidComposite(unsigned long const&, unsigned long const&) gfx/layers/ipc/CompositorChild.cpp
8 libxul.so mozilla::layers::PCompositorChild::OnMessageReceived(IPC::Message const&) /builds/slave/tb-rel-c-beta-l64_bld-00000000/build/objdir-tb/ipc/ipdl/PCompositorChild.cpp:931
9 libxul.so mozilla::ipc::MessageChannel::DispatchAsyncMessage(IPC::Message const&) ipc/glue/MessageChannel.cpp
10 libxul.so mozilla::ipc::MessageChannel::DispatchMessage(IPC::Message const&) ipc/glue/MessageChannel.cpp
11 libxul.so mozilla::ipc::MessageChannel::OnMaybeDequeueOne() ipc/glue/MessageChannel.cpp
12 libxul.so MessageLoop::RunTask(Task*) ipc/chromium/src/base/message_loop.cc
13 libxul.so MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const&) ipc/chromium/src/base/message_loop.cc
14 libxul.so MessageLoop::DoWork() ipc/chromium/src/base/message_loop.cc
Comment 2•10 years ago
|
||
Rare cases only for Firefox 42 beta and 43 aurora
https://crash-stats.mozilla.com/search/?product=firefox&signature=~nsPresContext%3A%3AIsRootContentDocument&version=!41.0.1&version=!41.0.2&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#crash-reports
Keywords: topcrash → topcrash-thunderbird
Comment 4•9 years ago
|
||
Consistent with comment 1, thish crash is gone from thunderbird starting 42.beta https://crash-stats.mozilla.com/search/?product=Thunderbird&signature=%3DnsPresContext%3A%3AIsRootContentDocument&date=%3E2016-03-01&_facets=signature&_columns=date&_columns=version&_columns=build_id&_columns=platform&_columns=email&_columns=user_comments#crash-reports
And I don't see other crashes like this reported with your email :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•