Closed
Bug 1141363
Opened 10 years ago
Closed 10 years ago
fx crashing when download is being completed while in safe mode
Categories
(Toolkit :: Safe Browsing, defect)
Tracking
()
VERIFIED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | verified |
People
(Reporter: kjozwiak, Assigned: mmc)
References
Details
Attachments
(1 file, 1 obsolete file)
1.30 KB,
patch
|
mmc
:
review+
|
Details | Diff | Splinter Review |
When a download is about to be completed, fx crashes every single time. This is probably happening when the .exe is being scanned via the phishing/safe browsing protection mechanism.
* Firefox 39.0a1 Crash Report [@ PendingDBLookup::LookupSpecInternal(nsACString_internal const&)]
** https://crash-stats.mozilla.com/report/index/c6b7db15-8291-44bb-a964-c71582150309
** https://crash-stats.mozilla.com/report/index/12730e59-1338-4aeb-b543-d76fe2150309
STR:
- download the latest m-c
- select the hamburger menu -> Open Help Menu -> Restart with Add-ons Disabled and select "Safe Mode" when prompted
- once fx re-launches in safe mode, download something from http://ftp.mozilla.org/pub/mozilla.org/
- once the download is completed, you'll receive the crash instantly
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mmc
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8574964 [details] [diff] [review]
Check to see we can get UrlClassifierDBService before using it (
Review of attachment 8574964 [details] [diff] [review]:
-----------------------------------------------------------------
This would explain the null pointer violation. I also searched http://mxr.mozilla.org/mozilla-central/search?string=NS_URLCLASSIFIERDBSERVICE_CONTRACTID%2C to make sure we are checking the return value for getting the service elsewhere. (I missed this in bug 1134954 because I only searched for NS_URICLASSIFIER, the other interface name for this service).
Attachment #8574964 -
Flags: review?(francois)
Assignee | ||
Comment 3•10 years ago
|
||
r+ from sworkman in person
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8574967 [details] [diff] [review]
Check to see we can get UrlClassifierDBService before using it (
r+ from sworkman in person
Attachment #8574967 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Attachment #8574964 -
Attachment is obsolete: true
Attachment #8574964 -
Flags: review?(francois)
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 7•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Reporter | ||
Comment 9•10 years ago
|
||
Went through verification using the following build:
* http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015-03-12-03-02-48-mozilla-central/
Test Cases used:
- ensured enabling/disabling "browser.safebrowsing.downloads.enabled" while not in safe mode successfully checks for table updates
- ensured enabling/disabling "browser.safebrowsing.downloads.enabled" in safe mode doesn't attempt to fetch table updates
- Downloaded several file types (.exe, .dmg, .tar.bz2, .jpg, Chrome executable, Skype executable) without issues
- ensured that you can switch between safe mode/none-safe mode without problems
OS's Used:
Ubuntu 14.04.1 x64 - PASSED
Windows 8.1 x64 - PASSED
OSX 10.10.2 x64 - PASSED
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•