Hi Bernd,

I was able to reproduce the crash.

* I connected my GPS mouse via bluetooth with the following script

$ cat start_gps.sh
#!/bin/sh
killall -TERM gpsd
rfcomm release /dev/rfcomm0
hcitool scan
rfcomm bind /dev/rfcomm0 00:1C:88:00:8E:7E
rfcomm
unset LANG
gpsd /dev/rfcomm0

* The script is startes with 'sudo ./start_gps.sh'
* xgps is started in a Terminal with the "normal" user.
* The Output in the Terminal is:

$ xgps
Traceback (most recent call last):
  File "/usr/bin/xgps", line 584, in handle_response
    self.update_skyview(self.daemon.satellites)
  File "/usr/bin/xgps", line 549, in update_skyview
    self.set_satlist_field(i, 0, satellite.PRN)
  File "/usr/bin/xgps", line 454, in set_satlist_field
    self.satlist.set_value(self.row_iters[row], column, value)
IndexError: list index out of range

If you need more Information please contact me.

Matthias

-- 
xgps crashed with IndexError in set_satlist_field()
https://bugs.launchpad.net/bugs/555673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to