Closed
Bug 1001904
Opened 11 years ago
Closed 10 years ago
crash in mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsMultiplexInputStreamConstructor(nsISupports*, nsID const&, void**)
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox29 | --- | affected |
People
(Reporter: alex_mayorga, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-065920e9-c0f6-4c7a-9288-896a42140426.
=============================================================
![]() |
||
Comment 1•11 years ago
|
||
More reports at https://crash-stats.mozilla.com/report/list?signature=mozalloc_abort%28char+const%2A+const%29+%7C+mozalloc_handle_oom%28unsigned+int%29+%7C+moz_xmalloc+%7C+nsMultiplexInputStreamConstructor%28nsISupports%2A%2C+nsID+const%26%2C+void%2A%2A%29
I so far only see 28 and 29 affected, but newer releases haven't made it to a larger audience yet.
Top frames:
0 mozalloc.dll mozalloc_abort(char const * const) memory/mozalloc/mozalloc_abort.cpp
1 mozalloc.dll mozalloc_handle_oom(unsigned int) memory/mozalloc/mozalloc_oom.cpp
2 mozalloc.dll moz_xmalloc memory/mozalloc/mozalloc.cpp
3 xul.dll nsMultiplexInputStreamConstructor(nsISupports *,nsID const &,void * *) xpcom/io/nsMultiplexInputStream.cpp
4 xul.dll mozilla::GenericFactory::CreateInstance(nsISupports *,nsID const &,void * *) xpcom/glue/GenericFactory.cpp
5 xul.dll nsComponentManagerImpl::CreateInstance(nsID const &,nsISupports *,nsID const &,void * *) xpcom/components/nsComponentManager.cpp
6 xul.dll nsCreateInstanceByCID::operator()(nsID const &,void * *) xpcom/glue/nsComponentManagerUtils.cpp
7 xul.dll nsCOMPtr_base::assign_from_helper(nsCOMPtr_helper const &,nsID const &) xpcom/glue/nsCOMPtr.cpp
8 xul.dll nsCOMPtr<nsIMultiplexInputStream>::nsCOMPtr<nsIMultiplexInputStream>(nsCOMPtr_helper const &) obj-firefox/dist/include/nsCOMPtr.h
9 xul.dll nsHttpTransaction::Init(unsigned int,nsHttpConnectionInfo *,nsHttpRequestHead *,nsIInputStream *,bool,nsIEventTarget *,nsIInterfaceRequestor *,nsITransportEventSink *,nsIAsyncInputStream * *) netwerk/protocol/http/nsHttpTransaction.cpp
10 xul.dll mozilla::net::nsHttpChannel::SetupTransaction() netwerk/protocol/http/nsHttpChannel.cpp
[...]
Sounds like networking so I'm moving it there.
Updated•10 years ago
|
Crash Signature: [@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsMultiplexInputStreamConstructor(nsISupports*, nsID const&, void**)] → [@ mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsMultiplexInputStreamConstructor(nsISupports*, nsID const&, void**)]
[@ mozalloc_abort | mozalloc_handle_oom | moz_xmalloc | nsMultiplexInputStreamConstructor]
Comment 2•10 years ago
|
||
none in 28 days
https://archive.mozilla.org/pub/thunderbird/tinderbox-builds/comm-beta-win32/1450216170/comm-beta-win32-bm94-build1-build0.txt.gz
Please reopen if you still see this in a current version
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Comment 3•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•