dodohee / paping

Automatically exported from code.google.com/p/paping
MIT License
0 stars 0 forks source link

Does not work on OS X #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Maybe I am doing something wrong.  If so I'd love to know.  Didn't have time to 
investigate further but I'd be happy to run it on my machine for you with some 
debug flags.

What steps will reproduce the problem?
1. Compiled on OS X (10.7.3) using the 64-bit line in the makefile (commented 
the other one out)
2. Ran following command:

{{{
$ ./x86-64-paping www.google.com -p 80 -c 5
}}}

3. Got the following result:
{{{
paping v1.5.5 - Copyright (c) 2013 Mike Lovell

Connecting to www.google.com on TCP 80:

Connection timed out
Connection timed out
Connection timed out
Connection timed out
Connection timed out

Connection statistics:
    Attempted = 5, Connected = 0, Failed = 5 (100.00%)
Approximate connection times:
    Minimum = 0.00ms, Maximum = 0.00ms, Average = 0.00ms
}}}

Please provide any additional information below.

{{{
$ uname -a
Darwin basillamus.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 
18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
}}}

Original issue reported on code.google.com by colinsul on 30 Oct 2013 at 9:55

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The same happens for 1.5.5 on OS X 10.10.2.

{{{
Darwin alice.local 14.1.0 Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 
2015; root:xnu-2782.10.73~1/RELEASE_X86_64 x86_64
}}}

But, 1.5.1 works fine.

Original comment by martin.claro on 1 Apr 2015 at 2:38

GoogleCodeExporter commented 8 years ago
Same on 10.10.5 for paping version 1.5.5: Time out no matter what.

Original comment by juerg.sc...@gmail.com on 16 Aug 2015 at 8:44