Closed
Bug 610044
Opened 15 years ago
Closed 15 years ago
Crash [@ mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame]
Categories
(Core :: Networking: Cache, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | - | --- |
People
(Reporter: jdm, Assigned: mayhemer)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
3.72 KB,
patch
|
jduell.mcbugs
:
review+
blassey
:
approval2.0+
|
Details | Diff | Splinter Review |
Looks like use of a deleted/not created actor.
http://crash-stats.mozilla.com/report/index/3506a7ae-1d90-45f4-a231-c2e0b2101105
0 libxul.so mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame RPCChannel.h:221
1 libxul.so mozilla::ipc::RPCChannel::Send ipc/glue/RPCChannel.cpp:141
2 libxul.so mozilla::docshell::POfflineCacheUpdateParent::SendAssociateDocuments POfflineCacheUpdateParent.cpp:104
3 libxul.so mozilla::docshell::OfflineCacheUpdateParent::ApplicationCacheAvailable uriloader/prefetch/OfflineCacheUpdateParent.cpp:164
4 libxul.so nsOfflineCacheUpdate::AssociateDocuments uriloader/prefetch/nsOfflineCacheUpdate.cpp:1704
5 libxul.so nsOfflineCacheUpdate::FinishNoNotify uriloader/prefetch/nsOfflineCacheUpdate.cpp:1800
6 libxul.so nsOfflineCacheUpdate::Finish uriloader/prefetch/nsOfflineCacheUpdate.cpp:1836
7 libxul.so nsOfflineCacheUpdate::ManifestCheckCompleted uriloader/prefetch/nsOfflineCacheUpdate.cpp:1502
8 libxul.so nsManifestCheck::OnStopRequest uriloader/prefetch/nsOfflineCacheUpdate.cpp:265
9 libxul.so nsHTTPCompressConv::OnStopRequest netwerk/streamconv/converters/nsHTTPCompressConv.cpp:127
10 libxul.so nsStreamListenerTee::OnStopRequest netwerk/base/src/nsStreamListenerTee.cpp:71
11 libxul.so nsHttpChannel::OnStopRequest netwerk/protocol/http/nsHttpChannel.cpp:3959
12 libxul.so nsInputStreamPump::OnStateStop netwerk/base/src/nsInputStreamPump.cpp:578
13 libxul.so nsInputStreamPump::OnInputStreamReady netwerk/base/src/nsInputStreamPump.cpp:403
14 libxul.so nsInputStreamReadyEvent::Run xpcom/io/nsStreamUtils.cpp:112
15 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:609
16 libxul.so NS_ProcessNextEvent_P nsThreadUtils.cpp:250
17 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:110
18 libxul.so MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:219
19 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:202
20 libxul.so nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:181
21 libxul.so nsAppStartup::Run toolkit/components/startup/src/nsAppStartup.cpp:191
22 libxul.so XRE_main toolkit/xre/nsAppRunner.cpp:3682
23 fennec main mobile/app/nsBrowserApp.cpp:155
24 libc-2.5.so libc-2.5.so@0x14973
25 fennec Output mobile/app/nsBrowserApp.cpp:77
| Assignee | ||
Comment 1•15 years ago
|
||
Will look at this. Probably just needs to check IPC is still alive.
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 2.0b3+
Updated•15 years ago
|
tracking-fennec: 2.0b3+ → ?
| Assignee | ||
Comment 2•15 years ago
|
||
Brad, why exactly this moving with flags?
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Brad, why exactly this moving with flags?
We are unsure if the crash still exists. If it does exist, we can block on it.
Updated•15 years ago
|
tracking-fennec: ? → ---
| Reporter | ||
Comment 4•15 years ago
|
||
While not a high volume crash at all (once in the past week), this still exists:
http://crash-stats.mozilla.com/report/index/5d559ed2-7acc-49fa-bfdb-d9a9d2101128
| Assignee | ||
Comment 5•15 years ago
|
||
It's work for about an hour, I can have a patch for this.
Comment 6•15 years ago
|
||
(In reply to comment #4)
> While not a high volume crash at all (once in the past week), this still
> exists:
>
> http://crash-stats.mozilla.com/report/index/5d559ed2-7acc-49fa-bfdb-d9a9d2101128
that build is from 11/3
| Assignee | ||
Comment 7•15 years ago
|
||
Attachment #496173 -
Flags: review?(jduell.mcbugs)
Updated•15 years ago
|
Attachment #496173 -
Flags: review?(jduell.mcbugs) → review+
Comment 8•15 years ago
|
||
Comment on attachment 496173 [details] [diff] [review]
v1 [Check in comment 10]
We should land this for fennec
Attachment #496173 -
Flags: approval2.0?
Comment 9•15 years ago
|
||
actually this should really be a fennec blocker of some kind IMHO. Not that approval vs blocking makes a big difference here.
tracking-fennec: --- → ?
Updated•15 years ago
|
Attachment #496173 -
Flags: approval2.0? → approval2.0+
Updated•15 years ago
|
tracking-fennec: ? → 2.0-
| Assignee | ||
Comment 10•15 years ago
|
||
Comment on attachment 496173 [details] [diff] [review]
v1 [Check in comment 10]
http://hg.mozilla.org/mozilla-central/rev/6177495526e7
Attachment #496173 -
Attachment description: v1 → v1 [Check in comment 10]
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Crash Signature: [@ mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame]
You need to log in
before you can comment on or make changes to this bug.
Description
•