
On Wed, 7 Mar 2007 19:38:52 +0530, Gaurav.Jain@iflexsolutions.com said:
Following test cases is failing while executing:
multicast.cpp
command line : /asio_test/ip>CC -I$HOME/1.33.1/64/include -xtarget=ultra -xarch=v
9 -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -library=stlport4 -features=tmplife -features=t
mplrefstatic multicast.cpp -L$HOME/1.33.1/64/lib -lboost_system-sw -lxnet -lsocket -l
nsl
/asio_test/ip>./a.out
Running 2 test cases...
multicast.cpp(241): error in "ip_multicast_runtime::test": check !ec failed
unknown location(0): fatal error in "ip_multicast_runtime::test": std::length_error: b
oolean socket option resize
Any chance you can run this test in the debugger and find out: - The value of ec at line 241 - The call stack for where the exception is thrown. Thanks. Cheers, Chris