Closed
Bug 1192200
Opened 10 years ago
Closed 10 years ago
flame-kk nightly crashes b2g when calling startLeScan
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1190751
People
(Reporter: janjongboom, Unassigned)
References
Details
Attachments
(1 file)
210.03 KB,
text/x-log
|
Details |
On Flame. Got nightly_v4 base image and latest shallow flash images. Then run `navigator.mozBluetooth.defaultAdapter.startLeScan([])`.
Result: b2g crashes
ADB log file attached
Reporter | ||
Comment 1•10 years ago
|
||
This looks like the culprit:
I/(Preallocated app)( 5152): PAC file installed from data: URI
I/RollingSpider( 5132): Content JS LOG: [EVENT] connecting
I/RollingSpider( 5132): at StateManager.prototype<.handleEvent (app://dc68c4b3-9445-8948-b7b7-1121835c1ef0/js/state_manager.js:72:9)
I/RollingSpider( 5132): Content JS LOG: [EVENT] scanning-start
I/RollingSpider( 5132): at StateManager.prototype<.handleEvent (app://dc68c4b3-9445-8948-b7b7-1121835c1ef0/js/state_manager.js:72:9)
E/bluetoothd( 4702): unsupported service 0x9
E/bt-btif ( 4702): bta_jv_rfcomm_stop_server
I/ServiceManager( 191): service 'android.security.keystore' died
I/ServiceManager( 191): service 'SurfaceFlinger' died
I/ServiceManager( 191): service 'permission' died
I/ServiceManager( 191): service 'display.qservice' died
I/Gecko ( 5132): [Child 5132] WARNING: pipe error (13): Connection reset by peer: file /builds/slave/b2g_m-cen_flm-kk_ntly-00000000/build/gecko/ipc/chromium/src/chrome/common/ipc_channel_posix.cc, line 459
I/Gecko ( 4811):
I/Gecko ( 4811): ###!!! [Child][MessageChannel] Error: (msgtype=0x3A00E1,name=PContent::Msg_AsyncMessage) Channel error: cannot send/recv
I/Gecko ( 4811):
I/ServiceManager( 191): service 'media.audio_flinger' died
I/ServiceManager( 191): service 'media.player' died
I/ServiceManager( 191): service 'media.camera' died
I/ServiceManager( 191): service 'media.audio_policy' died
We've spent two days and we're trying to bisect the problem now. ni Jocelyn for more input.
Flags: needinfo?(joliu)
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 4•10 years ago
|
||
I have some updates in https://bugzilla.mozilla.org/show_bug.cgi?id=1190751#c5.
Flags: needinfo?(joliu)
You need to log in
before you can comment on or make changes to this bug.
Description
•