Closed
Bug 1064556
Opened 11 years ago
Closed 9 years ago
Crash in nsJARChannel::OnStartRequest with null mListener
Categories
(Core :: Networking: JAR, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jld, Unassigned)
Details
(Whiteboard: [necko-would-take])
Attachments
(1 file)
|
136.19 KB,
application/octet-stream
|
Details |
I can't easily reproduce it, but I'd just flashed master/m-c B2G on my Flame, and had started the Browser app, typed a URL, and hit the equivalent of Enter.
Crash reason: SIGSEGV
Crash address: 0x0
Thread 0 (crashed)
0 libxul.so!nsJARChannel::OnStartRequest(nsIRequest*, nsISupports*) [nsJARChannel.cpp : 1098 + 0x4]
1 libxul.so!nsInputStreamPump::OnStateStart() [nsInputStreamPump.cpp : 531 + 0x9]
2 libxul.so!nsInputStreamPump::OnInputStreamReady(nsIAsyncInputStream*) [nsInputStreamPump.cpp : 433 + 0x5]
3 libxul.so!nsInputStreamReadyEvent::Run() [nsStreamUtils.cpp : 169 + 0x5]
1098 nsresult rv = mListener->OnStartRequest(this, mListenerContext);
| Reporter | ||
Comment 1•11 years ago
|
||
Comment on attachment 8486018 [details]
4fd4c528-f01c-9004-75a012fe-4a822c52.dmp
…and because I can't attach the crash reporter symbols directly: https://people.mozilla.org/~jedavis/4fd4c528-f01c-9004-75a012fe-4a822c52/b2g-35.0a1.en-US.android-arm.crashreporter-symbols.zip
Attachment #8486018 -
Attachment mime type: application/vnd.tcpdump.pcap → application/octet-stream
| Reporter | ||
Comment 2•11 years ago
|
||
Git hashes:
Gecko: 8d45e2920d2f34f0f148a750b8ad3bd605effde3
Gaia: 96179a39249d0d7c7fd3485001c596c31b296cec
Specifically, this has the patch for bug 1048615.
Updated•10 years ago
|
Whiteboard: [necko-would-take]
Comment 3•9 years ago
|
||
I believe this bug no longer exists.
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
•