Closed
Bug 881894
Opened 13 years ago
Closed 8 years ago
Turning the phone in the browser causes the phone to reboot
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: abr, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
3.92 KB,
text/plain
|
Details |
On an Unagi phone, the current mozilla-central tip will cause the phone to reboot if when the accelerometer is activated in a way that would normally reorient the screen, but only when running the browser app.
Updated•13 years ago
|
blocking-b2g: --- → koi?
Comment 1•13 years ago
|
||
I can only reproduce bug on debug build.
STR:
1. open Browser app.
2. turn the phone 180 degree, Browser app will rotate 180 degree.
3. turn the phone 180 degree again, phone will reboot.
here is the logcat, looks like assert happened in ShadowLayers.cpp
>I/InputReader( 3443): Reconfiguring input devices. changes=0x00000004
>I/InputReader( 3443): Device reconfigured: id=7, name='atmel-touchscreen', surface size is now 320x480, mode is 1
>I/Gecko ( 3443): [Parent 3443] WARNING: throttled animations not up to date: '!nsLayoutUtils::AreAsyncAnimationsEnabled() || mPresContext->ThrottledStyleIsUpToDate()', file /Users/hellfire/workspace/hg/mozilla-central/layout/style/nsTransitionManager.cpp, line 503
>I/Gecko ( 3443): [Parent 3443] WARNING: throttled animations not up to date: '!nsLayoutUtils::AreAsyncAnimationsEnabled() || mPresContext->ThrottledStyleIsUpToDate()', file /Users/hellfire/workspace/hg/mozilla-central/layout/style/nsTransitionManager.cpp, line 503
>I/Gecko ( 3443): [Parent 3443] WARNING: throttled animations not up to date: '!nsLayoutUtils::AreAsyncAnimationsEnabled() || mPresContext->ThrottledStyleIsUpToDate()', file /Users/hellfire/workspace/hg/mozilla-central/layout/style/nsTransitionManager.cpp, line 503
>I/Gecko ( 3443): [Parent 3443] WARNING: throttled animations not up to date: '!nsLayoutUtils::AreAsyncAnimationsEnabled() || mPresContext->ThrottledStyleIsUpToDate()', file /Users/hellfire/workspace/hg/mozilla-central/layout/style/nsTransitionManager.cpp, line 503
>D/memalloc( 3443): /dev/pmem: Allocated buffer base:0x4ab00000 size:614400 offset:0 fd:96
>D/memalloc( 3443): /dev/pmem: Allocated buffer base:0x4ab00000 size:614400 offset:614400 fd:103
>D/memalloc( 3443): /dev/pmem: Freeing buffer base:0x4acc3000 size:614400 offset:1847296 fd:124
>D/memalloc( 3443): /dev/pmem: Freeing buffer base:0x4ac2d000 size:614400 offset:1232896 fd:116
>I/Gecko ( 3596): [Child 3596] WARNING: nsWindow::GetNativeData not implemented for this type: file /Users/hellfire/workspace/hg/mozilla-central/widget/xpwidgets/PuppetWidget.cpp, line 670
>V/EventHub( 3443): wake() called
>V/EventHub( 3443): awoken after wake()
>I/InputReader( 3443): Reconfiguring input devices. changes=0x00000004
>I/InputReader( 3443): Device reconfigured: id=7, name='atmel-touchscreen', surface size is now 320x480, mode is 1
>I/Gecko ( 3443): [Parent 3443] ###!!! ABORT: should have bailed by now: 'nCsets > 0', file /Users/hellfire/workspace/hg/mozilla-central/gfx/layers/ipc/ShadowLayers.cpp, line 447
>E/Gecko ( 3443): mozalloc_abort: [Parent 3443] ###!!! ABORT: should have bailed by now: 'nCsets > 0', file /Users/hellfire/workspace/hg/mozilla-central/gfx/layers/ipc/ShadowLayers.cpp, line 447
>F/libc ( 3443): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)
>I/Gecko ( 3495): [Child 3495] WARNING: shutting down early because of crash!: file /Users/hellfire/workspace/hg/mozilla-central/dom/ipc/ContentChild.cpp, line 919
>I/Gecko ( 3596): [Child 3596] WARNING: shutting down early because of crash!: file /Users/hellfire/workspace/hg/mozilla-central/dom/ipc/ContentChild.cpp, line 919
>I/Gecko ( 3523): [Child 3523] WARNING: shutting down early because of crash!: file /Users/hellfire/workspace/hg/mozilla-central/dom/ipc/ContentChild.cpp, line 919
>I/Gecko ( 3596): [Child 3596] WARNING: content process _exit()ing: file /Users/hellfire/workspace/hg/mozilla-central/dom/ipc/ContentChild.cpp, line 968
>I/Gecko ( 3495): [Child 3495] WARNING: content process _exit()ing: file /Users/hellfire/workspace/hg/mozilla-central/dom/ipc/ContentChild.cpp, line 968
>I/Gecko ( 3523): [Child 3523] WARNING: content process _exit()ing: file /Users/hellfire/workspace/hg/mozilla-central/dom/ipc/ContentChild.cpp, line 968
>I/DEBUG ( 3444): debuggerd committing suicide to free the zombie!
>I/DEBUG ( 3613): debuggerd: May 13 2013 10:21:30
Comment 2•13 years ago
|
||
Also debug build. The unagi was on the table, showing the Firefox browser upside down for some reason. I picked it up and got a MOZ_CRASH. Backtrace attached.
Comment 3•13 years ago
|
||
Whoops! Wrong attachment. Now fixed.
Attachment #762807 -
Attachment is obsolete: true
Comment 5•12 years ago
|
||
(In reply to Preeti Raghunath(:Preeti) from comment #4)
> qa,
>
> Is this repro on 1.2?
No. It doesn't reproduce on a 1.2 production build on Buri. Don't know if it's present on a debug build or not, but we don't actively support debug builds on 1.2.
Keywords: qawanted
Updated•12 years ago
|
blocking-b2g: koi? → ---
Comment 6•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•