Public bug reported:

Minimal example:

import QtQuick 2.0
import QtLocation 5.0

PositionSource {
    id: src
    updateInterval: 1000
    active: true

    onPositionChanged: {
        var coord = src.position.coordinate;
        console.log("Coordinate:", coord.longitude, coord.latitude);
        }
}

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: qtdeclarative5-qtlocation-plugin 5.0~git20130805-0ubuntu3
ProcVersionSignature: Ubuntu 3.11.0-6.12-generic 3.11.0
Uname: Linux 3.11.0-6-generic x86_64
ApportVersion: 2.12.1-0ubuntu3
Architecture: amd64
Date: Thu Sep 12 14:41:27 2013
InstallationDate: Installed on 2013-03-16 (179 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130316)
MarkForUpload: True
SourcePackage: qtlocation-opensource-src
UpgradeStatus: Upgraded to saucy on 2013-08-16 (27 days ago)

** Affects: qtlocation-opensource-src (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  Seg fault when attempting to us PositionSource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtlocation-opensource-src/+bug/1224631/+subscriptions

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

Reply via email to