It's crashing in qtubuntu-sensors code in

AccelerometerCommon::AccelerometerCommon(QObject *parent)
    : QObject(parent),
      m_reading(new QAccelerometerReading),
      m_minDelay(-1),
      m_minValue(0.0),
      m_maxValue(0.0),
      m_resolution(0.0)
{
    m_accelerometer = ua_sensors_accelerometer_new();     <---- line 29 of 
common.cpp

So doesn't look like an unity8 issue to me, more like a platform-api
one, since it seems to be crashing inside  ua_sensors_accelerometer_new

** Also affects: qtubuntu-sensors (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: platform-api (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246850

Title:
  unity8 crashed with SIGSEGV in
  AccelerometerCommon::AccelerometerCommon()

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtubuntu/+bug/1246850/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to