Closed
Bug 880160
Opened 13 years ago
Closed 13 years ago
B2G Emulator: Can not launch due to "Segmentation fault"
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edgar, Assigned: edgar)
References
Details
This cause by my below patch.
https://github.com/mozilla-b2g/platform_external_qemu/commit/aece119472ba3509202de0d2b25167b1237cd0c2
Sorry for that.
| Assignee | ||
Comment 1•13 years ago
|
||
'amodem_nvram_set()' uses 'modem->nvram_config', but in 'amodem_load_nvram()' the 'modem->nvram_config' isn't initialized. So emulator crash with 'Segmentation fault'.
Commit aece11 [1] was just trying to use common code for saving nvram configuration. This only changes few places and cause problem, we should revert this commit.
Revert commit aece11:
https://github.com/mozilla-b2g/platform_external_qemu/commit/c25491b71e8ad29143b751c54dca7cf9625cc8b7
[1] https://github.com/mozilla-b2g/platform_external_qemu/commit/aece119472ba3509202de0d2b25167b1237cd0c2
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•