[06:10] trying to write an applicaton that is using _NET_WM_WINDOW_TYPE_DOCK [06:10] it seems like that Unity does not allow window drag operations on that window [06:10] is that a feature or bug? [08:06] @unity: see allhands about new IRC server bits [08:24] Saviq: you forgot didn't you ;) [08:26] davmor2, *I* didn't, I just didn't see anyone there ;P [08:26] * Saviq had his bouncer ready mid-last-week :P [08:27] Saviq: I just let irssi die quietly and restarted it this morning with the right creds [08:28] Saviq: jibel was having issues with his creds [08:28] davmor2, I had to talk some sense into my bouncer, too, it took quite some time to connect [08:29] Cimi, /msg *status listservers, no need to kill znc ;) === Guest87721 is now known as huangzhiquan [08:54] Saviq, ok but is not working :/ [09:02] Saviq: ping o/ [09:03] Saviq: hey, do you know if you could have someone from the unity8 team assigned to help Mirv identifying the cause of bug LP: #1421009 ? [09:03] Launchpad bug 1421009 in qtbase-opensource-src (Ubuntu) "unity8 sometimes hangs on boot" [Critical,In progress] https://launchpad.net/bugs/1421009 [09:03] Saviq: we would appreciate experts from all related components as this is a blocker for our vivid RC image [09:03] So that's rather critical ;) [09:04] sil2100, tsdgeos has been working with Mirv on this for the past three week [09:04] s [09:05] sil2100, Mirv, have we decided against the Qt patchset? [09:05] sil2100: we've talked about that, the cause for it has been identified already, qtdbus deadlocks [09:05] that's the cause [09:06] tsdgeos, Saviq: we need a working workaround somewhere, tvoss had a proposition how to make it better [09:06] Saviq: the patchset seems to cause regressions and also tsdgeos voted against using it before it's merged in upstream 5.5, so we need a workaround [09:06] The Qt patchset is not a solution as it causes serious regressions in other parts of the system [09:07] Right [09:07] honestly if its my vote that's holding this [09:07] i'm changing it [09:07] tsdgeos: well, we'd need to get the regressions fixed in this case, for which we need people from various teams working on it [09:07] there was now a tip of using QDBusConnection::connectToBus(BusType type, constQString & name) instead of QDBusConnection QDBusConnection::sessionBus()/systemBus() to minimize sharing of dbus connections [09:08] both unity8 and libusermetrics seem to use only the latter ones so that could help === cimi is now known as Cimi [09:11] tsdgeos, can you prep an MP replacing the shared objects from ↑ in u8? [09:11] pete-woods1, same for libusermetrics ↑ [09:12] If this would be enough to at least work-around the problem, we could finally unblock the whole release again [09:13] Saviq: i can, i guess it's easy enough to try it [09:14] Saviq: sure, will get that MP toegether [09:14] Thanks guys [09:15] * Mirv stops trying to do it for libusermetrics since I'm sure pete will do it faster+better [09:16] the tip was from tvoss [09:26] pete-woods1: in case there's anything else that could be tried to workaround the Qt bug, maybe the backtrace helps https://launchpadlibrarian.net/204606516/usermetrics-fullbacktrace.txt - dbus_bus_add_match ... sender='com.canonical.UserMetrics',path='/com/canonical/UserMetrics/DataSource/1',interface='com.canonical.usermetrics.DataSource',member='formatStringChanged'" or alternatively eg path='/com/canonical/UserMetrics/DataSource/2' .. member='em === Malsasa_ is now known as Malsasa [09:38] Mirv: https://code.launchpad.net/~unity-api-team/libusermetrics/dont-share-dbus-connections/+merge/257497 === pete-woods1 is now known as pete-woods [09:44] MacSlow, you need to strip tags on your shellRotation branch [09:44] Saviq, *sigh* how did... ok :) [09:44] MacSlow, they came from shellrotation [09:48] MacSlow, remember to strip on your local checkout, too [09:49] yup [10:02] Saviq, wiped local and remote ?-tags [10:04] Mirv: https://code.launchpad.net/~aacid/unity8/useOwnDbusConnections/+merge/257500 [10:04] Saviq: mzanetti: ↑↑↑↑ [10:10] thanks pete & albert! I'll build them in silo 7 [10:12] then both can be tested first together to see if any improvement. [10:17] Mirv: keep us up-to-date if it's helping or not o/ [10:19] sil2100: if you have again your arale free, prepare it with the latest instructions in the bug description (just added dbg packages - but you can leave out usermetrics as it'll be a different version now) - it'll be useful to get full backtraces if we get the bug again, to see if anything changed [10:19] sil2100: since it may take anything from 5 to 100 reboots, running on two devices should get us "results" (even though unwanted) faster. likewise, if there's help from the MP:s, we can build better confidence on the changes working with two devices [10:20] Mirv: let me power up my arale [10:20] sil2100: thanks, just concentrate on other stuff otherwise, I'll ping when you add the PPA and start the reboot loop :) === spy is now known as Guest31921 [10:35] Mirv: I need to charge it up first so it might take a bit [10:37] MacSlow: you doing https://code.launchpad.net/~dandrader/unity8/autoInstallTouchRegistry/+merge/256726 ? [10:38] pstolowski: can you confirm https://code.launchpad.net/~saviq/unity8/drop-scopes-env/+merge/256962 is good? [10:41] tsdgeos, done [10:47] tsdgeos, yup [10:47] MacSlow: okidoki :) === willcooke_ is now known as willcooke === olli is now known as Olli === MacSlow is now known as MacSlow|lunch === alan_g is now known as alan_g|reboot === Guest31921 is now known as huangzhiquan [11:38] tsdgeos, can you please look through inline comments in suspend_screenshoting (they only show in "Preview Diff" of r1742 into r1745), not all of them have been addressed yet [11:39] Saviq: sure [11:39] i'm fighting back the dbus stuff [11:39] seems you can't really use the connectToBus like that all the time [11:39] tsdgeos, mhm, that's higher prio of course === alan_g is now known as alan_g|lunch [11:56] sil2100: ok you can add 007, make sure libusermetrics gets upgraded (unity8 started failing a test so couldn't be built) and start the reboot loop. if it hangs, get bt full with those mentioned debug packages installed. [11:57] pete-woods: is https://code.launchpad.net/~timo-jyrinki/libusermetrics/dont-share-dbus-sessionbus-connections/+merge/257505 totally pointless or worth testing in parallel? [11:58] Mirv: you've made more or less the exact same change as me [11:58] oh , wait [11:58] no you've not [11:59] pete-woods: you did for system bus, I did for session bus === dandrader is now known as dandrader|afk [12:08] Mirv: I think you may have accidentally uncovered a stupid mistake in my code there [12:11] pete-woods: I'm always happy to help, even when I don't know how :) it's not blowing up at least, I'm running the reboot loop test with your branch (only) on mako at the moment. [12:40] Mirv: will do after lunch === MacSlow|lunch is now known as MacSlow [12:50] this is probably one of those annoyingly long random times when the bootloop seems promising... at 45 and counting [12:51] let's see somewhere around 75 === alan_g|lunch is now known as alan_g [12:57] Mirv: i'm pretty confident the tests that fail are the tests "fault" (or rather they need a bit or rearchitecturing if we change this) [12:57] Mirv: so i'll comment the tests for now so yu can get to a stage we have passing tests so you can actually live test it [12:58] and meanwhile fix it properly [12:59] tsdgeos: ok. [13:12] Mirv: pushed, please try rebuilding the silo === dandrader|afk is now known as dandrader [13:20] tsdgeos: thanks, I'll have another silo so that we can test just the libusermetrics too [13:21] Mirv: cool [14:14] pstolowski: we're on mandrelbot [14:20] Mirv: it will conflict with your MR, btw [14:25] pete-woods: yeah I don't care about my MR, I care about a working workaround :) currently just your first revision seems good for me on mako at least - 105 reboots without hangs. sil2100 is starting on arale, although I guess we might need to rebuild libusermetrics if you think your original branch (just replacing systemBus usage) was somehow wrong, not only partial? (partial is ok if it workarounds the problem and doesn't cause regressions) [14:26] We're fine with workarounds ;p [14:26] As long as it's a workaround without any regressions [14:27] sil2100: so the story here is that pete's original branch (that we're testing in 007) only changed DBus system bus usage to use the tipped function. my branch does the same for session bus usage, and I guess Pete is now changing his MP to do both (and maybe something else?), but as said we don't currently care that much of how completely the workaround is implemented everywhere as long as it fixes the boot hang [14:27] but we might want to retest with Pete's updated MP too, once we test that current 007 is cool [14:28] Mirv: I think it's probably worth including the extra change, as it's making shared connections to the session bus, also [14:30] pete-woods: probably so, it does not harm either and might prevent some other lock case. [14:31] pete-woods: oh, now I see what you meant I uncovered something useful :) [14:32] regarding removing the paths more properly [14:57] dandrader, approved your autoInstallTouchRegistry branch [14:57] dandrader, still some (unrelated) AP-test failures though [14:58] MacSlow, ok [15:01] Saviq, btw... with the flake8 issues fixed... are you ok with lp:~macslow/unity8/shellRotation too? Just trying to get it top-approved too [15:02] MacSlow, I'll have a quick last look tomorrow morning [15:02] Saviq, ok [15:05] MacSlow, could you please also top-approve it? [15:06] dandrader, doh... sure [15:07] thanks! === karni is now known as karni-afk === elopio_ is now known as elopio === dandrader is now known as dandrader|lunch [16:29] pstolowski: http://paste.ubuntu.com/10913181/ [16:29] Mirv: hi. Do you have any estimates on when you QQuickAsyncImageProvider backport (https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1439263) [16:29] Ubuntu bug 1439263 in qtdeclarative-opensource-src (Ubuntu) "Backport QQuickAsyncImageProvider from upstream-dev" [Undecided,In progress] [16:30] gar. "when you'll have a chance to look at the" [16:31] pstolowski: components["art"]["noartsummaryshape"] [16:44] tsdgeos, can you explain bug 1421009 to me a bit? Is there something wrong with sharing connection objects via QDBusConnection::systemBus()? [16:44] bug 1421009 in qtbase-opensource-src (Ubuntu) "unity8 sometimes hangs on boot" [Critical,In progress] https://launchpad.net/bugs/1421009 [16:44] tsdgeos: other than it may deadlock if you're using it concurrently between various threads [16:44] no [16:44] :D [16:45] damn here i am talking to myself again [16:45] mterry: ↑↑↑ [16:45] tsdgeos, oh qtdbus isn't thread-safe? [16:45] mterry: it is [16:45] but it has bugs :D [16:45] tsdgeos, ok :) [16:46] tsdgeos, didn't know if systemBus() was something I should avoid using or not. Sounds like it's a fine pattern, just not right this second then :) [16:46] tsdgeos, cheers [16:46] tsdgeos: "safe but has bugs" <- I hope my car manufacturer doesn't use that slogan [16:47] greyback_: well isn't all software like that? [16:47] it works, except when it doesn't [16:48] tsdgeos: yep. Just don't go into marketing ;) [16:49] pstolowski: https://docs.google.com/document/d/1NmiM4UCnJgf6IEawmfyTOHRNAA5ZGrqpyrPqPOibwc8/edit [16:53] jamesh: hi, last week but then this critical bug started taking all my time. if it seems the bug would be now soon fixed, I'll assign a silo to myself tomorrow (spreadsheet line #51), backport the qtdeclarative in there and I can ping you. I guess the landing would happen only with the associated thumbnailer branch, but do you have something else to land with it too? [16:55] Mirv: I haven't started porting thumbnailer over to the new API because I had nothing to test against [16:55] tsdgeos: at the current rate it'd seem we have a working workaround with just libusermetrics. that'd mean that landing only that is the 1st priority and the unity8 landing can be lower priority. [16:55] totally understand delaying the work to handle the unity8 hang though. [16:55] Mirv: if libusermetrics fixes it already, i'd rather not land the unity8 patch at all unless we find out we totally need it [16:55] jamesh: right. so your branch would be based on / replace the wip https://code.launchpad.net/~aacid/thumbnailer/asyncprovider/+merge/253188 ? [16:56] Mirv: it would replace it. We've made a fair number of changes since then. [16:56] tsdgeos: sure, if it stays like that, that libusermetrics is all we need, it's not needed to be landed at all. after all, the goal is to get all the upstream fixes eventually when they work. [16:56] jamesh: ok, thanks! === alan_g is now known as alan_g|EOD === dandrader|lunch is now known as dandrader === dandrader is now known as dandrader|afk [19:15] ChrisTownsend: hey, so after the update to oxide and everything, i still get apps seemingly bailing out no unity8 desktop [19:16] i was going to file a new bug, unless you already had [19:16] kgunn: Hmm, I haven't tried recently. Lemm try it now. [19:18] kgunn: Yeah, I get the same behavior. I'd say file the bug. [19:19] ChrisTownsend: also, is there a bug for any keyboard input not working...it works for some, but not for all [19:19] e.g. if you go to the store, and then get prompted for credentials [19:20] it won't take input [19:20] kgunn: Yes, that is long outstanding bug. [19:20] ChrisTownsend: also do you guys have any plans to expand the apps available ? [19:21] terminal would be so convenient for debug :) [19:21] kgunn: Well, there is a terminal app, it's just doesn't work very well...at least the last time I tried. [19:23] kgunn: But I'm not sure what you mean by us expanding the apps available. [19:25] ChrisTownsend: meaning preloaded [19:25] atm, i only see browser, sys settings, and "system testing" [19:26] and that's all === dandrader|afk is now known as dandrader [19:27] kgunn: Yeah, you have to install it. The Ubuntu Next ISO is seeded to have more apps (not the terminal). If you load the recommended dependencies for unity8-desktop-session-mir, you'll get more apps. [19:27] ah [19:28] Or maybe it's suggested, but you know what I mean. [19:28] yeah :) [19:29] kgunn: I'm purging the overlay PPA and seeing if the oxide crash happens since there is a new official version of oxide in the archive. [19:30] ChrisTownsend: sure, i think it's unrelated....cause sys settings also does the same thing [19:30] kgunn: Yep, same thing. I'll file a bug since it's the official package. [19:30] or is sys settings a webapp [19:31] kgunn: Hmm, not sure. It might use it to render, but I'm just guessing. === karni-afk is now known as karni [19:31] if you file a bug lemme know...i have a unity8 log...seems its got some cgroup complaints [19:31] i don't think this is oxides fault(?) [19:31] kgunn: Ok, I'll run apport on it here in a bit. [19:32] Ugh, cgroups [19:33] i've got it here...i don't mind doing [19:33] i'll share bug # in a sec [19:35] kgunn: Are you uploading the crash file? [19:36] ChrisTownsend: well i was going to...but apport-cli seems to just spew dots when i say 'view' [19:37] kgunn: I'm uploading my crash now. [19:40] holy cow, it just enormous [19:40] (and kind of on an old machine...) [19:40] kgunn: https://bugs/launchpad.net/bugs/1449231 [19:40] kgunn: Whoops, bad copy [19:41] kgunn: We'll see what the retracer can do, but symbols may be no good. [19:42] kgunn: But the crash is definitely occurring in Oxide. [20:00] ChrisTownsend: interesting, so i cleared out all my crash files and logs, just to be sure...interesting, i don't see any crash file for oxide/browser...unless i'm looking in the wrong spot ? [20:00] /var/crash/ [20:01] kgunn: That's where it should be. [20:01] i only have an ibus crash file [20:01] kgunn: Hmm [20:02] kgunn: I definitely get a crash in webbrowser. [20:02] i'll keep fiddling [20:02] kgunn: You cleared out ~/.cache/upstart as well? [20:02] yep [20:03] Nothing regarding webbrowser in there? [20:03] lemm check [20:03] kgunn: And maybe something called application-failed.log? [20:03] nope just the ibus [20:04] So webbrowser is not even starting for you. [20:04] nope...lemme take a quick video, maybe i see something diff [20:05] ok. I get webbrowser starting for a bit, but nothing is rendered where web content should be and then it crashes. [20:07] kgunn: Ok, retracer was able to do it's magic. Hopefully someone with Oxide knowledge will look at this. [20:09] ChrisTownsend: cool...here's what i see [20:09] https://www.youtube.com/watch?v=3HMNhqrTbgI [20:10] i'm on a relatively clean machine...wonder if i'm missing something [20:10] kgunn: Yeah, you definitely have a different symptom. [20:11] kgunn: Yours looks like u-a-l doesn't like something. [21:51] hi [21:52] will unity 8 use compiz?