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

2014-09-25 Thread Alexandros Frantzis
Yes, this is easily reproducible on krillin with the instructions mentioned previously (mir_demo_server_shell + progressbar or egltriangle). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad

[Touch-packages] [Bug 1371597] Re: Stale trusted socket may stop Unity8 from restarting after an abnormal exit

2014-09-19 Thread Alexandros Frantzis
** Description changed: In some cases (like bug #1371593) unity8 crashes leaving the mir_socket and mir_socket_trusted sockets in the filesystem. When unity8 tries to restart it fails with "bind: address already in use" because of the left over mir_socket_trusted. There are two aspect

[Touch-packages] [Bug 1371597] Re: Stale trusted socket may stop Unity8 from restarting after an abnormal exit

2014-09-19 Thread Alexandros Frantzis
** Description changed: In some cases (like bug #1371593) unity8 crashes leaving the mir_socket and mir_socket_trusted sockets in the filesystem. When unity8 tries to restart it fails with "bind: address already in use" because of the left over mir_socket_trusted. There are two aspect

[Touch-packages] [Bug 1371597] [NEW] Stale trusted socket may stop Unity8 from restarting after an abnormal exit

2014-09-19 Thread Alexandros Frantzis
Public bug reported: In some cases (like bug #1371593) unity8 crashes leaving the mir_socket and mir_socket_trusted sockets in the filesystem. When unity8 tries to restart it fails with "bind: address already in use" because of the left over mir_socket_trusted. There are two aspects to this bug:

[Touch-packages] [Bug 1371593] [NEW] Unity8 crashes on 'sudo stop lightdm'

2014-09-19 Thread Alexandros Frantzis
Public bug reported: Unity8 crashes on 'sudo stop lightdm' with the following error in the log: terminate called after throwing an instance of 'std::runtime_error' what(): org.freedesktop.DBus.Error.Disconnected: Connection is closed Backtrace is: #0 __libc_do_syscall () at ../ports/sysdep

[Touch-packages] [Bug 1340170] Re: [phone app] Delete number button can be difficult to hit

2014-09-12 Thread Alexandros Frantzis
I am still having trouble consistently hitting the "delete number" button in the latest images, since one needs to be very exact when doing so (especially when using the thumb), which is frustrating. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, w

[Touch-packages] [Bug 1366134] Re: [regression] Mir FTBFS with g++-4.8 [error: ISO C++ forbids casting between pointer-to-function and pointer-to-object]

2014-09-12 Thread Alexandros Frantzis
** Also affects: mir/0.7 Importance: Undecided Status: New ** Changed in: mir/0.7 Milestone: None => 0.7.2 ** Changed in: mir/0.7 Status: New => Fix Committed ** Changed in: mir/0.7 Importance: Undecided => High ** Changed in: mir/0.7 Assignee: (unassigned) => Danie

[Touch-packages] [Bug 1292472] Re: unity8 crashed with what(): Requesting handle for an unregistered channel

2014-08-26 Thread Alexandros Frantzis
Have we seen this recently? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1292472 Title: unity8 crashed with what(): Requesting handle for an unregistered channel Status

[Touch-packages] [Bug 1358191] Re: [regression] Clients are crashing (SIGSEGV) on mir_connect()

2014-08-25 Thread Alexandros Frantzis
The core issue seems to be that in this scenario the platform shared library is unloaded before the configuration object is being destroyed. The configuration object is holding a weak pointer to a shared pointer object (shared_ptr for the client platform factory) that was instantiated inside the pl

[Touch-packages] [Bug 1343919] Re: USC does not respond to power key to turn screen on after 'sudo restart lightdm' while screen is on

2014-08-12 Thread Alexandros Frantzis
** Changed in: unity-system-compositor Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu. https://bugs.launchpad.net/bugs/1343919 Title: USC does no

[Touch-packages] [Bug 1347053] Re: Clients are crashing with a fatal exception in MirSocketRpcChannel::send_message()

2014-07-31 Thread Alexandros Frantzis
** Changed in: mir Assignee: (unassigned) => Alexandros Frantzis (afrantzis) ** Changed in: mir Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu.

[Touch-packages] [Bug 1347053] Re: Clients are crashing with a fatal exception in MirSocketRpcChannel::send_message()

2014-07-31 Thread Alexandros Frantzis
As I mentioned before, the failures shown in both the errors.u.c reports (and which are really confusing, I don't really trust the backtraces to be correct there, they don't make much sense) and the original backtrace, just indicate that that the server has died and the clients fail to communicate

[Touch-packages] [Bug 1350163] Re: [regression] Mir 0.6 GL clients crash immediately on startup (Mesa is trying to use X11 instead of Mir)

2014-07-30 Thread Alexandros Frantzis
** Changed in: mir Assignee: (unassigned) => Alexandros Frantzis (afrantzis) ** Changed in: mir Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu.

[Touch-packages] [Bug 1237052] Re: Apps that close themselves crash trying to use deleted EGL resources

2014-07-28 Thread Alexandros Frantzis
** Changed in: qtubuntu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1237052 Title: Apps that close themselves crash trying

[Touch-packages] [Bug 1339843] Re: Last user session frame visible until restarted

2014-07-28 Thread Alexandros Frantzis
** Changed in: unity-system-compositor Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu. https://bugs.launchpad.net/bugs/1339843 Title: Last user s

[Touch-packages] [Bug 1297100] Re: Installing mir-demos also unexpectedly installs *-dev packages

2014-07-25 Thread Alexandros Frantzis
** Branch linked: lp:~alan-griffiths/mir/fix-1297100 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1297100 Title: Installing mir-demos also unexpectedly installs *-dev packag

[Touch-packages] [Bug 1347053] Re: Clients are crashing with a fatal exception in MirSocketRpcChannel::send_message()

2014-07-24 Thread Alexandros Frantzis
My understanding of the traces: the clients are failing because the server has crashed (or is otherwise unreachable). The problem seems to be that the failure happens in the context of a callback from the Android driver which presumably doesn't handle C++ exceptions well (probably not at all), caus

[Touch-packages] [Bug 1329141] Re: qmlscene crashed while running test_can_launch_multiple_applications

2014-07-18 Thread Alexandros Frantzis
The crash as retraced in https://bugs.launchpad.net/ubuntu/+bug/1340571 , is caused by qtubuntu not being able to connect to the mir server/shell. It doesn't necessarily indicate there is a problem in qtubuntu (of course it doesn't preclude it either). For example you would get the same "crash" if

[Touch-packages] [Bug 1335481] Re: unity-system-compositor crashed with SIGABRT - assertion failed at buffer_queue.cpp:136 - "!pending_client_notifications.empty()"

2014-07-17 Thread Alexandros Frantzis
igating. ** Changed in: mir Assignee: (unassigned) => Alexandros Frantzis (afrantzis) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1335481 Title: unity-system-

[Touch-packages] [Bug 1335481] Re: unity-system-compositor crashed with SIGABRT - assertion failed at buffer_queue.cpp:136 - "!pending_client_notifications.empty()"

2014-07-16 Thread Alexandros Frantzis
This seems related to https://code.launchpad.net/~mir- team/mir/fix-1339700/+merge/226233 , so it may be a different manifestation of bug 1339700. >From Alberto's last comment in the MP above: "Ok, after staring at TimeoutFrameDroppingPolicy there are scenarios that can lead to an assert." (refe

<    1   2   3