gfrontiero / namebench

Automatically exported from code.google.com/p/namebench
Apache License 2.0
0 stars 0 forks source link

program crash when benchmarking with "upload and share" marked #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.benchmarking my default nameservers with "upload and share" checked
2.
3.

What is the expected output? What do you see instead?
i never get to the results of benchmarks. 
what i get is an error window saying:
"'utf8' codec can't decode bytes in position 1-3 unexpected end.."
it looks like it happens when saving anonymized JSON to c:

What version of the product are you using? On what operating system?
1.3.1 windows exec
win7 ultimate 64bit

Please provide any additional information below.
Traceback (most recent call last):
  File "libnamebench\tk.pyc", line 120, in run
  File "libnamebench\base_ui.pyc", line 154, in RunAndOpenReports
  File "libnamebench\base_ui.pyc", line 179, in CreateReports
  File "libnamebench\reporter.pyc", line 422, in CreateJsonData
  File "nb_third_party\simplejson\__init__.pyc", line 261, in dumps
  File "nb_third_party\simplejson\encoder.pyc", line 216, in encode
  File "nb_third_party\simplejson\encoder.pyc", line 485, in _iterencode
  File "nb_third_party\simplejson\encoder.pyc", line 459, in _iterencode_dict
  File "nb_third_party\simplejson\encoder.pyc", line 439, in _iterencode_dict
  File "nb_third_party\simplejson\encoder.pyc", line 50, in py_encode_basestring_ascii
  File "encodings\utf_8.pyc", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-3: unexpected 
end of data
Traceback (most recent call last):
  File "libnamebench\tk.pyc", line 120, in run
  File "libnamebench\base_ui.pyc", line 154, in RunAndOpenReports
  File "libnamebench\base_ui.pyc", line 179, in CreateReports
  File "libnamebench\reporter.pyc", line 422, in CreateJsonData
  File "nb_third_party\simplejson\__init__.pyc", line 261, in dumps
  File "nb_third_party\simplejson\encoder.pyc", line 216, in encode
  File "nb_third_party\simplejson\encoder.pyc", line 485, in _iterencode
  File "nb_third_party\simplejson\encoder.pyc", line 459, in _iterencode_dict
  File "nb_third_party\simplejson\encoder.pyc", line 439, in _iterencode_dict
  File "nb_third_party\simplejson\encoder.pyc", line 50, in py_encode_basestring_ascii
  File "encodings\utf_8.pyc", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-3: unexpected 
end of data

Original issue reported on code.google.com by Baka.Fre...@gmail.com on 5 Feb 2011 at 8:11