Seg fault when attempting to use PositionSource

Bug #1224631 reported by Andrew Starr-Bochicchio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
qtlocation-opensource-src (Ubuntu)
New
Undecided
Unassigned

Bug Description

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)

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :
summary: - Seg fault when attempting to us PositionSource
+ Seg fault when attempting to use PositionSource
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.