#894 closed defect (worksforme)
pjnath-test failed on ICE test when the host has three or more network adapters
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | unit-tests | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Test log:
pjnath: 14:22:57.065 Running ice_test()... 14:22:57.065 Basic with host candidates 14:22:58.186 Basic with host candidates, 4 components 14:22:58.199 err: pj_ice_strans_start_ice(): [pj_status_t=70010] Too many objects of the specified type (PJ_ETOOMANY) 14:22:58.699 ..ERROR(-120)
Change History (5)
comment:1 Changed 16 years ago by ismangil
comment:2 Changed 16 years ago by bennylp
- Resolution set to worksforme
- Status changed from new to closed
The error happens if the host has three or more network adapters, causing too many connectivity checks to be created with four components (12*12=144 needed, 32 max).
Fixed in r2784 by ignoring this error.
comment:3 Changed 16 years ago by bennylp
comment:4 Changed 16 years ago by bennylp
- Milestone changed from release-1.3-QA to release-1.3
- Summary changed from pjnath-test failed on ICE test on MacOS X to pjnath-test failed on ICE test when the host has three or more network adapters
comment:5 Changed 16 years ago by bennylp
- Component changed from pjnath to unit-tests
Note: See
TracTickets for help on using
tickets.
Re tested on r2776, still failing