Ticket #470 (new defect)
Race condition in fso-gpsd
| Reported by: | jasager | Owned by: | daniel |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | cornucopia/fsotdld | Version: | milestone5.5 |
| Keywords: | Cc: |
Description
If one opens a connection to gpsd and queries instaneously, the daemon returns 'STATUS_NO_FIX', even if the gps has a fix.
Steps to reproduce:
- install python-pygps
- enable gps in settings dialog and wait for fix.
- start a python shell and enter (in one line): import gps; g=gps.gps(); g.query('os'); g
Workaround:
- start a python shell and enter (in one line): from time import sleep; import gps; g=gps.gps(); sleep(2); g.query('os'); g
Note: See
TracTickets for help on using
tickets.

decoration Changed 1 year ago by admin
bathtub Changed 1 year ago by admin
solar system Changed 1 year ago by admin
stair parts Changed 1 year ago by admin
solar supply Changed 1 year ago by admin