Hi! > System call sendmsg01 fails from 3.6-rc1 onward. > LTP_Version: 2012-06-14 > Testcase : sendmsg01 > Description : verifies the sendmsg syscall returns value for various failure > cases > Failure Analysis : System call returns -1 and the test case expect 0 > Latest Kernel version in which test case passed : Kernel 3.5 > Test case Failed : Kernel 3.6-rc1,rc2and rc3 > Output log :: <<<test_output>>> > incrementing stop > sendmsg01 1 TPASS : bad file descriptor successful > sendmsg01 2 TPASS : invalid socket successful > sendmsg01 3 TPASS : invalid send buffer successful > sendmsg01 4 TPASS : connected TCP successful > sendmsg01 5 TPASS : not connected TCP successful > sendmsg01 6 TPASS : invalid to buffer length successful > sendmsg01 7 TPASS : invalid to buffer successful > sendmsg01 8 TPASS : UDP message too big successful > sendmsg01 9 TPASS : local endpoint shutdown successful > sendmsg01 10 TPASS : invalid iovec pointer successful > sendmsg01 11 TPASS : invalid msghdr pointer successful > sendmsg01 12 TPASS : rights passing successful > sendmsg01 13 TPASS : invalid flags set w/ control successful > sendmsg01 14 TFAIL : invalid flags set ; returned -1 (expected 0), > errno > 95 (expected 95)
That looks like kernel bugfix which made sendmsg() return -1 on invalid flags, however further investigation will be needed. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
