Closed
Bug 799410
Opened 13 years ago
Closed 9 years ago
OOM crash in nsHttpTransaction::WriteSegments
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash)
Crash Data
It's #82 top browser crasher in 16.0b6.
There are two kinds of stack traces:
* the main one:
Frame Module Signature Source
0 mozalloc.dll mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:23
1 mozalloc.dll mozalloc_handle_oom memory/mozalloc/mozalloc_oom.cpp:27
2 mozalloc.dll moz_xmalloc memory/mozalloc/mozalloc.cpp:56
3 xul.dll nsHttpTransaction::WriteSegments netwerk/protocol/http/nsHttpTransaction.cpp:616
4 xul.dll nsHttpConnection::OnSocketReadable netwerk/protocol/http/nsHttpConnection.cpp:1386
5 xul.dll nsHttpConnection::OnInputStreamReady netwerk/protocol/http/nsHttpConnection.cpp:1506
6 xul.dll nsSocketInputStream::OnSocketReady netwerk/base/src/nsSocketTransport2.cpp:221
7 xul.dll nsSocketTransport::OnSocketReady netwerk/base/src/nsSocketTransport2.cpp:1539
8 xul.dll nsSocketTransportService::DoPollIteration netwerk/base/src/nsSocketTransportService2.cpp:743
9 xul.dll nsSocketTransportService::Run netwerk/base/src/nsSocketTransportService2.cpp:614
10 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:624
11 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:257
12 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:395
13 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:90
* a secondary one:
Frame Module Signature Source
0 mozalloc.dll mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:23
1 mozalloc.dll mozalloc_handle_oom memory/mozalloc/mozalloc_oom.cpp:27
2 mozalloc.dll moz_xmalloc memory/mozalloc/mozalloc.cpp:56
3 xul.dll nsHttpTransaction::WriteSegments netwerk/protocol/http/nsHttpTransaction.cpp:616
4 xul.dll mozilla::net::SpdyStream3::WriteSegments netwerk/protocol/http/SpdyStream3.cpp:216
5 xul.dll mozilla::net::SpdySession3::WriteSegments netwerk/protocol/http/SpdySession3.cpp:1717
6 xul.dll nsHttpConnection::OnSocketReadable netwerk/protocol/http/nsHttpConnection.cpp:1386
7 xul.dll nsHttpConnection::OnInputStreamReady netwerk/protocol/http/nsHttpConnection.cpp:1506
8 xul.dll nsSocketInputStream::OnSocketReady netwerk/base/src/nsSocketTransport2.cpp:221
9 xul.dll nsSocketTransport::OnSocketReady netwerk/base/src/nsSocketTransport2.cpp:1539
10 xul.dll nsSocketTransportService::DoPollIteration netwerk/base/src/nsSocketTransportService2.cpp:743
11 xul.dll nsSocketTransportService::Run netwerk/base/src/nsSocketTransportService2.cpp:614
12 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:624
13 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:257
14 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:395
15 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:90
More reports at:
https://crash-stats.mozilla.com/report/list?signature=mozalloc_abort%28char+const*+const%29+|+mozalloc_handle_oom%28unsigned+int%29+|+moz_xmalloc+|+nsHttpTransaction%3A%3AWriteSegments%28nsAHttpSegmentWriter*%2C+unsigned+int%2C+unsigned+int*%29
Updated•10 years ago
|
Crash Signature: [@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsHttpTransaction::WriteSegments(nsAHttpSegmentWriter*, unsigned int, unsigned int*)] → [@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsHttpTransaction::WriteSegments(nsAHttpSegmentWriter*, unsigned int, unsigned int*)]
[@ mozalloc_abort | mozalloc_handle_oom | moz_xmalloc | nsHttpTransaction::Writ…
Comment 1•9 years ago
|
||
this has gone away after firefox 41 afaict
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•