[Bug 1301040] Re: mirplatformgraphics does not have boost program options in its symbol table

2014-04-02 Thread Kevin DuBois
** Branch unlinked: lp:~kdub/mir/fix-1301040 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301040 Title: mirplatformgraphics does not have boost program options in its symbol table To manage

[Bug 1371146] [NEW] packaging bug in ubuntu-location-service-2/com/ubuntu/location/units/units.h

2014-09-18 Thread Kevin DuBois
by including other dependencies that rely on boost (mir specifically) ** Affects: location-service (Ubuntu) Importance: Undecided Assignee: Kevin DuBois (kdub) Status: New ** Branch linked: lp:~kdub/location-service/fix-1371146 ** Changed in: location-service (Ubuntu

[Bug 1236508] Re: unity8+Mir draws more current and wakes up 100 times more often than unity8 with surfaceflinger

2014-09-18 Thread Kevin DuBois
Not that I know of, the surfaceflinger/unity8 route isn't supported anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1236508 Title: unity8+Mir draws more current and wakes up 100 times more

[Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 krillin)

2014-10-17 Thread Kevin DuBois
Another thing to note about this bug is that it would only happen when we were using OpenGLES to render to the framebuffer. If we eliminated EGL and OpenGLES by using HWC overlay composition, the bug was also not seen, so this further supports the theory that the EGL/OpenGLES driver is where the

[Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 krillin)

2014-10-17 Thread Kevin DuBois
I haven't been able to reproduce this today. My working theory as to why is its either 1) Maybe a new driver version has the skipping issue fixed 2) The threading changes to MultiThreadedCompositor in lp:mir rev1897 to fix lp: #1362841 has hidden the problem and its still latent. I guess the

[Bug 1328971] [NEW] android 4.4 headers needed for hwc_layer_1_t::planeAlpha field

2014-06-11 Thread Kevin DuBois
Public bug reported: While enabling alpha blending for the 2d acceleration for mir, I found I needed to set the hwc_layer_1_t::planeAlpha field in order to get the alpha blending working properly. (specifically, the hwc 1.2 devices were giving me trouble). This field was introduced in

[Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 krillin)

2014-10-27 Thread Kevin DuBois
I've was also able to reproduce the frame jump issue today, so my theories in comment #32 don't have a bearing on the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1270245 Title: Backward

[Bug 1353961] Re: Mir test code (and possibly production code) leaks fds

2014-11-19 Thread Kevin DuBois
I moved back to confirmed, and will link in specific issues to this bug. After we get --track-fds = yes to produce clean output, we'll turn it on that flag in our valgrind runs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1353961] Re: Mir test code (and possibly production code) leaks fds

2014-11-19 Thread Kevin DuBois
The fix fixed one issue... it did not fix all the fds leaked in the tests. ** Changed in: mir Status: Fix Released = Confirmed ** Changed in: mir Assignee: Alexandros Frantzis (afrantzis) = Mir development team (mir-team) -- You received this bug notification because you are a

[Bug 1345533] Re: [regression][hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync signal on

2014-07-21 Thread Kevin DuBois
** Changed in: mir Assignee: (unassigned) = Kevin DuBois (kdub) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1345533 Title: [regression][hammerhead] Mir fails to start on Nexus 5 as it fails

[Bug 1345533] Re: [regression][hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync signal on

2014-07-21 Thread Kevin DuBois
seems to affect nexus 10/5, but not 4/7 ** Changed in: mir Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1345533 Title: [regression][hammerhead] Mir fails to start

[Bug 1345533] Re: [regression][hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync signal on

2014-07-21 Thread Kevin DuBois
fix checked on the n10, still need confirmation on the n5. Regression came in rev 1767 and caused the error from the drivers (which was previously ignored) to generate an exception on startup. ** Changed in: mir/0.5 Assignee: (unassigned) = Kevin DuBois (kdub) ** Changed in: mir/0.5

[Bug 1362444] Re: [regression] First frame is composited as black (even though the client has provided a non-black frame)

2014-08-28 Thread Kevin DuBois
** Changed in: mir/0.7 Assignee: (unassigned) = Kevin DuBois (kdub) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362444 Title: [regression] First frame is composited as black (even though

[Bug 1362444] Re: [regression] First frame is composited as black (even though the client has provided a non-black frame)

2014-08-28 Thread Kevin DuBois
** Changed in: mir/0.7 Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362444 Title: [regression] First frame is composited as black (even though the client

[Bug 1362444] Re: [regression] First frame is composited as black (even though the client has provided a non-black frame)

2014-08-28 Thread Kevin DuBois
Okay, so the problem was that the texture cache was using an invalid ID to do some of its tracking, and the new IntWrapper-based BufferId doesn't have the concept of an invalid id. The previous invalid id was 0, so this would only affect the first buffer allocated on the system. On the android

[Bug 1421255] Re: [regression] Deadlock in TimeoutFrameDroppingPolicy logic results in frozen unity8

2015-02-27 Thread Kevin DuBois
** Changed in: mir/0.12 Status: Fix Committed = Fix Released ** Changed in: mir 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/1421255 Title:

[Bug 1423591] Re: [regression] Platform libraries and packages are not versioned

2015-02-27 Thread Kevin DuBois
** Changed in: mir Status: Fix Committed = Fix Released ** Changed in: mir/0.12 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/1423591 Title:

[Bug 1420678] Re: [regression] [multimonitor] Clients (sometimes) run at double frame rate if overlapping two monitors.

2015-02-24 Thread Kevin DuBois
** Changed in: mir Milestone: 0.12.0 = 0.13.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420678 Title: [regression] [multimonitor] Clients (sometimes) run at double frame rate if

[Bug 1415305] Re: [regression] MIR_CLIENT_PERF_REPORT=log now shows 0 for the surface name

2015-02-24 Thread Kevin DuBois
** Changed in: mir Milestone: 0.12.0 = 0.13.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415305 Title: [regression] MIR_CLIENT_PERF_REPORT=log now shows 0 for the surface name To manage

[Bug 1408910] Re: Ubuntu Desktop Next fails to start; just black screen and mouse pointer (unity8.log: std::exception::what: Failed to create shared EGL context)

2015-02-24 Thread Kevin DuBois
** Changed in: mir Milestone: 0.12.0 = 0.13.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408910 Title: Ubuntu Desktop Next fails to start; just black screen and mouse pointer (unity8.log:

[Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 krillin)

2015-02-24 Thread Kevin DuBois
** Changed in: mir Milestone: 0.12.0 = 0.13.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1270245 Title: Backward frame jumps on mali (Nexus 10 krillin) To manage notifications about this

[Bug 1418002] Re: [testsfail] SurfaceSwapBuffers.does_not_block_when_surface_is_not_composited fails in CI

2015-02-24 Thread Kevin DuBois
** Changed in: mir Milestone: 0.12.0 = 0.13.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1418002 Title: [testsfail] SurfaceSwapBuffers.does_not_block_when_surface_is_not_composited fails

[Bug 1397375] Re: need fd (file descriptor) and dispatch function

2015-02-24 Thread Kevin DuBois
** Changed in: mir Milestone: 0.12.0 = 0.13.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397375 Title: need fd (file descriptor) and dispatch function To manage notifications about this

[Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-29 Thread Kevin DuBois
Just for clarity's sake, INTEL_DEBUG=sync doesn't seem to make any difference, but nbuffers=3 seems to avert the problem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered

[Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-28 Thread Kevin DuBois
I see the same symptoms on my intel system. The easiest way to reproduce the systems for me is to have a host (in bypass mode, with nbuffers=2), a nested server (with nbuffers = 2 or nbuffers = 3), and then run eglplasma connected to the nested server. If egltriangle is running, the host server

[Bug 1454724] Re: mir_proving_server crashed with SIGSEGV in __pthread_mutex_unlock_usercnt()

2015-05-13 Thread Kevin DuBois
My first thought was 'uhoh, hybris?', but this seems to be amd64/desktop, right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1454724 Title: mir_proving_server crashed with SIGSEGV in

[Bug 1463022] Re: /usr/bin/mir_acceptance_tests:6:require:mir_surface_create:mir_surface_create_sync:mir_test_framework::make_any_surface:ClientLibraryErrorsDeathTest_createing_surface_on_garbage_conn

2015-06-08 Thread Kevin DuBois
** Package changed: mir (Ubuntu) = mir ** Changed in: mir Status: Confirmed = New ** Tags added: testsfail -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1463022 Title:

[Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on Nexus 4 / Nexus 7.

2015-06-10 Thread Kevin DuBois
Could just be an adreno driver bug... does the problem happen on non- adreno platforms? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1460149 Title: Visible corruption in SDL apps (Neverball,

[Bug 1474891] Re: USC crash on multimonitor unplug

2015-07-15 Thread Kevin DuBois
** Changed in: mir Importance: Undecided = High ** Changed in: mir Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474891 Title: USC crash on multimonitor unplug

[Bug 1474891] Re: USC crash on multimonitor unplug

2015-07-15 Thread Kevin DuBois
seems a race between the mir main EventLoop, and the driver's notification thread, and the compositing thread. Still on the case, hampered a bit today by low batteries and slimports not charging the device -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1474891] Re: USC crash on multimonitor unplug [std::exception::what: error during hwc prepare()]

2015-07-16 Thread Kevin DuBois
So, what seems to be happening on these drivers is that the hotplug- unplug event comes in while the driver is doing work in hwc::set() with an external list. Since the driver cannot post the list to the display anymore (as its physically disconnected), hwc::set() returns -1. At that point, mir

[Bug 1474891] Re: USC crash on multimonitor unplug [std::exception::what: error during hwc prepare()]

2015-07-16 Thread Kevin DuBois
Attached my branch that should avert it, doing some more testing on it before proposing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474891 Title: USC crash on multimonitor unplug

[Bug 1474891] Re: USC crash on multimonitor unplug

2015-07-15 Thread Kevin DuBois
** Changed in: mir Assignee: (unassigned) = Kevin DuBois (kdub) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1474891 Title: USC crash on multimonitor unplug To manage notifications about

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-10 Thread Kevin DuBois
I've been able to trace the calls down into the kernel, and it does look like the kernel is flushing the cache at the appropriate time before sending the buffer back to the client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-12 Thread Kevin DuBois
The corruption appears on krillin too, so probably not a specific chipset problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406725 Title: Severe graphical corruption (mostly horizontal

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-12 Thread Kevin DuBois
After today's investigation, I think the cachelines that are appearing as corruption are not from an lines that should have been invalidated, but are the flushed lines from the next frame. IE, we're releasing the buffer too early, and the flushed lines from the backbuffer render are appearing as

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-13 Thread Kevin DuBois
my spike branch that averts the problem is here, based on 0.17.1: lp:~kdub/mir/0.17.1-fix-1406725 This branch doesnt have unit tests, and needs a bit more work on the new internal interfaces, so I'll probably have to rework the branch to get it to land in lp:mir. ** Branch linked:

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-12 Thread Kevin DuBois
glFinish and other flushing-commands (eg, eglClientWaitSyncKHR with the flush bit) seem to be other alternatives that work, but those aren't very good alternatives either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-11 Thread Kevin DuBois
A (bad) workaround is to map the buffer server-side, and then use glTexImage2D (instead of glTargetTexture2D) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406725 Title: Severe graphical

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-11 Thread Kevin DuBois
External indication that adreno drivers have an issue flushing their texture caches: https://codereview.chromium.org1241433003/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406725 Title: Severe

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-11 Thread Kevin DuBois
Its seeming like the gpu-facing cache is the one that needs invalidation from the GL/gralloc driver, but is not being flushed. This is a CPU/GPU coordination issue, and the GPU-based scenarios all work through the same cache and do not experience this problem. If we use overlays, this is not an

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-17 Thread Kevin DuBois
Testing the EGLSyncFence extensions with xmir still has some corruption. Using these extensions stabilizes the mir_demo_client_flicker rendering. So, its looking like there's two problems going on here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-06 Thread Kevin DuBois
** Changed in: mir Assignee: (unassigned) => Kevin DuBois (kdub) ** Changed in: mir Milestone: None => 0.18.0 ** Changed in: mir Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-06 Thread Kevin DuBois
re: Should we be concerned about this?... no, these comments are a bit stale -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1406725 Title: Severe graphical corruption (mostly horizontal

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-06 Thread Kevin DuBois
The problem looks like a cpu cache problem. We call gralloc's unlock function, and digging through the gralloc code, it looks like the internal native buffer flag that should trigger a cache flush is behaving properly. Now seeing what I can find out in the kernel -- You received this bug

[Bug 1406725] Re: Severe graphical corruption (mostly horizontal streaks/lines) running software clients (including Xmir) on android

2015-11-17 Thread Kevin DuBois
So, we have two issues in this bug. 1) The majority of the xmir corruption was caused by calling mir_buffer_stream_get_graphics_region() when xmir wanted to know the buffer size. On android, this would call down into gralloc, and invalidate/flush the cache when called. Its reasonable to just call

[Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 & krillin)

2015-12-03 Thread Kevin DuBois
** Changed in: mir Status: In Progress => Fix Committed ** Tags removed: performance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1270245 Title: Backward frame jumps on mali (Nexus 10 &

[Bug 1519235] Re: Nexus 4 - HDMI-Slimport adapter can't charge the phone and display the screen at the same time.

2015-12-02 Thread Kevin DuBois
mir does not have any levers to control the power/charging, so the problem might exist elsewhere. My CableMatters-branded slimport exhibits the same behavior -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 & krillin)

2015-12-02 Thread Kevin DuBois
retargeted for release in 0.18 (landed while waiting for other blocking bugs) ** Changed in: mir Milestone: 0.19.0 => 0.18.0 ** Branch linked: lp:~kdub/mir/fix-1270245 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1517205] Re: egl_demo_client_flicker has graphics corruption on android

2015-12-11 Thread Kevin DuBois
The fix here exposes a driver bug: https://bugs.launchpad.net/mir/+bug/1524414 Will revert this fix until a solution is found to accommodate the mx4 driver bug. ** Changed in: mir Status: Fix Committed => In Progress ** Changed in: mir Milestone: 0.18.0 => 0.19.0 -- You received

[Bug 1517205] Re: egl_demo_client_flicker has graphics corruption on android

2015-12-11 Thread Kevin DuBois
** Branch linked: lp:~kdub/mir/revert-sync-factory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517205 Title: egl_demo_client_flicker has graphics corruption on android To manage notifications

[Bug 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread Kevin DuBois
So my problem noted in #8 was just a mis-match of packages on my system. Cannot reproduce with xenial + silo 021, nor with on-system builds of lp:mir, lp:mir/0.18, or lp:mir/0.17. After standup today, it seems like we weren't able to reproduce the problem, provided that we had updated systems,

[Bug 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread Kevin DuBois
Haven't been able to confirm this specific scenario today, but another issue (not a crash, rather incorrect platform loading) was noticed related to rev 3098. Seems best to back out that rev for lp:mir and lp:mir/0.18 release. -- You received this bug notification because you are a member of

[Bug 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread Kevin DuBois
seems to be mesa-specific -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526209 Title: [regression] Clients of nested Mir servers silently crash/exit instantly To manage notifications about this

[Bug 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread Kevin DuBois
** Branch linked: lp:~mir-team/mir/revert-3098 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526209 Title: [regression] Clients of nested Mir servers silently crash/exit instantly To manage

[Bug 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread Kevin DuBois
hmm, and now after doing a reinstall and upgrade of all packages (on xenial), I can no longer reproduce the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526209 Title: [regression] Clients

[Bug 1526209] Re: [regression] Clients of nested Mir servers silently crash/exit instantly

2015-12-15 Thread Kevin DuBois
I also can see the nested server crash scenario when connecting mir_demo_client_egltriangle. I haven't seen the client crash yet -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526209 Title:

[Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
zeroing in a bit more, when ran natively, the build system says that the wallpaper is 3bytes per pixel, and the emulated deb system is producing a 4 byte per pixel header. I'd guess that source image is 3bytes, and we're overrunning the image data when trying to upload. -- You received this bug

[Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
The other interesting bit is that a manual build and test seems to work again must have something to do with the deb build (and the wallpaper generation from png files in that environment) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
actually, looks like we're just missing something from USC: http://bazaar.launchpad.net/~unity-system-compositor-team/unity-system-compositor/trunk/revision/264 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
spinner is crashing while uploading some of the artwork to the gpu (specifically the wallpaper) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528279 Title: Spinner not shown To manage

[Bug 1528279] Re: Spinner not shown

2015-12-21 Thread Kevin DuBois
** Branch linked: lp:~mir-team/unity-system-compositor/fix-1528279 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528279 Title: Spinner not shown To manage notifications about this bug go to:

[Bug 1515931] Re: [testsfail] RaiseSurfaces.motion_events_dont_prevent_raise

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1515931 Title: [testsfail] RaiseSurfaces.motion_events_dont_prevent_raise To manage

[Bug 1526225] Re: [regression] Nested server fails to start if built with cmake -DMIR_ENABLE_TESTS=OFF - std::exception::what: Failed to find platform for current system

2015-12-22 Thread Kevin DuBois
** Changed in: mir Status: Fix Committed => Fix Released ** Changed in: mir/0.18 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/1526225 Title:

[Bug 1517133] Re: [regression] Mouse speed in Unity8 is much lower than elsewhere (to the point of useless)

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1517133 Title: [regression] Mouse speed in Unity8 is much lower than elsewhere (to

[Bug 1489522] Re: mir fails to open the right mouse device in kvm/qemu

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1489522 Title: mir fails to open the right mouse device in kvm/qemu To manage

[Bug 1514884] Re: There's something racy in NestedServer.display_orientation_changes_are_forwarded_to_host

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1514884 Title: There's something racy in

[Bug 1514391] Re: mircookie-dev is missing nettle-dev dependency

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1514391 Title: mircookie-dev is missing nettle-dev dependency To manage notifications

[Bug 1513901] Re: Segmentation fault on server shutdown with mesa-kms

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1513901 Title: Segmentation fault on server shutdown with mesa-kms To manage

[Bug 1504579] Re: CI failure on some 32-bit targets in ServerSignal.terminate_handler_is_called_for_SIGTERM and others

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1504579 Title: CI failure on some 32-bit targets in

[Bug 1511095] Re: unity-system-compositor crash, no interaction on windowed mode

2015-12-22 Thread Kevin DuBois
** Changed in: canonical-pocket-desktop Status: Fix Committed => Fix Released ** Changed in: mir Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1513225] Re: libmircookie1 package does not list libnettle as dependency

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1513225 Title: libmircookie1 package does not list libnettle as dependency To manage

[Bug 1515515] Re: Shells that inject user input events need to agree with the system compositor on the clock to use

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1515515 Title: Shells that inject user input events need to agree with the system

[Bug 1503317] Re: multibufferstreams use surface size instead of stream size

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1503317 Title: multibufferstreams use surface size instead of stream size To manage

[Bug 1510778] Re: [regression] arm64/powerpc cross compile doesn't build any more

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1510778 Title: [regression] arm64/powerpc cross compile doesn't build any more To

[Bug 1511538] Re: 1/2 screen on external monitor

2015-12-22 Thread Kevin DuBois
** Changed in: canonical-pocket-desktop Status: Fix Committed => Fix Released ** Changed in: mir Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1513792] Re: mircookie requires nettle but libmircookie-dev doesn't depend on it

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1513792 Title: mircookie requires nettle but libmircookie-dev doesn't depend on it To

[Bug 1506331] Re: [regression] Resampled touch events are slightly less regular than they used to be

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1506331 Title: [regression] Resampled touch events are slightly less regular than

[Bug 1511723] Re: unplugging external monitor causes nested server to throttle client

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1511723 Title: unplugging external monitor causes nested server to throttle client To

[Bug 1423462] Re: DemoRenderer: GL_BLEND is really always enabled even when not required (also causes RGBX discolouration in mir_proving_server)

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1423462 Title: DemoRenderer: GL_BLEND is really always enabled even when not required

[Bug 1517532] Re: FTBFS with -DMIR_PLATFORM=android

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1517532 Title: FTBFS with -DMIR_PLATFORM=android To manage notifications about this

[Bug 1515558] Re: [regression] Nested servers on mesa-kms select wrong (dummy) guest platform

2015-12-22 Thread Kevin DuBois
** Changed in: mir Status: Fix Committed => Fix Released ** Changed in: mir/0.18 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/1515558 Title:

[Bug 1516670] Re: Nesting Mir servers with assorted display configs causes lockup

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1516670 Title: Nesting Mir servers with assorted display configs causes lockup To

[Bug 1521225] Re: [regression] Ctrl/Alt modifiers not handled correctly

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1521225 Title: [regression] Ctrl/Alt modifiers not handled correctly To manage

[Bug 1522122] Re: [regression] Mir fails to build with -DMIR_PLATFORM=mesa-kms (e.g. ppc64el, powerpc, arm64)

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1522122 Title: [regression] Mir fails to build with -DMIR_PLATFORM=mesa-kms (e.g.

[Bug 1519999] Re: The callback given to mir_connection_create_buffer_stream may not be invoked in some cases

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/151 Title: The callback given to mir_connection_create_buffer_stream may not be

[Bug 1521808] Re: [enhancement] Add a Undefined Behavior Sanitizer build type

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1521808 Title: [enhancement] Add a Undefined Behavior Sanitizer build type To manage

[Bug 1517781] Re: CI test failures in various NesterServer tests

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1517781 Title: CI test failures in various NesterServer tests To manage notifications

[Bug 1518372] Re: Build failure due to missing dependency of client rpc code on mir protobuf

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1518372 Title: Build failure due to missing dependency of client rpc code on mir

[Bug 1521795] Re: BasicSurface::set_cursor_image can create references to null pointers

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1521795 Title: BasicSurface::set_cursor_image can create references to null pointers

[Bug 1522093] Re: SessionMediator::exchange_buffer can create references to null pointers

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1522093 Title: SessionMediator::exchange_buffer can create references to null

[Bug 1522673] Re: [regression] Mouse wheel events are now unusably over-sensitive and backwards

2015-12-22 Thread Kevin DuBois
** Changed in: mir Status: Fix Committed => Fix Released ** Changed in: mir/0.18 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/1522673 Title:

[Bug 1517990] Re: Test failure in NestedServer.display_configuration_reset_when_application_exits

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1517990 Title: Test failure in

[Bug 1511798] Re: display configuration not reset when application exits

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1511798 Title: display configuration not reset when application exits To manage

[Bug 1519998] Re: MirWaitHandle returned from mir_connection_create_buffer_stream remains unsignaled in some cases

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1519998 Title: MirWaitHandle returned from mir_connection_create_buffer_stream

[Bug 1520217] Re: CI test failures due to memory errors during GLibMainLoop shutdown

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1520217 Title: CI test failures due to memory errors during GLibMainLoop shutdown To

[Bug 1520005] Re: [enhancement] Allow to retrieve error message when mir_connection_create_buffer_stream fails to create a valid stream

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1520005 Title: [enhancement] Allow to retrieve error message when

[Bug 1522105] Re: NestedServer.display_configuration_reset_when_application_exits segfaults

2015-12-22 Thread Kevin DuBois
** Changed in: mir/0.18 Status: Fix Committed => Fix Released ** Changed in: mir 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/1522105 Title:

[Bug 1518317] Re: Client display configuration is not unapplied when the client doesn't explicitly release its surfaces before disconnecting

2015-12-22 Thread Kevin DuBois
** Changed in: mir 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/1518317 Title: Client display configuration is not unapplied when the client doesn't

[Bug 1523801] Re: Cross compiling Mir from a xenial host fails (dpkg-checkbuilddeps: error: Unmet build dependencies: ...)

2015-12-22 Thread Kevin DuBois
** Changed in: mir Status: Fix Committed => Fix Released ** Changed in: mir/0.18 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/1523801 Title:

<    1   2   3   4   >