Closed
Bug 1048229
Opened 11 years ago
Closed 11 years ago
[keon] b2g-info returns "Fatal error: Two B2G main processes found"
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1048024
People
(Reporter: janx, Unassigned)
Details
I just updated gecko and gaia on my keon from today's mozilla-central, and I get this error:
root@android:/ # b2g-info
Fatal error: Two B2G main processes found (pids 1010 and 1014)
root@android:/ # b2g-ps
APPLICATION SEC USER PID PPID VSIZE RSS WCHAN PC NAME
b2g 0 root 1010 1 192132 70448 ffffffff 400565e0 S /system/b2g/b2g
(Nuwa) 0 root 1014 1010 55180 16136 ffffffff 400565e0 S /system/b2g/b2g
Built-in Keyboa 2 app_1080 1080 1014 71536 24556 ffffffff 400565e0 S /system/b2g/b2g
Homescreen 2 app_1119 1119 1014 70604 30364 ffffffff 400565e0 S /system/b2g/b2g
Settings 2 app_1157 1157 1014 118420 33224 ffffffff 400565e0 S /system/b2g/b2g
Smart Collectio 2 app_1162 1162 1010 71156 27516 ffffffff 401035e0 S /system/b2g/plugin-container
Homescreen 2 app_1175 1175 1014 63112 22140 ffffffff 400565e0 S /system/b2g/b2g
Messages 2 app_1295 1295 1014 67012 27740 ffffffff 400565e0 S /system/b2g/b2g
(Preallocated a 2 app_1317 1317 1014 62088 21084 ffffffff 400565e0 S /system/b2g/b2g
Reporter | ||
Comment 1•11 years ago
|
||
Doing a full reflash (./build.sh && ./flash.sh) doesn't help:
$ adb shell b2g-info
Fatal error: Two B2G main processes found (pids 107 and 252)
$ adb shell b2g-ps
APPLICATION SEC USER PID PPID VSIZE RSS WCHAN PC NAME
b2g 0 root 107 1 190332 67436 ffffffff 400cf5e0 S /system/b2g/b2g
(Nuwa) 0 root 252 107 55180 16064 ffffffff 400cf5e0 S /system/b2g/b2g
Built-in Keyboa 2 app_407 407 252 71600 24688 ffffffff 400cf5e0 S /system/b2g/b2g
Homescreen 2 app_449 449 252 109820 32688 ffffffff 400cf5e0 S /system/b2g/b2g
(Preallocated a 2 app_487 487 252 61064 21072 ffffffff 400cf5e0 S /system/b2g/b2g
Smart Collectio 2 app_488 488 107 72180 27556 ffffffff 400f05e0 S /system/b2g/plugin-container
Homescreen 2 app_505 505 252 63112 22196 ffffffff 400cf5e0 S /system/b2g/b2g
Looks like Nuwa is mistaken as a main process by b2g-info.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•