Closed
Bug 706140
Opened 14 years ago
Closed 9 years ago
Crash Report [@ mozilla::net::HttpBaseChannel::DoNotifyListener ]
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nhirata, Unassigned)
Details
(Keywords: crash, reproducible, Whiteboard: [native-crash], [QA+])
Crash Data
Frame Module Signature [Expand] Source
0 libxul.so mozilla::net::HttpBaseChannel::DoNotifyListener netwerk/protocol/http/HttpBaseChannel.cpp:1441
1 libxul.so nsHttpChannel::ContinueHandleAsyncRedirect netwerk/protocol/http/nsHttpChannel.cpp:389
2 libxul.so nsHttpChannel::OnRedirectVerifyCallback netwerk/protocol/http/nsHttpChannel.cpp:4971
3 libxul.so nsAsyncVerifyRedirectCallbackEvent::Run netwerk/base/src/nsAsyncRedirectVerifyHelper.cpp:77
4 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:625
5 libxul.so NS_ProcessNextEvent_P obj-firefox/xpcom/build/nsThreadUtils.cpp:245
6 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:110
7 libxul.so MessageLoop::RunInternal ipc/chromium/src/base/message_loop.cc:208
8 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:201
9 libxul.so nsBaseAppShell::Run widget/src/xpwidgets/nsBaseAppShell.cpp:189
10 libxul.so nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:221
11 libxul.so XRE_main toolkit/xre/nsAppRunner.cpp:3558
12 libxul.so Java_org_mozilla_gecko_GeckoAppShell_nativeRun toolkit/xre/nsAndroidStartup.cpp:103
13 libmozutils.so Java_org_mozilla_gecko_GeckoAppShell_nativeRun other-licenses/android/APKOpen.cpp:286
14 libdvm.so dvmPlatformInvoke
15 libdvm.so dvmCallJNIMethod_general
16 libdvm.so dvmResolveNativeMethod
17 libdvm.so dvmAsmSisterStart
18 libdvm.so dvmMterpStd
19 libdvm.so dvmInterpret
20 libdvm.so dvmCallMethodV
21 libdvm.so dvmCallMethod
22 libdvm.so dvmDetachCurrentThread
23 libc.so pthread_key_create
24 libc.so pthread_create
![]() |
Reporter | |
Comment 1•14 years ago
|
||
![]() |
Reporter | |
Updated•14 years ago
|
Crash Signature: [@ mozilla::net::HttpBaseChannel::DoNotifyListener ]
![]() |
Reporter | |
Comment 2•14 years ago
|
||
Only 2 crashes in dec : https://crash-stats.mozilla.com/report/list?product=FennecAndroid&query_search=signature&query_type=contains&query=mozilla%3A%3Anet%3A%3AHttpBaseChannel%3A%3ADoNotifyListener&reason_type=contains&date=01%2F31%2F2012%2014%3A27%3A33&range_value=30&range_unit=days&hang_type=any&process_type=any&do_query=1&admin=1&signature=mozilla%3A%3Anet%3A%3AHttpBaseChannel%3A%3ADoNotifyListener dup report;
Does not seem to occur in XUL:
https://crash-stats.mozilla.com/query/query?product=Fennec&version=ALL%3AALL&range_value=30&range_unit=days&date=01%2F31%2F2012+14%3A27%3A33&query_search=signature&query_type=contains&query=mozilla%3A%3Anet%3A%3AHttpBaseChannel%3A%3ADoNotifyListener&reason=&build_id=&process_type=any&hang_type=any&do_query=1
closing as WFM
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 3•13 years ago
|
||
There are still crashes at a very low volume: https://crash-stats.mozilla.com/report/list?signature=mozilla%3A%3Anet%3A%3AHttpBaseChannel%3A%3ADoNotifyListener
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Version: 11 Branch → Trunk
Comment 4•13 years ago
|
||
This is a cached redirect that has been vetoed or otherwise failed, and the crash seems to be happening in the listener's OnStopRequest(): I can't see how it could segfault within DoNotifyListener itself.
Do we ever lose stack frames in crash report on Android? I.e. could I be right and the crash is in some C++ or JS (I assume it's C++, but I don't know what object is the listener on Android) but we don't see the stack for that in the report?
![]() |
Reporter | |
Comment 5•13 years ago
|
||
1. go to http://www.n24.de/news/newsitem_8039031.html?id=1561057&autoplay=true
2. tap on the plugin icon to start flash
3. click play
Expected: no crash
Actual: crash
Note:
7/2/2012 Nightly, Nexus S, Gingerbread
Keywords: reproducible
Whiteboard: [native-crash], str-wanted, [QA+] → [native-crash], [QA+]
![]() |
||
Comment 6•13 years ago
|
||
I just saw this rising in yesterday's data on 15.0.1, but it looks like this signature isn't present at all on 16 or higher. Should we close it?
Comment 7•9 years ago
|
||
no longer in crash-stats
Status: REOPENED → RESOLVED
Closed: 14 years ago → 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•