[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-11-05 Thread Thomas Voß
** Changed in: dbus-cpp (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1382595 Title: [TOPBLOCKER]

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-11-04 Thread Marcus Tomlinson
** Changed in: indicator-network (Ubuntu) Assignee: Thomas Voß (thomas-voss) = (unassigned) ** Changed in: location-service (Ubuntu) Assignee: Thomas Voß (thomas-voss) = (unassigned) ** Changed in: indicator-network (Ubuntu) Status: In Progress = Invalid ** Changed in:

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-31 Thread Olli Ries
might be related to https://bugs.launchpad.net/ubuntu/+source/urfkill/+bug/1388065 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1382595 Title: [TOPBLOCKER]

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-31 Thread Antti Kaijanmäki
based in the ofono and urfkill bugs linked to the #1388065 I would say these are not related. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1382595 Title: [TOPBLOCKER]

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-31 Thread Thomas Voß
** Changed in: dbus-cpp Status: In Progress = Fix Released ** Changed in: dbus-cpp (Ubuntu RTM) Status: In Progress = Fix Released ** Changed in: indicator-network (Ubuntu RTM) Status: In Progress = Fix Released -- You received this bug notification because you are a

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-30 Thread Thomas Voß
** Changed in: dbus-cpp Status: Confirmed = In Progress ** Changed in: dbus-cpp (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu.

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-29 Thread Antti Kaijanmäki
** Changed in: indicator-network (Ubuntu) Assignee: Antti Kaijanmäki (kaijanmaki) = Thomas Voß (thomas-voss) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1382595 Title:

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-29 Thread Antti Kaijanmäki
** Also affects: indicator-network (Ubuntu RTM) Importance: Undecided Status: New ** Changed in: indicator-network (Ubuntu RTM) Importance: Undecided = Critical ** Changed in: indicator-network (Ubuntu RTM) Status: New = In Progress -- You received this bug notification

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-28 Thread Pat McGowan
Added missing date tag ** Tags removed: rtm-14.09 ** Tags added: touch-2014-10-30 ** Changed in: location-service (Ubuntu) Status: Confirmed = In Progress ** Changed in: dbus-cpp (Ubuntu RTM) Status: Confirmed = In Progress ** Changed in: indicator-network (Ubuntu) Status:

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-23 Thread Antti Kaijanmäki
Looking at the stacktrace, the assertion error happens inside dbus-cpp worker thread that has called core::dbus::Bus::run(). Some quick googling: http://stackoverflow.com/questions/1105745/pthread-mutex-assertion-error ** Also affects: dbus-cpp Importance: Undecided Status: New **

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-23 Thread Manuel de la Peña
https://bugs.launchpad.net/ubuntu/+source/location- service/+bug/1337613/comments/2 ** Also affects: location-service (Ubuntu) Importance: Undecided Status: New ** Changed in: location-service (Ubuntu) Status: New = Confirmed ** Changed in: location-service (Ubuntu)

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-23 Thread Thomas Voß
To clarify: The message router likely resolves to an already dead object, and the access to the associated mutex is undefined behavior as the member has been freed when the respective object died away before. I'm proposing a change to dbus-cpp to robustify handling of such situations. However,

[Desktop-packages] [Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Ass

2014-10-23 Thread Antti Kaijanmäki
i-network needs a rebuild as well. ** Changed in: indicator-network (Ubuntu) Status: Invalid = Triaged -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to dbus-cpp in Ubuntu. https://bugs.launchpad.net/bugs/1382595 Title: