Closed
Bug 1262907
Opened 9 years ago
Closed 9 years ago
crash on shutdown in nsCOMPtr<nsILoadGroup>::get called from mozilla::net::HttpAsyncAborter<mozilla::net::HttpChannelChild>::HandleAsyncAbort
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1261070
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: crash)
Attachments
(1 file)
3.74 KB,
text/plain
|
Details |
Firefox debug build on Linux64 built locally from:
https://hg.mozilla.org/integration/mozilla-inbound/rev/336759fb7df0
STR:
1. load slashdot.org, wait a few seconds for it to load, then click the Stop
button before it's fully loaded
2. quit
I tried to reproduce it, but it didn't crash the second time.
It's the web content process that crashed, stack:
...
#5 <signal handler called>
#6 nsCOMPtr<nsILoadGroup>::get (this=0xe5e5e5e5e5e5e705) at nsCOMPtr.h:721
#7 nsCOMPtr<nsILoadGroup>::operator nsILoadGroup* (this=0xe5e5e5e5e5e5e705) at nsCOMPtr.h:729
#8 mozilla::net::HttpAsyncAborter<mozilla::net::HttpChannelChild>::HandleAsyncAbort (this=0x7fce516794a8) at mozilla/net/HttpBaseChannel.h:578
#9 mozilla::net::HttpChannelChild::HandleAsyncAbort (this=0x7fce51679000) at netwerk/protocol/http/HttpChannelChild.cpp:1080
#10 mozilla::net::HttpChannelChild::FailedAsyncOpen (this=0x7fce51679000, status=@0x7fce4e8694f0: NS_ERROR_NOT_AVAILABLE) at netwerk/protocol/http/HttpChannelChild.cpp:1091
#11 mozilla::net::FailedAsyncOpenEvent::Run (this=0x7fce4e8694e0) at netwerk/protocol/http/HttpChannelChild.cpp:1060
(see attachment for full stack)
Comment 1•9 years ago
|
||
This is a dup of bug 1261070. Thanks.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Group: core-security → core-security-release
Updated•7 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•