Closed
Bug 587335
Opened 15 years ago
Closed 15 years ago
Crash [@ nsTransitionManager::WillRefresh] with transitions and reloading
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 592698
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file, 1 obsolete file)
439 bytes,
text/html
|
Details |
See testcase, which crashes current trunk build after 500ms.
http://crash-stats.mozilla.com/report/index/601fd77d-f91a-474e-a770-280e22100814
0 xul.dll nsTransitionManager::WillRefresh layout/style/nsTransitionManager.cpp:931
1 xul.dll nsRefreshDriver::Notify layout/base/nsRefreshDriver.cpp:227
2 xul.dll nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:428
3 xul.dll nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:517
4 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:547
5 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:118
6 xul.dll xul.dll@0xa7a733
7 xul.dll MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:219
8 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:202
9 xul.dll _SEH_epilog4
10 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:176
11 xul.dll nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:175
Tracking bug for CSS transitions for Firefox 4 is bug 537142, btw.
Reporter | ||
Comment 1•15 years ago
|
||
Uh, the navigator.plugins.refresh() part isn't even necessary.
Attachment #466000 -
Attachment is obsolete: true
Reporter | ||
Updated•15 years ago
|
Summary: Crash [@ nsTransitionManager::WillRefresh] with transitions and navigator.plugins.refresh → Crash [@ nsTransitionManager::WillRefresh] with transitions and reloading
blocking2.0: --- → final+
Might this be a testcase for bug 592698? Is it fixed by the patch there?
![]() |
||
Comment 3•15 years ago
|
||
Yes, it is. I'll add a test for that bug based on this testcase.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsTransitionManager::WillRefresh]
You need to log in
before you can comment on or make changes to this bug.
Description
•