Closed
Bug 1398004
Opened 8 years ago
Closed 8 years ago
Intermittent /eventsource/format-field-id.htm | pop from empty list
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 1398030
People
(Reporter: intermittent-bug-filer, Assigned: stone)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell unknown])
Comment 1•8 years ago
|
||
Bisection confirms that this and bug 1398030 both started when bug 1397215 landed. That said, it looks like there's a real Gecko bug here that needs investigating. Can you please take a look, Stone?
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sshih
Flags: needinfo?(sshih)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 4•8 years ago
|
||
Please note that there is also an assertion happening right before the failure:
[task 2017-09-13T08:27:20.645424Z] 08:27:20 INFO - PID 2802 | Assertion failure: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1))), at /builds/worker/workspace/build/src/dom/base/EventSource.cpp:971
[task 2017-09-13T08:27:20.762538Z] 08:27:20 INFO - PID 2802 | #01: mozilla::dom::EventSourceImpl::SetupHttpChannel() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.770423Z] 08:27:20 INFO - PID 2802 | #02: mozilla::dom::EventSourceImpl::InitChannelAndRequestEventSource() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.778364Z] 08:27:20 INFO - PID 2802 | #03: mozilla::dom::EventSourceImpl::TimerCallback(nsITimer*, void*) (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.786378Z] 08:27:20 INFO - PID 2802 | #04: nsTimerImpl::Fire(int) (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.790816Z] 08:27:20 INFO - PID 2802 | #05: nsTimerEvent::Run() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.798803Z] 08:27:20 INFO - PID 2802 | #06: nsThread::ProcessNextEvent(bool, bool*) [clone .part.252] (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.806881Z] 08:27:20 INFO - PID 2802 | #07: NS_ProcessNextEvent(nsIThread*, bool) (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.814985Z] 08:27:20 INFO - PID 2802 | #08: mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.818939Z] 08:27:20 INFO - PID 2802 | #09: MessageLoop::RunInternal() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.826892Z] 08:27:20 INFO - PID 2802 | #10: MessageLoop::Run() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.834745Z] 08:27:20 INFO - PID 2802 | #11: nsBaseAppShell::Run() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.842931Z] 08:27:20 INFO - PID 2802 | #12: XRE_RunAppShell() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.851076Z] 08:27:20 INFO - PID 2802 | #13: mozilla::ipc::MessagePumpForChildProcess::Run(base::MessagePump::Delegate*) (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.851527Z] 08:27:20 INFO - PID 2802 | #14: MessageLoop::RunInternal() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.852591Z] 08:27:20 INFO - PID 2802 | #15: MessageLoop::Run() (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.860869Z] 08:27:20 INFO - PID 2802 | #16: .L271 (/builds/worker/workspace/build/application/firefox/libxul.so)
[task 2017-09-13T08:27:20.923426Z] 08:27:20 INFO - PID 2802 | #17: content_process_main(mozilla::Bootstrap*, int, char**) (/builds/worker/workspace/build/application/firefox/firefox)
[task 2017-09-13T08:27:20.925475Z] 08:27:20 INFO - PID 2802 | #18: main (/builds/worker/workspace/build/application/firefox/firefox)
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #4)
> Please note that there is also an assertion happening right before the
> failure:
>
Yes. This is the same as bug 1398030.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•