Opened 13 years ago

Last modified 13 years ago

#3037 closed defect

Distance fails to start measuring — at Initial Version

Reported by: greenfeld Owned by: RafaelOrtiz
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Distance Version: 0.92.x
Severity: Major Keywords: 11.3.0
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description

Distance-29 fails to start measuring on OLPC 11.3.0 os2.

Both the starting computer and the one joining the shared session log the following exception:

Traceback (most recent call last):

File "/home/olpc/Activities/Distance.activity/activity.py", line 291, in _helper_thread

dt = arange.measure_dt_seq(self.main_socket, self.initiating, self._change_message)

File "/home/olpc/Activities/Distance.activity/arange.py", line 418, in measure_dt_seq

mls = compute_mls(R)

File "/home/olpc/Activities/Distance.activity/arange.py", line 84, in compute_mls

return LFSR(Rf, [i - 1 for i in taps[n]], 2n - 1)

NameError: global name 'Rf' is not defined

Change History (1)

Changed 13 years ago by walter

patch to remove spurious 'f' characters scattered throughout the file

Note: See TracTickets for help on using tickets.