[00:04] bschaefer: Well, that looks like protobuf being unnecessarily hateful. [00:04] Do you at any point dlclose anything? :) [00:14] RAOF, yeah when we UnLoad the object [00:15] RAOF, hmm i wonder if its failing then does a Unload then gives me a nothing stack trace [00:16] So, I'm not entirely sure how nicely protobuf is going to play with load/unload cycles. [00:16] RAOF, o... [00:16] hmm [00:16] * bschaefer tests if its right before the unload [00:17] RAOF, the thing is, im getting the stack trace on a DLOpen [00:17] soo it never actually hits the UnLoad [00:17] Has it previously done an unload, though? [00:19] RAOF, not that i saw (had print statements) [00:19] RAOF, yeah no unload [00:19] Ok, so it's probably not a ‘the second time you load protobuf it explodes’ problem. [00:20] RAOF, naw, i actually have an example of that working :) === c74d3 is now known as c74d === chihchun_afk is now known as chihchun === tvoss|lunch is now known as tvoss === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === Guest55129 is now known as mibofra [10:11] Does anyone know if Mir runs on the Acer C720 chromebook? [10:12] http://www.reddit.com/r/chrubuntu/comments/1yd74w/c720_has_anyone_managed_to_get_the_touchpad/cfk4cjw suggests it does, but that's a year old [10:16] popey: I've no idea. But if e.g. Unity7 works well (I don't know that either) then I'd expect the drivers to be good enough for Mir. [10:18] alan_g: i have seen videos of unity 7 running on it, so could be. [10:23] In that case, it probably works. But I don't know of anyone who can try it. Why are you asking? [10:32] alan_g: just looking for a device I can test mir / unity 8 on [10:32] trying yesterday on my nouveau nvidia desktop was less than successful [10:33] :-/ [10:35] I've an intel setup, but can try to help. (If you didn't get help yesterday.) [10:36] I installed the unity8-lxc package and set that up, then logged out and when i try to login it seems to start the session but I end up with a blank desktop [10:36] I can see lots of interesting processes running - unity related [10:37] willcooke: how good is unity8 / desktop-next wily? Is it known broken? [10:40] popey, the original Desktop Next - the one based on .debs is, I'd say, unmaintained right now. [10:40] The new one based on Snappy is a work-in-progress [10:41] seb128 was having a few issues getting it to boot, but they're being worked through atm [10:41] * popey wonders which one unity8-lxc installs [10:42] http://cdimage.ubuntu.com/ubuntu-desktop-next/daily-live/ gets it from there [10:42] yeah [10:42] try this URL instead: [10:42] is that deb or snappy? [10:43] * willcooke looks for the URL [10:43] deb [10:43] this isn't going to work I don't think [10:43] via unity8-lxc anyway [10:43] http://cdimage.ubuntu.com/ubuntu-desktop-next/backup-20150422/ [10:44] is that something I can dd onto a usb stick and boot from willcooke ? [10:44] yah === alan_g is now known as alan_g|afk [10:47] ok === alan_g|afk is now known as alan_g === chihchun is now known as chihchun_afk === alan_g is now known as alan_g|lunch === chihchun_afk is now known as chihchun === alan_g|lunch is now known as alan_g [13:03] camako: hey look...you got one you asked for (i think this was your idea) [13:03] https://code.launchpad.net/~cjwatson/launchpad/bmp-show-diffstat/+merge/260921 [13:40] gah! client code [13:48] * alan_g wonders which client [13:48] src/client/ [14:11] kgunn, o cool === chihchun_afk is now known as chihchun === dandrader is now known as dandrader|lunch === chihchun is now known as chihchun_afk [16:08] kdub: AlbertA - you guys approved an earlier version, but I've added stuff. Could you re-review? https://code.launchpad.net/~alan-griffiths/unity-system-compositor/debug-without-dm/+merge/247815 [16:08] alright [16:11] that mircommon abi thing has been pushed to lp:mir, right? (about to kick off some CI) [16:14] kdub: yes [16:14] mk, thanks === dandrader|lunch is now known as dandrader === alan_g is now known as alan_g|EOD === dandrader is now known as dandrader|afk [18:07] @vogons, any more takers on: https://code.launchpad.net/~kdub/mir/add-streams-to-surface/+merge/259776 ? [18:07] * kdub will merge it shortly if no === dandrader|afk is now known as dandrader [18:39] thanks AlbertA [18:49] @vogons, good wiki page to understand the image channels when flashing devices: http://developer.ubuntu.com/en/start/ubuntu-for-devices/image-channels/ [18:50] * camako bookmarks it [18:50] and recovery images (needed for ubuntu-device-flash) krillin: http://people.canonical.com/~jhm/barajas/recovery.img [18:50] vegetahd: http://people.canonical.com/~jhm/barajas/recovery-vegetahd.img [18:50] arale: http://people.canonical.com/~alextu/tangxi/recovery/recovery.img [18:51] all over the place [19:33] are there any examples/demos for dlopening libmir and running it that way? [19:34] * bschaefer has some for SDL2 but now they are failing...on a crash in dlopen through protobuff [19:39] bschaefer: libmirclient? [19:40] AlbertA, yeah, i forgot i had a different example for dlopening mir and its working :( [19:40] the crash i see in SDL2: http://paste.ubuntu.com/11531043/ [19:40] and the example that doesn't crash on mir: https://github.com/BrandonSchaefer/RA/blob/master/src/linux/RA_mir_driver.c [19:42] * bschaefer has to dig some more through SDL2 [19:44] * bschaefer wonders if it gets angry after trying to open libmirclient a second time [19:48] bschaefer: umm looks like: https://bugs.launchpad.net/mir/+bug/1391976 [19:48] Launchpad bug 1391976 in mir (Ubuntu) "Loading libmircommon.so twice leads to a segfault in libprotobuf.so" [High,Confirmed] [19:50] AlbertA, shoot, that'll be fun to get around... i need to look into why SDL2 likes to load it twice [19:50] AlbertA, as thats what it does atm [19:50] AlbertA, thanks! I should have looked for a bug :) [19:51] (though it doesn't do a close in my example from what i see [19:51] i could have missed it though... i should double check as RAOF asked about that yesterday as well [19:54] eeek it is doing an unload before loading again [19:54] bschaefer: but it's there a path where you load libmirclient and close it and then load it again? [19:54] AlbertA, so yes it is that bug, ill make a comment, thanks again [19:54] bschaefer: ok [19:56] yeah it needs to load the libraries in to test for 3d acceleration [19:56] then unloads, then loads again when the app starts [19:56] fun [20:01] AlbertA: hey so the qtubuntu mir backend update you're working on, will that address the multiwindow aspect i was questioning earlier ? [20:02] kgunn: yeah it will use the apis we currently have [20:02] for menus/dialogs [20:02] awesome [20:02] not quite sure how tooltips behave yet [20:02] in qt [20:03] AlbertA: are you basically using Qt creator as your test bed? [20:03] kgunn: and some simple qml tests apps too === Guest44049 is now known as nvidiaw [23:14] Hey, did whoever added the new abi-compliance-checker build-dep to Mir think of filing an MIR for it (it's in universe)?