Re: [Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-25 Thread costales
Thanks a lot Olivier for your support :) We'll try that |o/ -- Sent using Dekko from my Ubuntu device -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-25 Thread Olivier Tilloy
Marcos, what probably happened is that during those 8 hours that the app was in the background your device ran low on memory at some point, and the system decided to kill the oxide renderer process to free up some memory. The way to go in that case is to monitor webProcessStatus, as I suggested

Re: [Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-24 Thread costales
Hi Olivier :) I found a behavior: Open uNav and put in background. Open it after 8hours and uNav will have a white screen (because it hasn't that webview anymore, I don't know why). I saw some apps, like Telegram, are reloaded when they come from background, but it is not a new fresh start.

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-04 Thread Olivier Tilloy
I agree, reloading the webview (thus most probably loosing the current navigation state) wouldn’t be great. Displaying an error message would at the very least give some useful feedback to the user, as opposed to a plain white view. Of course this is not enough, we need to understand where the

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-04 Thread Chris Coulson
Monitoring webProcessStatus and then doing a reload if the process is killed by the system is probably ok for most webapps, but this isn't great for a navigation app. What happens to the state of the current navigation if the render process is killed and the webview has to be reloaded? -- You

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-04 Thread Olivier Tilloy
Marcos and Michele: if you can reliably reproduce the issue, could you please monitor what’s happening with the CPU and memory usage of all processes (using top in phablet-shell) when that happens? When the web process is killed by the system because it is running out of memory (CPU usage

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-03 Thread Michele Giacomoli
Hi Olivier I'm experiencing the same problem mentioned by Marcos, from 2/3 OTAs now. In my case you don't even need to return from another app, it happens while driving. Thank you guys -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-03 Thread costales
Hi Olivier :) > @Marcos: what do you mean by "uNav is generating a lot of > process/second"? uNav is doing a lot of calculations by second when you're driving. Then the CPU usage is so high. > IIRC I once suggested you to monitor the 'webProcessStatus' property of > the webview, and offer some

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-03 Thread Olivier Tilloy
@Marcos: what do you mean by "uNav is generating a lot of process/second"? IIRC I once suggested you to monitor the 'webProcessStatus' property of the webview, and offer some user feedback when it’s killed or crashed. It doesn’t look like anything like that is implemented in uNav. You can take a

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2016-05-02 Thread costales
Hi, IMO this persists in RC-proposed. uNav has a white page when you return from another to it. uNav is generating a lot of process/second. Thanks in advance! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+15.10.20151022.1-0ubuntu1 --- webbrowser-app (0.23+15.10.20151022.1-0ubuntu1) wily; urgency=medium [ CI Train Bot ] * New rebuild forced. * Resync trunk. [ Olivier Tilloy ] * Add an exception to the generated apparmor

Re: [Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-10-22 Thread David Barth
"white screens" while using the app is pretty extreme: it means that the renderer gets killed while the app runs, as opposed to the oom killer getting rid of a dormant app to free up some resources for the foreground tasks. Is there are particular webapp where you manage to reproduce that more

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-10-21 Thread Ilonka
After OTA7 I have still white screens in a WebApp. Mostly when enter App again coming from another App, but also during using the App. I use a BQ4.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-10-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white screens

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-10-06 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white screens

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-09-29 Thread David Barth
** Changed in: canonical-devices-system-image Status: Confirmed => In Progress ** Also affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** No longer affects: unity8 (Ubuntu) ** Changed in: webbrowser-app (Ubuntu) Status: New => Fix Committed ** Changed

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-09-22 Thread David Barth
** Branch linked: lp:~abreu-alexandre/webbrowser-app/handle-webapp- renderer-crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white screens frequently

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-09-11 Thread Jean-Baptiste Lallement
The browser's render process being killed by OOM is bug 1478853 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white screens frequently seen in web

[Bug 1375215] Re: System runs out of memory

2015-09-10 Thread John McAleely
Recent reproduction notes (on OEM bug #1490529 ) Scrolling in webapps can cause white screen not being able to scroll anymore. Product: Krillin bq Aquaris E4.5, E5 FW version: r24,r4 HW version: MP Actual Result: FB & browser screen go white after scrolling a while. Expected Result: Facebook

[Bug 1375215] Re: System runs out of memory

2015-09-10 Thread John McAleely
I think this bug should be de-duped, and re-opened. the behaviour is back, and the fix in bug #1376165 seems to have been insufficient :-) ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** This bug is no longer a duplicate of private bug 1376165 **

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-09-10 Thread Jamie Strandboge
FYI, I've also seen this on arale. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white screens frequently seen in web renderers To manage notifications

[Bug 1375215] Re: System runs out of memory - white screens frequently seen in web renderers

2015-09-10 Thread John McAleely
** Changed in: canonical-devices-system-image Assignee: (unassigned) => David Barth (dbarth) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory - white

[Bug 1375215] Re: System runs out of memory

2015-07-07 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1376165 *** https://bugs.launchpad.net/bugs/1376165 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity8 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of

[Bug 1375215] Re: System runs out of memory

2014-10-03 Thread Jamie Strandboge
*** This bug is a duplicate of bug 1376165 *** https://bugs.launchpad.net/bugs/1376165 ** Tags removed: rtm14 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of

[Bug 1375215] Re: System runs out of memory

2014-10-01 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 1376165 *** https://bugs.launchpad.net/bugs/1376165 ** This bug has been marked a duplicate of private bug 1376165 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1375215] Re: System runs out of memory

2014-09-30 Thread Tom Haddon
I've removed all scopes apart from the app scope, and rebooted my phone. unity8-dash is currently using about half the virtual memory it was previously (I had configured the Wikipedia scope, the BBC news scope, the My Music scope and the My Photos scope to appear in my scope list) upon initial

[Bug 1375215] Re: System runs out of memory

2014-09-30 Thread Tom Haddon
I've just updated to krillin 14.09 #3 + all updates applied. Here's unity processes from just after a reboot. Will keep an eye on it and let you know if things get worse: https://pastebin.canonical.com/117883/ I've still got just the app scope configured in my dash. -- You received this bug

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread Jean-Baptiste Lallement
** Summary changed: - White screen in webbrowser and webapps / system runs out of memory and kills oxide-renderer + System runs out of memory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread Jean-Baptiste Lallement
** Description changed: krillin 14.09 #2 + all updates applied - After installing the youtube webapps, the browser and all the webapps - render briefly the go all white. + After running the system for a while (few minutes) the system runs out of memory and start killing processes. + It is

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread Olivier Tilloy
** Changed in: oxide-qt (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375215 Title: System runs out of memory To manage notifications about this bug go

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread kevin gunn
we did very recently fix a bug in memleak qtubuntu. please retest ensuring an image with the branch linked against bug 1206146 ** Changed in: unity8 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread David Barth
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1303676 provides some background about the general problem, and has links to other individual bug / tasks and branches that were used to manage the problem a few months ago. -- You received this bug notification because you are a

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread Chris Coulson
Client apps should definitely not quit if the render process quits, as that kind of defeats the purpose of having isolated render processes (if they crash, they should not take down the app) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread Olivier Tilloy
we did very recently fix a bug in memleak qtubuntu. please retest ensuring an image with the branch linked against bug 1206146 Unfortunately this fix isn’t even part of a 14.09-proposed image as far as I can tell. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread kevin gunn
after some discussion on IRC, this isn't a memory leak. however, this is more like a request for memory optimization of unity8 dash/scopes etc. according to the guys doing the testing they see ~45% mem consumption due to unity8-dash, but then it settles to ~12% thinking its due to swap. So is

[Bug 1375215] Re: System runs out of memory

2014-09-29 Thread Olivier Tilloy
12% is when idle after a reboot and without any additional scopes other than the default ones. It seems that adding custom scopes to the dash makes the memory usage grow significantly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.