[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-10-03 Thread Alberto Aguirre
** Changed in: media-hub Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-25 Thread Alberto Aguirre
A stress test for the issue: http://pastebin.ubuntu.com/8423451 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-25 Thread Jim Hodapp
** Tags added: rtm14 touch-2014-09-25 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-24 Thread Łukasz Zemczak
** Tags added: lt-blocker -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-24 Thread Alberto Aguirre
** Changed in: media-hub Status: New = In Progress ** Changed in: media-hub Assignee: (unassigned) = Alberto Aguirre (albaguirre) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-24 Thread Alberto Aguirre
@Gerry, you are right, it's hanging in android. It looks like it's waiting for the binder response to a registerSession call initiated by decoding_service_create_session. I wonder why there's no response http://pastebin.ubuntu.com/8421608/ -- You received this bug notification because you

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-24 Thread Alberto Aguirre
It looks like media-hub exhausted all the binder threads, they are all stuck in core::Signal::~Signal() called from core::ubuntu::media::PlayerImplementation::~PlayerImplementation() http://pastebin.ubuntu.com/8421674/ -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-24 Thread Alberto Aguirre
Ok so the issue is the ~Signal() is being called from withing the Signal executor...so recursively acquiring the same lock. An async execution of the code that ends up deleting the PlayerImplentation solves that issue and avoids hangs in the unity8 autopilot tests. There's still an issue where

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~albaguirre/media-hub/fix-1371454 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-23 Thread Łukasz Zemczak
** Tags removed: lt-category-novisible ** Tags added: lt-category-noimpact -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-23 Thread Jim Hodapp
So it seems it is the core GStreamer library upgrade that broke it then. We'll need to look at the diff between the last version we had and this one to try to narrow down what broke things. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-22 Thread Oliver Grawert
did anyone try to downgrade to the former gstreamer1.0-plugins-base version yet ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-22 Thread Victor Tuson Palau
** Tags removed: rtm14 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-22 Thread Łukasz Zemczak
** Tags added: lt-age-20140922 lt-category-novisible lt-prio-high -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-22 Thread kevin gunn
Ok, downloaded and manually installed the deb from here for gstreamer https://launchpad.net/ubuntu/utopic/armhf/libgstreamer1.0-0/1.4.0-1 Did this on today's devel-proposed image on N4, and unity8 still hung. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-22 Thread kevin gunn
or rather, unity8 AP test still hung eventually using https://launchpad.net/ubuntu/utopic/armhf/libgstreamer1.0-0/1.4.0-1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-22 Thread kevin gunn
so i tried again, only this time i downgraded gstreamer a bit further to https://launchpad.net/ubuntu/utopic/armhf/libgstreamer1.0-0/1.2.4-1 and this time unity8 AP testing passed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-21 Thread kevin gunn
ok this is definitely media-hub I started with #235 running unity8 AP each time upgraded/installed... one at a time 1) libmedia-hub-client2 libmedia-hub-common2 - passed 2) libdbus-cpp4 - passed 3) media-hub - failedgot stuck as the packages are not maintained for the intermediate

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-20 Thread kevin gunn
ok, so for devel-proposed. I've at least determined this happened between image #235 (where AP would run to completion) image #237 (where is hangs). Worth noting, #136 impossible to work with, can't get adb to recognize the device no matter what. -- You received this bug notification because

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread kevin gunn
so greyback had investigated too, understanding we chatted with jhodapp and thinks it's in media-hub or lower. marking this as critical b/c this is blocking people from running unity8-ap tests locally to ok landings. ** Also affects: media-hub Importance: Undecided Status: New **

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Gerry Boland
Introspect error on :1.391:/com/canonical/Autopilot/Introspection: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. This nearly always means the application under test has either crashed or has hung. Digging, I found that indeed unity8 is handing.

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread kevin gunn
worth noting, this was working last week -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title:

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Alexander Sack
if there was a new media-hub landing, then guess that might be a good candidate to try backing out locally and see if that helps. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Alexander Sack
can you nail down a regression window by image and maybe even package? This would help finding the cause I guess... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Oliver Grawert
we see a similar error in utopic smoke tests since a while, these do not show up in rtm image tests at all. paul nailed down the first image where it started to show up in smoke testing to http://people.canonical.com/~ogra/touch-image-stats/233.changes ... the adbd and system-settings packages on

[Touch-packages] [Bug 1371454] Re: unity8.indicators.tests.test_indicators.IndicatorExistsTestCase.test_indicator_exists hangs on mako #245 #246

2014-09-19 Thread Jim Hodapp
GStreamer is obviously very heavily used by media-hub, so I'd recommend trying to downgrade gstreamer first. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1371454 Title: