Discussion:
errors on mac os x (10.5) in demo/bench
Matthias Ringwald
2008-07-04 13:06:08 UTC
Permalink
Hi

if I run demo/bench, I get the following output.

$ [sudo] ./bench

### same process:
0.000733333 ms per call
### same machine (pipe):
0.213967 ms per call
### same machine (TCP):
0.266633 ms per call
### same machine (UDP):
Assertion failed: (0), function accept, file transport/udp.cc, line 429.
cannot bind to inet-dgram:vs15.inf.ethz.ch:12123
### same machine with micod (TCP):
0.275467 ms per call
./bench: line 46: 71587 Abort trap ./server -ORBIIOPAddr
$DADDR $RC
./bench: line 47: kill: (71587) - No such process

sudo does not change anything.

is this ok? or what goes wrong here?

matthias
Karel Gardas
2008-07-04 13:37:48 UTC
Permalink
No, expected output is something like:

### same process:
0.0003 ms per call
### same machine (pipe):
0.121933 ms per call
### same machine (TCP):
0.122933 ms per call
### same machine (UDP):
0.125133 ms per call
### same machine with micod (TCP):
0.122133 ms per call


the problem you see is also observable on FreeBSD. Thanks to MacOS X
heritage I would guess you are hit by the same issue. i.e. the problem
is in MICO's udp transport, but so far nobody was able to fix it.

Cheers,
Karel
Post by Matthias Ringwald
Hi
if I run demo/bench, I get the following output.
$ [sudo] ./bench
0.000733333 ms per call
0.213967 ms per call
0.266633 ms per call
Assertion failed: (0), function accept, file transport/udp.cc, line 429.
cannot bind to inet-dgram:vs15.inf.ethz.ch:12123
0.275467 ms per call
./bench: line 46: 71587 Abort trap ./server -ORBIIOPAddr
$DADDR $RC
./bench: line 47: kill: (71587) - No such process
sudo does not change anything.
is this ok? or what goes wrong here?
matthias
_______________________________________________
Mico-devel mailing list
http://www.mico.org/mailman/listinfo/mico-devel
--
Karel Gardas ***@objectsecurity.com
ObjectSecurity Ltd. http://www.objectsecurity.com
Loading...