[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-27 Thread kevin gunn
*** This bug is a duplicate of bug 1359270 *** https://bugs.launchpad.net/bugs/1359270 ** Description changed: + This is HW specific + build #201 TEST CASE: Connect to the device and run as phablet: while sleep 1; do gdbus call --system -d com.canonical.Unity.Screen -o

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-25 Thread Alexander Sack
Hi, any update on this one? Any preliminary patch we could try? ** Changed in: unity-system-compositor (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-25 Thread Alberto Aguirre
Unfortunately it seems to be a driver issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359258 Title:

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-22 Thread Loïc Minier
I've tried this on: current build number: 3 device name: mako channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-08-22 13:06:36 version version: 3 version ubuntu: 20140822 version device: 20140811.1 for ~5mn and about 100 cycles and it didn't crash; I guess this doesn't affect

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Jean-Baptiste Lallement
** Description changed: build #201 I get this crash when an incoming calls ends and the caller hangs up. - This is rather frequent. + This is rather frequent (3 times on 4 incoming calls) The Ubuntu Error Tracker has been receiving reports about a problem regarding unity8. This

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Michał Sawicz
Guessing slightly here: unity-system-compositor crashes, session dies, unity8 is trying to exit, but tries to talk to dbus when destroying core::dbus::Signalmpris::Player::Signals::PlaybackStatusChanged, core::ubuntu::media::Player::PlaybackStatus::~Signal, but dbus is no moar, so abort. -- You

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Michał Sawicz
The underlying cause seems to be the u-s-c crash really. ** Also affects: unity-system-compositor (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Michał Sawicz
Oh and yeah, it's between dbus-cpp and media-hub that the abort happens (probably shouldn't happen if you're just trying to shut down but dbus isn't there). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Thomas Voß
I agree with saviq's conclusions here. At any rate, dbus::~Signal... should never throw. I logged a respective bug here: https://launchpad.net/bugs/1359258 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Thomas Voß
Please note that I'm hesitant to call an ordinary abort due to an exception being throw as a non-critical issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359258 Title:

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Thomas Voß
Let me rephrase :) I don't think this issue as critical as we are observing an ordinary abort due to an uncaught exception here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359258 Title:

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Michał Sawicz
Sure, the original issue of u-s-c crashing in the first place is the critical one. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359258 Title:

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Michael Terry
Can I get some more concrete reproduction steps? I tried the following with phonesim: - /usr/share/ofono/scripts/dial-number 199 # to trigger an incoming call - Answer call, dialer-app appears - /usr/share/ofono/scripts/hangup-all # to end call I couldn't get a crash. Do I need to be in a

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unity-system-compositor (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Jean-Baptiste Lallement
** Description changed: build #201 + + TEST CASE: + Connect to the device and run as phablet: + while sleep 1; do + gdbus call --system -d com.canonical.Unity.Screen -o /com/canonical/Unity/Screen \ + -m com.canonical.Unity.Screen.setScreenPowerMode on 3 + sleep 1 + gdbus

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-21 Thread Alberto Aguirre
** Changed in: unity-system-compositor (Ubuntu) Assignee: (unassigned) = Alberto Aguirre (albaguirre) ** Changed in: unity-system-compositor (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-20 Thread Jean-Baptiste Lallement
** Tags added: rtm14 ** Description changed: + build #201 + + I get this crash when an incoming calls ends and the caller hangs up + The Ubuntu Error Tracker has been receiving reports about a problem regarding unity8. This problem was most recently seen with version

[Bug 1359258] Re: /usr/bin/unity8:6:__gnu_cxx::__verbose_terminate_handler:__cxxabiv1::__terminate:std::terminate:__cxxabiv1::__cxa_throw:core::dbus::Bus::remove_match

2014-08-20 Thread Jean-Baptiste Lallement
** Tags added: qa-daily-testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359258 Title: