Closed
Bug 777597
Opened 13 years ago
Closed 13 years ago
Making a geolocation permission crashes on html4demos.com/geo
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: tchung, Assigned: kanru)
References
()
Details
Attachments
(2 files)
|
215.97 KB,
text/plain
|
Details | |
|
7.44 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
When trying to accept geolocation permissions, browser App will crash and restart.
logcat attached, but not sure if its helpful. Also, bug 774580 may be related, and unsure if the patch there will fix this problem.
Environment
-07-25-2012 daily build
- gaia commit: 578593de74dd70a0aa6c3d4a5f652d739e342694
- gecko commit: 3632e0895ae248b818dd50317534b4cb4cdc934a
Repro:
1) install daily on otoro
2) launch browser App, and go to URL
3) click YES on the geolocation doorhanger
4) wait a bit, and verify the browser app will crash and restart to lockscreen
Expected;
- hitting yes to Geolocation should not crash the browser, and instead load the page
Actual:
- crash and restart lockscreen
Updated•13 years ago
|
Summary: Making a geolocation data call crashes on html4demos.com/geo → Making a geolocation permission crashes on html4demos.com/geo
| Assignee | ||
Comment 1•13 years ago
|
||
Program received signal SIGSEGV, Segmentation fault.
0x40913710 in GonkGPSGeolocationProvider::ReleaseDataConnection (this=<value optimized out>)
at /home/kanru/zone2/mozilla/central/dom/system/gonk/GonkGPSGeolocationProvider.cpp:299
299 mRIL->DeactivateDataCall(mCid, NS_LITERAL_STRING("Close SUPL session"));
| Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → kchen
Attachment #646226 -
Flags: review?(doug.turner)
Updated•13 years ago
|
Attachment #646226 -
Flags: review?(doug.turner) → review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 3•13 years ago
|
||
Target Milestone: --- → mozilla17
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
blocking-basecamp: ? → +
The fixed status has been verified
There is no crach anymore after accept the permission
but still can't get the geolocation information
please see https://github.com/mozilla-b2g/gaia/issues/2815
You need to log in
before you can comment on or make changes to this bug.
Description
•