Closed
Bug 1132487
Opened 10 years ago
Closed 4 years ago
crash in NlsAnsiToUnicode PR_Write
Categories
(Core :: Networking: HTTP, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kairo, Unassigned)
Details
(Keywords: crash, Whiteboard: [necko-backlog])
Crash Data
This bug was filed from the Socorro interface and is
report bp-d0ded643-97d3-43b7-add4-42f812150205.
=============================================================
Stack:
0 kernel32.dll NlsAnsiToUnicode
1 kernel32.dll CompareStringA
2 kernel32.dll lstrcmpiA
3 xul.dll nsBufferedInputStream::Fill() netwerk/base/src/nsBufferedStreams.cpp
4 xul.dll mozilla::net::nsHttpTransaction::ReadSegments(mozilla::net::nsAHttpSegmentReader*, unsigned int, unsigned int*) netwerk/protocol/http/nsHttpTransaction.cpp
5 nss3.dll PR_Assert nsprpub/pr/src/io/prlog.c
6 xul.dll mozilla::net::nsHttpConnection::OnOutputStreamReady(nsIAsyncOutputStream*) netwerk/protocol/http/nsHttpConnection.cpp
7 xul.dll mozilla::net::nsHttpConnectionMgr::DispatchAbstractTransaction(mozilla::net::nsHttpConnectionMgr::nsConnectionEntry*, mozilla::net::nsAHttpTransaction*, unsigned int, mozilla::net::nsHttpConnection*, int) netwerk/protocol/http/nsHttpConnectionMgr.cpp
8 xul.dll mozilla::net::nsHttpConnectionMgr::DispatchTransaction(mozilla::net::nsHttpConnectionMgr::nsConnectionEntry*, mozilla::net::nsHttpTransaction*, mozilla::net::nsHttpConnection*)
There are other stacks around that have NSS or external DLLs in it, like bp-d346618c-faa1-464a-8dce-fccb32150205 or bp-4b088253-ca56-47a1-b826-f108c2150205 but all those stacks seem to come from HTTP connections.
At least some part of the URLs seem to point to Indonesian sites so that might have some connection:
271 https://www.facebook.com/
84 about:newtab
37 https://ibank.klikbca.com/
29 about:blank
24 https://mail.google.com/mail/u/0/#inbox
22 https://agent.lionair.co.id/LionAirAgentsIBE/OnlineBooking.aspx
20 https://agent.lionair.co.id/LionAirAgentsPortal/Default.aspx
17 https://ibank.klikbca.com/authentication.do
15 https://ibank.klikbca.com/authentication.do?value(actions)=logout
15 https://id.yahoo.com/?p=us
15 https://www.youtube.com/
14 https://mail.google.com/mail/#inbox
This is the #11 crash in early 36.0b8 data, with ~1% of all crashes, but it exists in 35 release as well.
Comment 1•9 years ago
|
||
Aaron, do you think this is a dup of 1222933?
Flags: needinfo?(aklotz)
Summary: crash in NlsAnsiToUnicode → crash in NlsAnsiToUnicode PR_Write
Whiteboard: [necko-backlog]
Comment 3•9 years ago
|
||
Crash volume for signature 'NlsAnsiToUnicode':
- nightly (version 50): 0 crash from 2016-06-06.
- aurora (version 49): 0 crash from 2016-06-07.
- beta (version 48): 1 crash from 2016-06-06.
- release (version 47): 484 crashes from 2016-05-31.
- esr (version 45): 2 crashes from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 0 0 0
- aurora 0 0 0 0 0 0 0
- beta 1 0 0 0 0 0 0
- release 62 69 83 87 74 72 15
- esr 0 1 0 0 0 0 0
Affected platform: Windows
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox-esr45:
--- → affected
Comment 4•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 5•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 6•4 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•