Code Monkey home page Code Monkey logo

Comments (20)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Having same issue.
OS is Windows Vista Ultimate x64
The problem is easy to reproduce, it happens with the default settings.

Nameservers 192.168.0.1
Include global DNS providers checked
Include best available regional DNS services checked
Benchmark data source: Firefox (1732)
Benchmark data selection: Weighted
Number of tests: 125
Numbers of runs: 1

Here's the contents of the log:

Traceback (most recent call last):
  File "libnamebench\tk.pyc", line 57, in run
  File "libnamebench\base_ui.pyc", line 92, in RunBenchmark
  File "libnamebench\base_ui.pyc", line 103, in CreateReports
  File "libnamebench\benchmark.pyc", line 299, in CreateReport
  File "third_party\jinja2\environment.pyc", line 669, in render
  File "C:\Users\polobunny\Desktop\ckz_N3ST\namebench\templates\html.tmpl", line 54,
in top-level template code
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal 
not
in range(128)

Original comment by [email protected] on 3 Dec 2009 at 7:15

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Issue 28 has been merged into this issue.

Original comment by [email protected] on 4 Dec 2009 at 4:40

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Same issue on Windows 7 Ultimate x64 - with default settings or when adding 
extra 
ISP DNS. Program seems to function until it gets to Saving Query Details (CSV) 
and 
stops responding. Doesn't time out, even after several minutes-just hangs until 
killed.

Original comment by [email protected] on 4 Dec 2009 at 7:12

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Same issue of hanging and not responding when writing csv file on XP Sp3

Original comment by [email protected] on 4 Dec 2009 at 8:48

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Do you mind trying 1.0 and seeing if it shows the same issue?

Original comment by [email protected] on 5 Dec 2009 at 12:58

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
[deleted comment]

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
namebench-1.0.exe
Same issue - hanging at Saving query details CSV.

Windows 7 Ultimate - default settings

Nameservers 24.116.2.50, 24.116.2.34
Include global DNS providers checked
Include best available regional DNS services checked
Benchmark data source: Firefox (2057)
Benchmark data selection: Weighted
Number of tests: 200
Numbers of runs: 1

Program seems to run fine until the writing csv file. 

Also, the unzipper works fine and produces the namebench program, however the 
unzipper hangs in the background by itself after producing the program and 
requiring 
manual closing. Unsure if this is related to this issue, or another entirely.

___________

Added: Same issue with attempting to use only 10 tests. Got to Rendering html: 
picture included.


Original comment by [email protected] on 5 Dec 2009 at 2:38

Attachments:

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Exact same results on 1.0 - hanging at Saving Query Details CSV.

Windows 7 Ultimate 32 bit, default settings.  Also same problem with the 
unzipper - 
never closes.

Original comment by [email protected] on 5 Dec 2009 at 4:45

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Opened the unzipper issue as http://code.google.com/p/namebench/issues/detail?
id=30 - still investigating the saving query details csv issue. I haven't been 
able to 
replicate the hang yet in XP or Windows 7. I have seen this part perform poorly 
though. 

Original comment by [email protected] on 5 Dec 2009 at 7:34

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Version 1.0 seems to solve the problem for me.

Original comment by [email protected] on 5 Dec 2009 at 4:14

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Running Windows XP SP3.  namebench-1.0.exe hangs similarly to what others above 
have 
said.  The last thing shown in the bottom of the namebench window talks about 
saving 
a CSV file, but nothing else happens and the program doesn't respond to 
anything.

With a little searching, I found that a CSV file was in fact created in Local 
Settings\Temp.  There's an HTML file with it, and these files appear to be 
correct 
and complete.

In addition, there's a directory with a constructed name like "ckz_A2LU" in 
Local 
Settings\Temp, which has a log file namebench.exe.log.  The contents of the log 
file 
are:

Traceback (most recent call last):
  File "libnamebench\tk.pyc", line 57, in run
  File "libnamebench\base_ui.pyc", line 93, in RunBenchmark
  File "libnamebench\base_ui.pyc", line 112, in DisplayHtmlReport
  File "libnamebench\better_webbrowser.pyc", line 40, in open
  File "libnamebench\better_webbrowser.pyc", line 45, in win32_open
  File "libnamebench\better_webbrowser.pyc", line 63, in create_win32_http_cmd
  File "libnamebench\better_webbrowser.pyc", line 52, in get_win32_http_handler
WindowsError: [Error 2] The system cannot find the file specified

Hope this information helps...

Original comment by [email protected] on 5 Dec 2009 at 8:33

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Thanks Eric! That information helps quite a bit. Could you attach the logfile 
to this page? If it's possible, could 
you tell me what the registry entry for 
HKEY_CURRENT_USER\Software\Classes\http\shell\open\command 
shows? Otherwise, if you could tell me what your default web browser (including 
version) is, I might be able to 
replicate the situation here.

Thanks for getting to the bottom of it.

Original comment by helixblue on 6 Dec 2009 at 3:24

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Same issue of hanging and not responding when writing csv file on Windows 7 
Professional.

Original comment by [email protected] on 7 Dec 2009 at 12:50

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
helixblue: The entire contents of the logfile is what I gave above.  Here it is 
again:

Traceback (most recent call last):
  File "libnamebench\tk.pyc", line 57, in run
  File "libnamebench\base_ui.pyc", line 93, in RunBenchmark
  File "libnamebench\base_ui.pyc", line 112, in DisplayHtmlReport
  File "libnamebench\better_webbrowser.pyc", line 40, in open
  File "libnamebench\better_webbrowser.pyc", line 45, in win32_open
  File "libnamebench\better_webbrowser.pyc", line 63, in create_win32_http_cmd
  File "libnamebench\better_webbrowser.pyc", line 52, in get_win32_http_handler
WindowsError: [Error 2] The system cannot find the file specified

In the registry, there is no HKEY_CURRENT_USER\Software\Classes\http.  I assume 
you 
meant HKEY_LOCAL_MACHINE?  The registry setting for 
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\HTTP\shell\open\command is of type REG_SZ, 
and 
the value is "C:\Program Files\Internet Explorere\IEXPLORE.EXE" -nohome.

My web browser is IE version 7.0.5730.13.

Original comment by [email protected] on 7 Dec 2009 at 6:22

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Sorry, there's a typo in my previous comment (and no way to edit comments once 
posted?).

The registry value is: "C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome

And if I paste that registry value into a windows command prompt, it does 
successfully bring up an empty Internet Explorer window.

Original comment by [email protected] on 7 Dec 2009 at 6:29

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I think I've resolved the primary issue in r401 -- I will now fail over to 
letting Windows 
launch the default HTML handler if I'm not able to launch the HTTP one. I've 
also added 
a bit of debug information.

There is still an outstanding bug in that the error window is not showing up on 
Windows. It looks like an issue with Tk & threading. I'm testing a workaround 
now for it.

Original comment by [email protected] on 7 Dec 2009 at 9:13

  • Changed state: Accepted
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
r403 contains the remaining fix to make popups work again. This will be part of 
namebench 1.0.1. I will close the bug once it is available.

Original comment by [email protected] on 7 Dec 2009 at 11:31

  • Changed state: Started

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I've uploaded namebench 1.0.1 - can anyone confirm whether or not this fixes 
the bug?

Original comment by [email protected] on 8 Dec 2009 at 1:59

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Nope.  1.0.1 does not fix neither the bug where the Unzip process hangs (but 
the 
applicaiton opens still), nor completing the production of the scan results. 
However, here is the contents of the log file that was produced once it failed.

Windows 7 Home Premium

After installing 1.0.1, I'm still experiencing the problem with the unzip 
process 
stalling. But now at the completion of the attempted scan, I get the following 
log 
file: 

Traceback (most recent call last): 

File "libnamebench\tk.pyc", line 87, in run 
File "libnamebench\base_ui.pyc", line 92, in RunBenchmark? 
File "libnamebench\base_ui.pyc", line 111, in DisplayHtmlReport? 
File "libnamebench\better_webbrowser.pyc", line 77, in open 
File "webbrowser.pyc", line 61, in open 
File "libnamebench\better_webbrowser.pyc", line 58, in open 
File "libnamebench\better_webbrowser.pyc", line 33, in create_win32_http_cmd 
WindowsError?: 2? The system cannot find the file specified 

Original comment by [email protected] on 8 Dec 2009 at 6:18

from namebench.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
1.0.2 should fix this.

Original comment by [email protected] on 8 Dec 2009 at 7:43

  • Changed state: Fixed

from namebench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.