Comment 16 for bug 904014

Revision history for this message
Hendrik Schwartke (s-hendrik-h) wrote :

Hi Serge,

Ralf asked me to inspect this testsuite bug. I'm not done yet but it seems that there is a problem with libnl.
The cause of problem is the nl_connect_call in netlink_init in src/dtuil_linux.c:806, which returns a nonzero value.
So far I don't know why, but I will have a closer look at it this week.

Btw, the reason why even a very simple test case causes an error is because it happens in the init code.
CuSuiteSetup(suite, setup, teardown) registers tutil:setup and this calls ncf_init, which calls drv_init and finally netlink_init.