On Tue, Aug 09, 2016 at 10:13:05AM +0300, Andreas Gustafsson wrote: > Now that -current builds again, there are more than 800 failing test cases. > The ones I looked at were all failing with: > > panic: in_control > rump kernel halting...
This is a call to in_control() with ifp = NULL. Here is a backtrace from another test: #6 0xb5cc45d8 in rumpns_panic () from /usr/lib/librump.so.0 #7 0xb5e74364 in rumpns_in_control () from /usr/lib/librumpnet_net.so.0 #8 0xb5ebc98f in ?? () from /usr/lib/librumpnet_netinet.so.0 #9 0xb5d0781c in rump_component_init () from /usr/lib/librump.so.0 #10 0xb5dcfbd1 in ?? () from /usr/lib/librumpnet.so.0 #11 0xb5d0781c in rump_component_init () from /usr/lib/librump.so.0 #12 0xb5d07ddb in rump_init () from /usr/lib/librump.so.0 #13 0x006e0c94 in puffs_fstest_mount () Martin
