Closed
Bug 642898
Opened 15 years ago
Closed 14 years ago
Firefox freezes on quit while getting current location
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kazuho, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier:
Firefox freezes on quit when it uses GeoLocation API (nsIDOMGeoLocation). The component should handle shutdown or any other quit event to abort internal HTTP request and release all resources.
Reproducible: Always
Steps to Reproduce:
1. call nsIDOMGeoLocation::getCurrentPosition or watchPosition
2. While nsIDOMGeoLocation is loading location, quit Firefox
Actual Results:
Firefox won't quit and freezes, need to force quit
Expected Results:
nsIDOMGeoLocation should stop loading location and releases all resource, Firefox should quit normally.
Unable to reproduce. Can you please provide a link to a test page? Also, see if you can reproduce this with a new Firefox profile.
http://kb.mozillazine.org/Profile_manager#Mac_OS_X
Comment 2•14 years ago
|
||
wfm. no response from reporter.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•