#10930 closed bug (duplicate)
BNetworkRoster::RemoveInterface() on non-existing interface KDLs
Reported by: | pulkomandy | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Network Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | #10919 | Blocking: | |
Platform: | All |
Description
Compile the netapi tests and run NetworkIntrefaceTest using the UnitTester. Result is a non-continuable KDL.
The test is trying (in setUp) to remove the "loopTest" interface, to make sure it doesn't exist, before creating it. This should probably not bring the whole kernel down.
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
ifconfig calls BNetworkRoster::RemoveInterface(), so I guess the cause it's the same, although the interface DOES exist in #10919.
by , 6 years ago
comment:4 by , 6 years ago
Blocking: | 12561 added |
---|
comment:5 by , 6 years ago
Blocked By: | 10919 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:6 by , 6 years ago
Blocking: | 12561 removed |
---|
Note:
See TracTickets
for help on using tickets.
This sounds like the same issue as reported in #10919, though without the actual KDL attached it's hard to say for certain.