Closed
Bug 787564
Opened 12 years ago
Closed 12 years ago
Today repository cause a black display on SGS2/Otoro due to regression from bug 778079
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:+)
VERIFIED
FIXED
blocking-basecamp | + |
People
(Reporter: hub, Assigned: fabrice)
References
Details
(Keywords: smoketest)
Attachments
(2 files)
Today repository cause a black display on a Samsung Galaxy S2
dmesg show
<6>[ 1.755654] failed to copy MFC F/W during init
Which according to someone on #b2g could be the cause of the problem.
It has been reported to not occur on other hardware.
Comment 1•12 years ago
|
||
adb logcat: http://pastebin.mozilla.org/1794457
dmesg: http://pastebin.mozilla.org/1794471
testing with a build of 2012-08-29 it works fine
also works fine when flashing only kernel file of 2012-08-31
when flashing the system.img of 2012-08-31 then I get black screen with the above logs
Comment 2•12 years ago
|
||
Using a build from 29/08 works fine. So it doesn't block 755568 anymore.
Comment 3•12 years ago
|
||
FWIW, this happens to me with otoro.
I'm currently bisecting. So far, I know ef2c0cf39715 is good and b449366e9663 is broken. I'm further bisecting.
Updated•12 years ago
|
Severity: normal → blocker
blocking-basecamp: --- → ?
Keywords: smoketest
OS: Linux → Gonk
Hardware: x86_64 → ARM
Summary: Today repository cause a black display on SGS2 → Today repository cause a black display on SGS2/Otoro
Comment 5•12 years ago
|
||
I can confirm m-i + a backout of bug 778079 works on otoro.
Severity: blocker → normal
blocking-basecamp: ? → ---
OS: Gonk → Linux
Hardware: ARM → x86_64
Updated•12 years ago
|
Severity: normal → blocker
blocking-basecamp: --- → ?
OS: Linux → Gonk
Hardware: x86_64 → ARM
Updated•12 years ago
|
Summary: Today repository cause a black display on SGS2/Otoro → Today repository cause a black display on SGS2/Otoro due to regression from bug 778079
Assignee | ||
Comment 6•12 years ago
|
||
Weird, I tested on mine and this was working. I'll take a look later today.
Assignee | ||
Comment 7•12 years ago
|
||
Just reflashed my L5, and it starts whithout issues (using current inbound + gaia tip). I will try on the otoro next.
Comment 8•12 years ago
|
||
How do you flash?
Assignee | ||
Comment 9•12 years ago
|
||
On the L5 we do just ./flash.sh system, and then make install-gaia
Assignee | ||
Comment 10•12 years ago
|
||
build at https://releases.mozilla.com/b2g/latest/otoro_2012-09-03_ics.zip on an otoro works here. Can someone else verify that?
Comment 11•12 years ago
|
||
I'm using ./flash.sh ; i guess this could be the problem. install-gaia may be installing things in a different place than what is already in userdata.img, which would mean that b2g isn't reading the data from userdata.img properly. (and considering a build with bug 778079 backed out does work, the data *is* in userdata.img)
Assignee | ||
Comment 12•12 years ago
|
||
install-gaia has not been updated yet to push stuff to /system/b2g/webapps. It looks like it's some file permission issue that make us fail on the otoro. Fix coming...
Comment 13•12 years ago
|
||
Okay, so the problem is that bug 778079 requires /system to be mounted rw. If I adb remount and run m-c with bug 778079, it works. If I then remount /system as read-only and restart b2g, it still works. It looks like the only problem is /system/b2g/webapps not being created in system.img, and/or b2g failing to start when /system/b2g/webapps doesn't exist and it fails to create it.
Assignee | ||
Comment 14•12 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #13)
> Okay, so the problem is that bug 778079 requires /system to be mounted rw.
> If I adb remount and run m-c with bug 778079, it works. If I then remount
> /system as read-only and restart b2g, it still works. It looks like the only
> problem is /system/b2g/webapps not being created in system.img, and/or b2g
> failing to start when /system/b2g/webapps doesn't exist and it fails to
> create it.
That's correct, and this fails because of call to GetDir in FileUtils,jsm with shouldCreate = true
Assignee | ||
Comment 15•12 years ago
|
||
Assignee: nobody → fabrice
Attachment #657947 -
Flags: review?(21)
Attachment #657947 -
Flags: review?(21) → review+
Assignee | ||
Comment 16•12 years ago
|
||
Comment 17•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 18•12 years ago
|
||
Still happening here.
Severity: blocker → normal
Status: RESOLVED → REOPENED
blocking-basecamp: ? → ---
OS: Gonk → Linux
Hardware: ARM → x86_64
Resolution: FIXED → ---
Updated•12 years ago
|
blocking-basecamp: --- → ?
OS: Linux → Gonk
Hardware: x86_64 → ARM
Updated•12 years ago
|
Severity: normal → blocker
Reporter | ||
Comment 19•12 years ago
|
||
sorry, the usual "Firefox reset the field" bug :-/
Assignee | ||
Comment 20•12 years ago
|
||
On which device? Is there anything in logcat?
Reporter | ||
Comment 21•12 years ago
|
||
still on SGS2 - the only device I have. (hint, I'm the OR on the this bug)
Reporter | ||
Comment 22•12 years ago
|
||
Logcat is very very verbose. What shall I be looking for?
Assignee | ||
Comment 23•12 years ago
|
||
just filter the Gecko and GeckoConsole lines.
Reporter | ||
Comment 24•12 years ago
|
||
E/GeckoConsole( 5138): [JavaScript Warning: "Error in parsing value for 'background-size'. Declaration dropped." {file: "chrome://browser/content/content.css" line: 188}]
I/GeckoDump( 5138): Opened socket on 9999
I/Gecko ( 5138): [AccessFu] INFO attach
I/Gecko ( 5138): Logging GL tracing output to /system/b2g/firefox.trace
I/Gecko ( 5138): Attempting load of /data/local/egltrace.so
I/Gecko ( 5138): Attempting load of libEGL.so
E/GeckoConsole( 5138): OpenGL LayerManager Initialized Succesfully.
E/GeckoConsole( 5138): Version: OpenGL ES 2.0
E/GeckoConsole( 5138): Vendor: ARM
E/GeckoConsole( 5138): Renderer: Mali-400 MP
E/GeckoConsole( 5138): FBO Texture Target: TEXTURE_2D
E/GeckoConsole( 5138): GC(T+0.0) Total Time: 67.9ms, Compartments Collected: 83, Total Compartments: 83, MMU (20ms): 0%, MMU (50ms): 0%, SCC Sweep Total: 16.2ms, SCC Sweep Max Pause: 8.6ms, Reason: MAYBEGC, Nonincremental Reason: malloc bytes trigger, Allocated: 6MB, +Chunks: 9, -Chunks: 0
E/GeckoConsole( 5138): Totals: Mark: 29.1ms, Mark Roots: 3.8ms, Mark Weak: 0.1ms, Mark Gray: 2.2ms, Mark Gray and Weak: 0.1ms, Finalize Start Callback: 0.2ms, Sweep: 24.1ms, Sweep Atoms: 2.0ms, Sweep Compartments: 7.2ms, Sweep Tables: 4.5ms, Sweep Object: 7.7ms, Sweep String: 0.3ms, Sweep Script: 0.4ms, Sweep Shape: 4.4ms, Sweep Discard Code: 0.9ms, Discard Analysis: 1.2ms, Free TI Arena: 0.2ms, Sweep Types: 0.4ms, Clear Script Analysis: 0.3ms, Finalize End Callback: 2.1ms, End Callback: 2.3ms
E/GeckoConsole( 5138): [JavaScript Error: "Error: Don't know about this message type: undefined" {file: "jar:file:///system/b2g/omni.ja!/components/RadioInterfaceLayer.js" line: 463}]
E/GeckoConsole( 5138): [JavaScript Warning: "Error in parsing value for '-moz-transform'. Declaration dropped." {file: "app://system.gaiamobile.org/style/list_menu/list_menu.css" line: 42}]
E/GeckoConsole( 5138): [JavaScript Warning: "Error in parsing value for '-moz-transform'. Declaration dropped." {file: "app://system.gaiamobile.org/style/list_menu/list_menu.css" line: 46}]
E/GeckoConsole( 5138): [JavaScript Warning: "Error in parsing value for 'line-height'. Declaration dropped." {file: "app://system.gaiamobile.org/style/themes/default/menus.css" line: 40}]
I/Gecko ( 5138): ###################################### forms.js loaded
I/GeckoDump( 5138): XXX FIXME : Got a mozContentEvent: system-app-ready
I/Gecko ( 5138): *** AUS:SVC Checker:getUpdateURL - update URL: http://update.boot2gecko.org/m2.5/updates.xml
E/GeckoConsole( 5138): AUS:SVC Checker:getUpdateURL - update URL: http://update.boot2gecko.org/m2.5/updates.xml
I/Gecko ( 5138): *** AUS:SVC gCanCheckForUpdates - able to check for updates
E/GeckoConsole( 5138): AUS:SVC gCanCheckForUpdates - able to check for updates
I/Gecko ( 5138): *** AUS:SVC Checker:checkForUpdates - sending request to: http://update.boot2gecko.org/m2.5/updates.xml
E/GeckoConsole( 5138): AUS:SVC Checker:checkForUpdates - sending request to: http://update.boot2gecko.org/m2.5/updates.xml
I/Gecko ( 5138): *** UTM:SVC TimerManager:notify - notified @mozilla.org/updates/update-service;1
E/GeckoConsole( 5138): UTM:SVC TimerManager:notify - notified @mozilla.org/updates/update-service;1
E/GeckoConsole( 5138): GC(T+1.2) Total Time: 82.4ms, Compartments Collected: 96, Total Compartments: 104, MMU (20ms): 0%, MMU (50ms): 34%, SCC Sweep Total: 9.8ms, SCC Sweep Max Pause: 0.7ms, Max Pause: 32.6ms, Allocated: 6MB, +Chunks: 1, -Chunks: 0
E/GeckoConsole( 5138): Slice: 0, Pause: 32.6 (When: 0.0ms, Reason: SET_NEW_DOCUMENT): Mark: 31.2ms, Mark Discard Code: 0.8ms, Mark Roots: 3.1ms
E/GeckoConsole( 5138): Slice: 3, Pause: 3.1 (When: 1060.4ms, Reason: TRANSPLANT): Mark: 0.1ms, Mark Delayed: 0.1ms, Sweep: 0.2ms, Sweep Atoms: 2.3ms, Deallocate: 0.1ms, End Callback: 0.2ms
E/GeckoConsole( 5138): Totals: Mark: 58.1ms, Mark Discard Code: 0.8ms, Mark Roots: 3.1ms, Mark Delayed: 2.4ms, Mark Weak: 0.2ms, Mark Gray: 0.7ms, Finalize Start Callback: 0.3ms, Sweep: 18.6ms, Sweep Atoms: 2.3ms, Sweep Compartments: 7.8ms, Sweep Tables: 4.2ms, Sweep Object: 0.9ms, Sweep String: 0.1ms, Sweep Script: 0.3ms, Sweep Shape: 3.1ms, Sweep Discard Code: 1.0ms, Discard Analysis: 1.9ms, Discard TI: 0.3ms, Free TI Arena: 0.1ms, Sweep Types: 0.5ms, Clear Script Analysis: 0.6ms, Finalize End Callback: 4.0ms, Dea
I/Gecko ( 5138): *** AUS:SVC Checker:onError - request.status: 2152398878
E/GeckoConsole( 5138): AUS:SVC Checker:onError - request.status: 2152398878
I/Gecko ( 5138): *** AUS:SVC getStatusTextFromCode - transfer error: Update server not found (check your internet connection), code: 2152398878
E/GeckoConsole( 5138): AUS:SVC getStatusTextFromCode - transfer error: Update server not found (check your internet connection), code: 2152398878
I/Gecko ( 5138): *** AUS:SVC UpdateService:notify:listener - error during background update: Update server not found (check your internet connection)
E/GeckoConsole( 5138): AUS:SVC UpdateService:notify:listener - error during background update: Update server not found (check your internet connection)
I/Gecko ( 5138): RIL Worker: DateTimeZone string 12/09/04,19:32:49-28,01,
I/Gecko ( 5138): RIL Worker: DateTimeZone string 12/09/04,19:32:49-28,01,
Reporter | ||
Comment 25•12 years ago
|
||
then the process restart...
Assignee | ||
Comment 26•12 years ago
|
||
Restarting is a crash, so it's a different issue. This bug was about not loading the system app, while in your log we see it's loaded (and there are some css errors).
Reporter | ||
Comment 27•12 years ago
|
||
The bug was about I get a black screen since that day. The problem is still there from 2012-08-31 14:32 PDT when I filed the bug.
Assignee | ||
Comment 28•12 years ago
|
||
bug 788263 has be filed for the SGS2 specific issue.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 29•12 years ago
|
||
The issue has always been a SGS2 issue.
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•